mirror of https://github.com/zulip/zulip.git
help: Fix "Click on the ellipsis" formatting and use of macros.
Adds bold formatting to **ellipsis** for consistency and replaces duplicate instructions with the appropriate macro across help center docs.
This commit is contained in:
parent
7af9d43d6a
commit
a94b13cfb0
|
@ -15,7 +15,7 @@ underneath the message.
|
|||
|
||||
!!! warn ""
|
||||
|
||||
For messages that you've sent, click the ellipsis
|
||||
For messages that you've sent, click on the **ellipsis**
|
||||
(<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>) and then
|
||||
**Add emoji reaction**.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1. Hover over a message to reveal three icons on the right.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{!right-sidebar-profile-menu.md!}
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
in the user's profile summary.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1. Hover over a user's name in the right sidebar.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
to the right of their name.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
1. Hover over a user's name in the right sidebar.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
to the right of their name.
|
||||
{!right-sidebar-profile-menu.md!}
|
||||
|
||||
1. Click **View full profile**.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1. Hover over your name in the right sidebar.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1. Hover over a stream in the left sidebar.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1. Hover over a topic in the left sidebar.
|
||||
|
||||
1. Click on the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
|
|
@ -46,8 +46,7 @@ stream or topic as read**.
|
|||
|
||||
1. Hover over a stream, topic, or **All messages** in the left sidebar.
|
||||
|
||||
1. Click the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>)
|
||||
to the right.
|
||||
1. Click on the **ellipsis** (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
||||
1. Click **Mark all messages as read**.
|
||||
|
||||
|
|
|
@ -21,9 +21,7 @@ messages and alert words.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
1. Hover over a user in the right sidebar.
|
||||
|
||||
1. Click the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>) to the right.
|
||||
{!right-sidebar-profile-menu.md!}
|
||||
|
||||
1. Select **Reply mentioning user**.
|
||||
|
||||
|
|
|
@ -13,22 +13,20 @@ They also do not contribute to stream unread counts.
|
|||
1. In the left sidebar, click on the stream that
|
||||
contains the topic you want to mute.
|
||||
|
||||
1. Hover over the topic in the left sidebar.
|
||||
{!topic-actions.md!}
|
||||
|
||||
1. Click the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>).
|
||||
|
||||
4. Select **Mute topic**.
|
||||
1. Select **Mute topic**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
### From the message recipient bar (alternate method)
|
||||
## From the message recipient bar (alternate method)
|
||||
|
||||
{start_tabs}
|
||||
|
||||
1. Find a message belonging to the topic that you
|
||||
wish to mute.
|
||||
|
||||
2. Click on the <i class="zulip-icon zulip-icon-mute"></i> to mute the topic.
|
||||
1. Click on the <i class="zulip-icon zulip-icon-mute"></i> to mute the topic.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
|
|
|
@ -9,10 +9,7 @@ These settings will override any default stream notification settings.
|
|||
|
||||
{start_tabs}
|
||||
|
||||
1. Hover over the stream in the left sidebar.
|
||||
|
||||
1. Click the ellipsis (<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>) to the
|
||||
right of the stream.
|
||||
{!stream-actions.md!}
|
||||
|
||||
1. Click **Stream settings**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue