mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
docs: Add user guide for *mention a team member*.
This commit is contained in:
BIN
static/images/help/mention_user.png
Normal file
BIN
static/images/help/mention_user.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
static/images/help/mention_user_not_subscribed.png
Normal file
BIN
static/images/help/mention_user_not_subscribed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -26,6 +26,7 @@ as a “**realm**”.
|
|||||||
|
|
||||||
**[The Zulip browser window](#the-zulip-browser-window)** |
|
**[The Zulip browser window](#the-zulip-browser-window)** |
|
||||||
**[Posting and replying](#posting-and-replying)** |
|
**[Posting and replying](#posting-and-replying)** |
|
||||||
|
**[Mention a Team Member](/help/mention-a-team-member)** |
|
||||||
**[Other common questions](#other-common-questions)** |
|
**[Other common questions](#other-common-questions)** |
|
||||||
**[Terminology](#special-terms-used-with-zulip)**
|
**[Terminology](#special-terms-used-with-zulip)**
|
||||||
|
|
||||||
@@ -99,13 +100,6 @@ individual users. 
|
|||||||
other recipients. For several days, the list of recipients will
|
other recipients. For several days, the list of recipients will
|
||||||
appear under “GROUP PMs” at the lower right corner of your screen.
|
appear under “GROUP PMs” at the lower right corner of your screen.
|
||||||
|
|
||||||
* You can ping ("**@mention**") other users with a particular
|
|
||||||
stream-message from within the body of the message itself. Type `@`
|
|
||||||
and the beginning of their email address or one of their names, and
|
|
||||||
the system will offer you tab-completions. The completed @mention
|
|
||||||
will look something like this: `@**name@email.address**`, and it
|
|
||||||
will appear as **@name** in your posted message.
|
|
||||||
|
|
||||||
* If you’re bashful about using the pronoun “I”, you can get your own
|
* If you’re bashful about using the pronoun “I”, you can get your own
|
||||||
registered name to appear boldfaced in a message by entering
|
registered name to appear boldfaced in a message by entering
|
||||||
`/me`. At present it has to be the first thing on a line, and
|
`/me`. At present it has to be the first thing on a line, and
|
||||||
|
|||||||
11
templates/zerver/help/mention-a-team-member.md
Normal file
11
templates/zerver/help/mention-a-team-member.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#Mention a Team Member
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
When having a conversation in Zulip, it is sometimes necessary to call the attention of another member. You can alert ("**@mention**") other users with a particular stream-message from within the body of the message itself. Type `@` and then begin typing their email address or one of their names, and the system will offer you tab-completions. The completed `@mention` will look something like: `@**name**`, and it will appear as **@name** in your posted message.
|
||||||
|
|
||||||
|
If you attempt to `@mention` someone who is not subscribed to the current stream, Zulip will ask if you would like to subscribe them to the stream:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
You can view any mentions calling your attention by clicking on the "@-mentions" view in the left sidebar.
|
||||||
@@ -98,6 +98,7 @@ class TemplateTestCase(ZulipTestCase):
|
|||||||
'zerver/zulipchat_migration_tos.html',
|
'zerver/zulipchat_migration_tos.html',
|
||||||
'zilencer/enterprise_tos_accept_body.txt',
|
'zilencer/enterprise_tos_accept_body.txt',
|
||||||
'zerver/help/index.md',
|
'zerver/help/index.md',
|
||||||
|
'zerver/help/mention-a-team-member.md',
|
||||||
'zerver/help/missing.md',
|
'zerver/help/missing.md',
|
||||||
'zerver/closed_realm.html',
|
'zerver/closed_realm.html',
|
||||||
'zerver/topic_is_muted.html',
|
'zerver/topic_is_muted.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user