diff --git a/templates/zerver/help/index.md b/templates/zerver/help/index.md index 7b8c6a7873..4078fffa03 100644 --- a/templates/zerver/help/index.md +++ b/templates/zerver/help/index.md @@ -49,7 +49,7 @@ as a “**realm**”. * [Preview your message before sending](/help/previewing-message) * [Add emoji](/help/add-emoji) * [Upload and share files](/help/upload-and-share-files) -* Restore the last unsent message +* [Restore the last unsent message](/help/restore-unsent-message) * Automatically link to an external issue tracker (improve wording) * Add a link preview * [Enable or disable pressing enter to send](/help/press-enter-send) diff --git a/templates/zerver/help/press-enter-send.md b/templates/zerver/help/press-enter-send.md index 311f4ea27f..82a86aec06 100644 --- a/templates/zerver/help/press-enter-send.md +++ b/templates/zerver/help/press-enter-send.md @@ -11,3 +11,5 @@ You will now see a **Send** button below the compose field looking like this. With the box unchecked, you will have to click the **Send** button to send your message. Pressing enter will no longer send your message. If you’d like to re-enable the press enter to send feature, just check the **Press Enter to send** box again, and you will be able to send your messages by pressing enter. + +**[Go to "Table of contents"](/help/#using-zulip)** diff --git a/templates/zerver/help/previewing-message.md b/templates/zerver/help/previewing-message.md index c8b23dc2e2..f5cc0d6e0f 100644 --- a/templates/zerver/help/previewing-message.md +++ b/templates/zerver/help/previewing-message.md @@ -7,3 +7,5 @@ You can preview your message before you send it by clicking the **eye** (![eye]( ![Previewed](/static/images/help/during-preview.png) To resume editing, click the **pencil and paper** (![pencil and paper](/static/images/help/pencil-paper.png)) icon that has replaced the eye icon. + +**[Go to "Table of contents"](/help/#using-zulip)** diff --git a/templates/zerver/help/restore-unsent-message.md b/templates/zerver/help/restore-unsent-message.md new file mode 100644 index 0000000000..f4f54e4b97 --- /dev/null +++ b/templates/zerver/help/restore-unsent-message.md @@ -0,0 +1,12 @@ +# Restore the last unsent message + +![Restore draft](/static/images/help/restore-draft.png) + +If you accidentally delete your message by clicking the **x** +(![x](/static/images/help/x.png)) icon in the upper right corner of +your messaging box, you can restore your previous unsent message by +clicking a blue link labeled **Restore draft**, which appears between +the **A** (![A](/static/images/help/formatting.png)) and **eye** +(![eye](/static/images/help/eye.png)) icons. + +**[Go to "Table of contents"](/help/#using-zulip)** diff --git a/templates/zerver/help/send-private-message.md b/templates/zerver/help/send-private-message.md index f83cafe605..3c8c6e6379 100644 --- a/templates/zerver/help/send-private-message.md +++ b/templates/zerver/help/send-private-message.md @@ -17,4 +17,4 @@ Once you have selected the user you want to message, enter your message in the b You can always delete your message by clicking the **x** (![x](/static/images/help/x.png)) icon located at the top-right corner of your messaging box. -**[Go back to “Streams and private messages”](/help/streams-and-private-messages)** +**[Go to "Table of contents"](/help/#using-zulip)** diff --git a/templates/zerver/help/streams-and-private-messages.md b/templates/zerver/help/streams-and-private-messages.md index f5a754346b..a24224675b 100644 --- a/templates/zerver/help/streams-and-private-messages.md +++ b/templates/zerver/help/streams-and-private-messages.md @@ -38,7 +38,7 @@ You can always delete your message by clicking the **x** (![x](/static/images/he See **["Send a private message"](/help/send-private-message)** to learn more about sending a private message. ## Other features -While sending either a stream or private message, several features located below the messaging bn the bottom-left corner can aid you in composing your message. +While sending either a stream or private message, several features located below the messaging on the bottom-left corner can aid you in composing your message. ### Emoji @@ -63,10 +63,7 @@ While the file is uploading, a blue box labeled **Uploading...** will appear, an Clicking the **A** (![A](/static/images/help/formatting.png)) icon will reveal a modal window with a summary of message formatting in Zulip. For more information on message formatting, see our [message formatting guide](/help/format-your-message-using-markdown). ### Restore draft - -![Restore draft](/static/images/help/restore-draft.png) - -If you accidentally delete your message by clicking the **x** (![x](/static/images/help/x.png)) icon in the upper right corner of your messaging box, you can restore your previous message by clicking a blue link labeled **Restore draft**, which appears between the **A** (![A](/static/images/help/formatting.png)) and **eye** (![eye](/static/images/help/eye.png)) icons. +Read about restoring the draft of a message [here](/help/restore-unsent-message). ### Previewing your message Read about message previewing [here](/help/previewing-message).