mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
38 lines
895 B
Markdown
38 lines
895 B
Markdown
# View and edit your message drafts
|
|
|
|
When you close the compose box, Zulip stores the content in a draft,
|
|
so that you never lose your work. Drafts are saved for 30 days.
|
|
|
|
!!! warn ""
|
|
|
|
**Note**: Drafts are local to your client, and are not synced to
|
|
other devices and browsers.
|
|
|
|
## Save a draft
|
|
|
|
{start_tabs}
|
|
|
|
{tab|desktop-web}
|
|
|
|
Simply close the compose box. You can hit <kbd>Esc</kbd>, click
|
|
the <i class="fa fa-remove"></i> in the top right corner of the
|
|
compose box, or click on an empty part of the app.
|
|
|
|
{end_tabs}
|
|
|
|
## View your drafts
|
|
|
|
{start_tabs}
|
|
|
|
{tab|desktop-web}
|
|
|
|
Click on <i class="fa fa-pencil"></i> **Drafts** in the left sidebar.
|
|
From there, you can delete or restore any of your drafts.
|
|
|
|
{end_tabs}
|
|
|
|
!!! keyboard_tip ""
|
|
|
|
Use <kbd>D</kbd> to bring up your list of drafts. Check out other
|
|
keyboard shortcuts related to drafts [here](/help/keyboard-shortcuts#drafts)
|