1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Clarify AutoSave in docs for "save tiddler"

This commit is contained in:
Astrid Elocson 2014-12-22 23:16:27 +00:00
parent e56e2a2450
commit 333100aa33

View File

@ -30,6 +30,6 @@ When you create a new tiddler or edit an existing one, the tiddler will go into
When you have finished editing, click a button at the top right of the tiddler:
*The ''save'' button ({{$:/core/images/done-button}}) saves your changes and leaves draft mode.
*The ''save'' button ({{$:/core/images/done-button}}) stores your changes to this one tiddler and leaves draft mode. If your wiki is configured to [[AutoSave]], your changes will be permanently saved. Otherwise they will only be stored temporarily in your web browser, and you will lose them if you close your ~TiddlyWiki page without first clicking the master ''save changes'' button {{$:/core/images/save-button}} in the sidebar.
*The ''cancel'' button ({{$:/core/images/cancel-button}}) discards your changes (after asking you to confirm) and leaves draft mode.
*The ''delete'' button ({{$:/core/images/delete-button}}) deletes the entire tiddler (after asking you to confirm).