From a2130ca106346d10bbb6a19194bab975b26eb5c0 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Wed, 13 Feb 2019 11:32:03 -0800 Subject: [PATCH] help: Separate quote-and-reply into its own article. --- .../zerver/help/include/sidebar_index.md | 3 ++- templates/zerver/help/quote-and-reply.md | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 templates/zerver/help/quote-and-reply.md diff --git a/templates/zerver/help/include/sidebar_index.md b/templates/zerver/help/include/sidebar_index.md index 5b6a056e05..9e5f141a9f 100644 --- a/templates/zerver/help/include/sidebar_index.md +++ b/templates/zerver/help/include/sidebar_index.md @@ -32,10 +32,11 @@ * [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) +* [Quote and reply](/help/quote-and-reply) * [@-mention a user](/help/at-mention-a-user) +* [Notify everyone on a stream](/help/notify-everyone-on-a-stream) * [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) ## Reading messages * [Navigation and unread counts](/help/unread-counter-and-pointer) diff --git a/templates/zerver/help/quote-and-reply.md b/templates/zerver/help/quote-and-reply.md new file mode 100644 index 0000000000..cac61ea424 --- /dev/null +++ b/templates/zerver/help/quote-and-reply.md @@ -0,0 +1,20 @@ +# Quote and reply + +You can quote a previous message in your reply. + +Note that an [@-mention](/help/at-mention-a-user) inside quoted text will +not mention the user, so feel free to quote and reply without worrying about +spurious mentions. + +### Quote and reply + +{start_tabs} + +{!message-actions-menu.md!} + +1. Click **Quote and reply**. + +{end_tabs} + +You can also use the keyboard shortcut `>` to quote the message under the +blue box.