diff options
author | tastytea <tastytea@tastytea.de> | 2022-01-27 11:31:39 +0100 |
---|---|---|
committer | tastytea <tastytea@tastytea.de> | 2022-01-27 13:00:48 +0100 |
commit | 47b9668ccfdcfb9892be9ff3a6e31fffc65b1f2c (patch) | |
tree | 50e18afc1a93c70ddb68fcb69fc6c50f6ce4edaf /README.md | |
parent | Add FAQ to manpage, add sticker and custom emoji Q&A (diff) | |
download | nheko-47b9668ccfdcfb9892be9ff3a6e31fffc65b1f2c.tar.xz |
Add sticker and custom emoji Q&A to readme FAQ
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md index 616ed7f7..43b864e0 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,27 @@ choco install nheko-reborn --- +**Q:** How do I add stickers and custom emojis? + +**A:** Stickers and custom emojis are organized in image packs. There is one +user image pack that only your account has access to and there are room image +packs that are accessible by everyone in the room they are defined in. You can +activate a room image pack globally to use it in any room. + +To manage image packs in nheko, go to the room settings and enter the Sticker & +Emote Settings. You will see the Private pack (your user image pack) and can +edit it there. The Shortcode is a unique identifier you use to select the image +with and the Body is the alternate text that is displayed on clients that don't +support images (like the alt tag in HTML images). + +If you have the necessary permissions you can create new room packs with the +button at the bottom of the image pack list. They are the same as the user pack +but you can create as many as you want and everyone in the room can use them. It +might be a good idea to create an extra room just for your image packs to make +sharing easier. + +--- + ### Build Requirements - Qt5 (5.15 or greater). Required for overlapping hover handlers in Qml. |