mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
note revisions screenshot + some updates
parent
91de76a969
commit
2d747eba4e
@ -5,3 +5,5 @@ 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.
|
||||
|
||||
[[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.
|
||||
* 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
|
||||
|
||||
|
@ -8,6 +8,8 @@ See [[Themes]].
|
||||
|
||||
[[images/code-note.png]]
|
||||
|
||||
This shows code note editor.
|
||||
|
||||
[[images/day-notes.png]]
|
||||
|
||||
See [[Day notes]].
|
||||
|
@ -2,3 +2,7 @@ For [[Scripts]] to do anything useful, Trilium publishes "Script API". Actually
|
||||
|
||||
* [Frontend API](https://zadam.github.io/trilium/frontend_api/FrontendScriptApi.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
BIN
images/note-revisions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
Loading…
x
Reference in New Issue
Block a user