From 8359e70b0eb9ade6ba8bc9d297d49db1a0ce84e5 Mon Sep 17 00:00:00 2001 From: Adam Worley Date: Sun, 11 Oct 2020 19:44:18 +0100 Subject: Add revisions documentation - Issue #196 (#517) Co-authored-by: Adam Worley --- public/docs/features.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v1.2.3