diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/docs/features.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index e6c81ae7..5abcb394 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -584,3 +584,11 @@ This is an HTML abbreviation example. It converts "HTML", but keeps intact partial entries like "xxxHTMLyyy" and so on. *[HTML]: Hyper Text Markup Language + +## Revisions + +When changes are made to a note previous versions of the note are stored as `Revisions`, if you ever need to return to a previous save you can find all the note revisions by going to `Menu` -> `Revision`. + +The note history on the left displays each revision with a timestamp allowing you to quickly select a revision for the desired date and time. Selecting a revision on the left will display the revised note to the right, the revision will display the changes made with colorization to indicate additions/removals. + +In addition to browsing the revisions, you can download a selected note revision or revert the current note to the selected revision. |