mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Add user guide for *Add custom emoji* feature.
This commit is contained in:
BIN
static/images/help/add-emoji.png
Normal file
BIN
static/images/help/add-emoji.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
static/images/help/custom-emoji-demo.png
Normal file
BIN
static/images/help/custom-emoji-demo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
static/images/help/custom-emoji-success.png
Normal file
BIN
static/images/help/custom-emoji-success.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
static/images/help/custom-emoji.png
Normal file
BIN
static/images/help/custom-emoji.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
static/images/help/emoji-name.png
Normal file
BIN
static/images/help/emoji-name.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
static/images/help/emoji-url.png
Normal file
BIN
static/images/help/emoji-url.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
58
templates/zerver/help/add-custom-emoji.md
Normal file
58
templates/zerver/help/add-custom-emoji.md
Normal file
@@ -0,0 +1,58 @@
|
||||
# Add custom emoji
|
||||
|
||||
If you are an administrator of a Zulip organization, you can add custom emojis
|
||||
to your organization for other members to use.
|
||||
|
||||
1. Click the cog () in the upper right corner
|
||||
of the right sidebar.
|
||||
|
||||
2. Select **Administration** from the dropdown menu that appears.
|
||||
|
||||

|
||||
|
||||
3. Upon clicking **Administration**, your view will be replaced with the
|
||||
**Administration** page. You will be located on the **Organization settings**
|
||||
tab by default.
|
||||
|
||||

|
||||
|
||||
4. Scroll down to the **Custom emoji** section located beneath the
|
||||
**Organization settings** section.
|
||||
|
||||

|
||||
|
||||
5. In the green section labeled **Add a New Emoji**, find the **Emoji name** and
|
||||
**Emoji URL** fields.
|
||||
|
||||
* In the **Emoji name** field, enter a phrase for your emoji. Only alphanumeric characters, dashes, and underscores are allowed, but dashes and underscores cannot end an emoji phrase.
|
||||
|
||||

|
||||
|
||||
Users will use the designated emoji phrase surrounded by colons to
|
||||
insert your emoji into their messages.
|
||||
|
||||
* In the **Emoji URL** field, insert the link to your custom emoji's image. The
|
||||
link must start with **http://** or **https://**.
|
||||
|
||||

|
||||
|
||||
Please note that the image will be scaled down to 25x25 pixels in users' messages.
|
||||
|
||||
6. After filling out the **Emoji name** and **Emoji URL** fields, click the blue
|
||||
**Add emoji** button to add your custom emoji to your Zulip organization.
|
||||
|
||||

|
||||
|
||||
7. Upon clicking the **Add emoji** button, you will receive a notification
|
||||
labeled **Custom emoji added!** in the **Add a New Emoji** section, confirming
|
||||
the success of the addition of your custom emoji to your organization.
|
||||
|
||||

|
||||
|
||||
The emoji's information and settings will also be displayed above the
|
||||
**Add a New Emoji** section. You can choose to delete any custom emojis in
|
||||
your organization through this panel.
|
||||
|
||||
8. Users in your organization can now use your emoji in their messages.
|
||||
|
||||

|
||||
@@ -135,7 +135,7 @@ as a “**realm**”.
|
||||
* Only allow admins to create new streams
|
||||
* [Restrict editing of old messages and topics](/help/restrict-editing-of-old-messages-and-topics)
|
||||
* [Change the default language for realm](/help/change-the-default-language-for-realm)
|
||||
* Add custom emoji
|
||||
* [Add custom emoji](/help/add-custom-emoji)
|
||||
* Configure authentication methods
|
||||
* Add a custom linkification filter
|
||||
* Delete your organization (not implemented)
|
||||
|
||||
Reference in New Issue
Block a user