-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(user-manual): Add docs for text blocks #12931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hamza221
wants to merge
1
commit into
master
Choose a base branch
from
feat/user/mail-snippets
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,6 +174,21 @@ Compose messages | |
1. Click new message on the top left of your screen | ||
2. Start writing your message | ||
|
||
Minimize the composer modal | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. versionadded:: 3.2 | ||
|
||
The composer modal can be minimized while writing a new message, editing an existing draft or editing a message from the outbox. Simply click the minimize button on the top right of the modal or click anywhere outside the modal. | ||
|
||
.. figure:: images/mail-minimize-composer.png | ||
|
||
You can resume your minimized message by clicking anywhere on the indicator on the bottom right of your screen. | ||
|
||
.. figure:: images/mail-composer-indicator.png | ||
|
||
Press the close button on the modal or the indicator in the bottom right corner to stop editing a message. A draft will be saved automatically into your draft mailbox. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Press the close button |
||
|
||
|
||
Recipient info on composer | ||
-------------------------- | ||
|
@@ -195,20 +210,14 @@ By doing so the contact will be automatically added as a recipient. | |
|
||
.. note:: Only contacts with a valid email address will be suggested. | ||
|
||
Minimize the composer modal | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. versionadded:: 3.2 | ||
|
||
The composer modal can be minimized while writing a new message, editing an existing draft or editing a message from the outbox. Simply click the minimize button on the top right of the modal or click anywhere outside the modal. | ||
|
||
.. figure:: images/mail-minimize-composer.png | ||
|
||
You can resume your minimized message by clicking anywhere on the indicator on the bottom right of your screen. | ||
Text blocks | ||
----------- | ||
|
||
.. figure:: images/mail-composer-indicator.png | ||
.. versionadded:: 5.2 | ||
|
||
Press the close button on the modal or the indicator in the bottom right corner to stop editing a message. A draft will be saved automatically into your draft mailbox. | ||
Text blocks are predefined snippets of text that can be inserted into your email. They can be created and managed in the mail settings. | ||
They can be inserted into the composer by typing ``!`` and then selecting the block from the list or from the composer actions. | ||
Text blocks can be shared with users and user groups. | ||
|
||
Outbox | ||
------ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
editing an existing draft or editing a message from the outbox.
->
editing an existing draft or a message from the outbox.