Skip to content

Commit

Permalink
Add documentation to match changes for GetLuna/Luna#1682
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 18, 2018
1 parent 3f08427 commit dddab18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion censoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ With censoring, you can easily manage which words need to be replaced with anoth
## Add censored word
You can add a new censored word by entering a "Censored word" in the sidebar followed by a "Replacement word".

Note that censoring a word affects the username, threads, comments, signatures and any other content an user can post. Additionally, Luna will cesnor only full appearance, so censoring "Lu" and replacing it with "Nu" won't result in "Luna" being written as "Runa". You can however use wildcards if you would like to achieve such an effect.
Note that censoring a word affects the username, threads, comments, signatures and any other content an user can post. Additionally, Luna will censor only full appearance, so censoring "Lu" and replacing it with "Nu" won't result in "Luna" being written as "Runa". You can however use wildcards if you would like to achieve such an effect.

If you censor a word and the replacement word itself is already censored as well, Luna will replace the word with the replacement word of your censored replacement wordn.

Expand Down
10 changes: 10 additions & 0 deletions emoji.md
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.
1 change: 1 addition & 0 deletions pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
{ "id": "settings", "title": "Settings" },
{ "id": "features", "title": "Features" },
{ "id": "theme", "title": "Theme" },
{ "id": "emoji", "title": "Emoji" },
{ "id": "menu", "title": "Menu" }
]
}, {
Expand Down

0 comments on commit dddab18

Please sign in to comment.