diff options
Diffstat (limited to 'public/docs')
-rw-r--r-- | public/docs/features.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index 9a225fe2..9429da9e 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -7,7 +7,7 @@ This means that you can write notes with other people on your **desktop**, **tab You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [*homepage*](/). If you experience any *issues*, feel free to report it on [**GitHub**](https://github.com/codimd/server/issues). -Or meet us on [**Matrix.org**](https://riot.im/app/#/room/#codimd:matrix.org) for dev-talk and interactive help. +Or meet us on [**Matrix.org**](https://matrix.to/#/#hedgedoc:matrix.org) for dev-talk and interactive help. **Thank you very much!** ## Workspace @@ -246,7 +246,7 @@ When you’re a carpenter making a beautiful chest of drawers, you’re not goin #### PDF **Caution: this might be blocked by your browser if not using an `https` URL.** -{%pdf <https://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf> %} +{%pdf https://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf %} ### MathJax @@ -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. |