diff options
author | Adam Worley | 2020-10-11 19:44:18 +0100 |
---|---|---|
committer | GitHub | 2020-10-11 20:44:18 +0200 |
commit | 8359e70b0eb9ade6ba8bc9d297d49db1a0ce84e5 (patch) | |
tree | dffcf4189cce0f92ad4cc3bde8286b9105a85056 | |
parent | 82aff80b88dca3922e7a8c2705f6c0e1c39bb726 (diff) |
Add revisions documentation - Issue #196 (#517)
Co-authored-by: Adam Worley <Adam.Worley@ajw-group.com>
-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. |