mirror of https://github.com/zulip/zulip.git
help: Rename and update at-mention-a-team-member.
This commit is contained in:
parent
4e33c3a970
commit
2454eff51d
|
@ -136,7 +136,7 @@
|
|||
|
||||
<p>
|
||||
{% trans %}
|
||||
Learn more about mentions <a href="/help/at-mention-a-team-member">
|
||||
Learn more about mentions <a href="/help/at-mention-a-user">
|
||||
here</a>.
|
||||
{% endtrans %}
|
||||
</p>
|
||||
|
|
|
@ -5,10 +5,12 @@ message. @-mentions follow the same
|
|||
[notification settings](/help/pm-mention-alert-notifications) as private
|
||||
messages and alert words.
|
||||
|
||||
Note that an @-mention inside quoted text will not mention the user. So feel
|
||||
free to quote and reply without worrying about spurious mentions.
|
||||
!!! warn ""
|
||||
**Note**: An @-mention inside quoted text will not mention the user.
|
||||
|
||||
## From the compose box
|
||||
### From the compose box
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{!start-composing.md!}
|
||||
|
||||
|
@ -16,7 +18,11 @@ free to quote and reply without worrying about spurious mentions.
|
|||
|
||||
3. Pick the appropriate user from the autocomplete.
|
||||
|
||||
## From the user list
|
||||
{end_tabs}
|
||||
|
||||
### From the user list
|
||||
|
||||
{start_tabs}
|
||||
|
||||
1. Hover over a user in the right sidebar.
|
||||
|
||||
|
@ -24,6 +30,8 @@ free to quote and reply without worrying about spurious mentions.
|
|||
|
||||
1. Select **Reply mentioning user**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
Alternatively, click on the avatar of any user in the main message feed.
|
||||
|
||||
## Related articles
|
|
@ -150,7 +150,7 @@ You can also [add custom emoji](/help/add-custom-emoji).
|
|||
|
||||
## Mentions
|
||||
|
||||
Learn more about at-mentions [here](/help/at-mention-a-team-member).
|
||||
Learn more about at-mentions [here](/help/at-mention-a-user).
|
||||
The numbers will be added automatically by the typeahead if needed for disambiguation
|
||||
|
||||
```
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
* [Share and upload files](/help/share-and-upload-files)
|
||||
* [Enable Enter to send](/help/enable-enter-to-send)
|
||||
* [Verify a message was sent](/help/verify-your-message-was-successfully-sent)
|
||||
* [@-mention a user](/help/at-mention-a-team-member)
|
||||
* [@-mention a user](/help/at-mention-a-user)
|
||||
* [Edit or delete a message](/help/edit-or-delete-a-message)
|
||||
* [Message a stream by email](/help/message-a-stream-by-email)
|
||||
* [Notify everyone on a stream](/help/notify-everyone-on-a-stream)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Messages from muted streams do not show up in **All messages** or generate
|
||||
notifications, unless you are
|
||||
[@-mentioned](/help/at-mention-a-team-member). Messages from muted streams
|
||||
[@-mentioned](/help/at-mention-a-user). Messages from muted streams
|
||||
do not generate [alert word](/help/add-an-alert-word) notifications.
|
||||
|
||||
Muted streams still appear in the left sidebar, though they are grayed out.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Messages from muted topics do not show up in **All messages** or generate
|
||||
notifications (including [alert word](/help/add-an-alert-word)
|
||||
notifications), unless you are
|
||||
[@-mentioned](/help/at-mention-a-team-member). They also do not contribute to
|
||||
[@-mentioned](/help/at-mention-a-user). They also do not contribute to
|
||||
stream unread counts.
|
||||
|
||||
Muted topics still appear in the left sidebar, though they are grayed out.
|
||||
|
|
|
@ -35,7 +35,7 @@ Here is the **full list of search operators**.
|
|||
* `id:12345`: Show only message `12345`.
|
||||
|
||||
* `is:alerted`: See [alert words](/help/add-an-alert-word).
|
||||
* `is:mentioned`: See [@-mentions](/help/at-mention-a-team-member).
|
||||
* `is:mentioned`: See [@-mentions](/help/at-mention-a-user).
|
||||
* `is:starred`: See [starred messages](/help/star-a-message).
|
||||
* `is:unread`
|
||||
* `has:link`
|
||||
|
|
Loading…
Reference in New Issue