note revisions screenshot + some updates

azivner 2018-08-31 18:02:03 +02:00
parent 91de76a969
commit 2d747eba4e
6 changed files with 14 additions and 6 deletions

@ -4,4 +4,6 @@ Time interval of taking note snapshot is configurable in the Options dialog. Thi
To turn off note versioning for particular note (or subtree), add `disableVersioning` [[label|Attributes]] to the note. To turn off note versioning for particular note (or subtree), add `disableVersioning` [[label|Attributes]] to the note.
Note revisions can be accessed through note detail menu. Note revisions can be accessed through note detail menu.
[[images/note-revisions.png]]

@ -8,15 +8,13 @@ For such sensitive data Trilium can protect these notes which essentially means:
* To first access protected notes you need to enter your password which will decrypt the note and allow you to read / write them. But after certain time period (by default 10 minutes) this decrypted note is unloaded from memory and to read it again you need to enter your password again. * To first access protected notes you need to enter your password which will decrypt the note and allow you to read / write them. But after certain time period (by default 10 minutes) this decrypted note is unloaded from memory and to read it again you need to enter your password again.
* This protects against a possible scenario where you leave your computer unlocked for a long time and somebody can access your Trilium application. * This protects against a possible scenario where you leave your computer unlocked for a long time and somebody can access your Trilium application.
**Be aware that currently protected notes is considered to be experimental. It's possible encryption method will change in the future (migration path will be provided).**
## How to use protected notes ## How to use protected notes
Notes are by default unprotected. If you want your note to be protected, click on shield icon next to the note title as seen here: Notes are by default unprotected. If you want your note to be protected, click on shield icon next to the note title as seen here:
[[gifs/protecting-note.gif]] [[gifs/protecting-note.gif]]
You can also notice how protected notes are greyed in both note tree and note editor so you have good overview of what's protected and what isn't. You can also notice how protected notes are greyed in the note tree and given subtle shield background in the note editor so you have good overview of what's protected and what isn't.
## What is encrypted ## What is encrypted
@ -25,12 +23,14 @@ In principle Trilium encrypts data, but doesn't encrypt metadata. This specifica
Encrypted: Encrypted:
* note title * note title
* note content * note content
* images (in the future) * images
* file attachments
Not encrypted: Not encrypted:
* structure of the notes - i.e. you can still see that there are protected notes. * structure of the notes - i.e. you can still see that there are protected notes.
* there's no attempt to hide the fact there are encrypted notes * there's no attempt to hide the fact there are encrypted notes
* various metadata - e.g. date of last modification * various metadata - e.g. date of last modification
* [[attributes]]
## Encryption details ## Encryption details

@ -8,6 +8,8 @@ See [[Themes]].
[[images/code-note.png]] [[images/code-note.png]]
This shows code note editor.
[[images/day-notes.png]] [[images/day-notes.png]]
See [[Day notes]]. See [[Day notes]].

@ -1,4 +1,8 @@
For [[Scripts]] to do anything useful, Trilium publishes "Script API". Actually there are two such APIs: For [[Scripts]] to do anything useful, Trilium publishes "Script API". Actually there are two such APIs:
* [Frontend API](https://zadam.github.io/trilium/frontend_api/FrontendScriptApi.html) * [Frontend API](https://zadam.github.io/trilium/frontend_api/FrontendScriptApi.html)
* [Backend API](https://zadam.github.io/trilium/backend_api/BackendScriptApi.html) * [Backend API](https://zadam.github.io/trilium/backend_api/BackendScriptApi.html)
## Backwards compatibility
Note that Script API is now highly experimental and subject to change in the future.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 301 KiB

BIN
images/note-revisions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB