-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation to match changes for GetLuna/Luna#1682
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Emoji | ||
Luna 2.1 replaces the old emoji implementation with a customizable system that you can manage from the Backstage | ||
|
||
## Add emoji | ||
You can add a new emoji by entering a BBCode (e.g. `:)`) in the sidebar followed by the Unicode that represents that emoji (e.g. `1f601`). A full list of emoji can be found on the [Unicode website](http://unicode.org/emoji/charts/full-emoji-list.html). You can reuse the same Unicode to match multiple BBCode. Also note that Luna already takes care of the prefix `U+`, you don't need to add it yourself. | ||
|
||
## Editing and removing emoji | ||
On the right hand side you can see an overview of all emoji. Here you can change which BBCode should create which emoji. Additionally, you can remove an emoji by clicking "Delete". | ||
|
||
Note that you cannot edit more than one emoji at a time, so don't change two rows and click "Update", it will only update that specific row. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters