diff --git a/Note revisions.md b/Note revisions.md index 9ad26cf..3fa764a 100644 --- a/Note revisions.md +++ b/Note revisions.md @@ -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. -Note revisions can be accessed through note detail menu. \ No newline at end of file +Note revisions can be accessed through note detail menu. + +[[images/note-revisions.png]] \ No newline at end of file diff --git a/Protected notes.md b/Protected notes.md index 5e2c4c8..5914a05 100644 --- a/Protected notes.md +++ b/Protected notes.md @@ -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. * 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 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]] -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 @@ -25,12 +23,14 @@ In principle Trilium encrypts data, but doesn't encrypt metadata. This specifica Encrypted: * note title * note content -* images (in the future) +* images +* file attachments Not encrypted: * 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 * various metadata - e.g. date of last modification +* [[attributes]] ## Encryption details diff --git a/Screenshot tour.md b/Screenshot tour.md index c462f1a..1187d9d 100644 --- a/Screenshot tour.md +++ b/Screenshot tour.md @@ -8,6 +8,8 @@ See [[Themes]]. [[images/code-note.png]] +This shows code note editor. + [[images/day-notes.png]] See [[Day notes]]. diff --git a/Script API.md b/Script API.md index 2cf2ae8..bdf51c2 100644 --- a/Script API.md +++ b/Script API.md @@ -1,4 +1,8 @@ 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) -* [Backend API](https://zadam.github.io/trilium/backend_api/BackendScriptApi.html) \ No newline at end of file +* [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. \ No newline at end of file diff --git a/gifs/protecting-note.gif b/gifs/protecting-note.gif index 27bb15f..cacccdf 100644 Binary files a/gifs/protecting-note.gif and b/gifs/protecting-note.gif differ diff --git a/images/note-revisions.png b/images/note-revisions.png new file mode 100644 index 0000000..b950d56 Binary files /dev/null and b/images/note-revisions.png differ