mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Created Read only note (markdown)
parent
bb373c180a
commit
487a67a39e
11
Read-only-note.md
Normal file
11
Read-only-note.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[[Text|Text notes]] or [[code|Code notes]] can be set to be read-only. In such case only read view is presented to the user with the option of editing the note if needed.
|
||||||
|
|
||||||
|
## Setting read only view with label
|
||||||
|
|
||||||
|
You can set the note as read only by adding [[label|attributes]] `readOnly`.
|
||||||
|
|
||||||
|
## Auto read only
|
||||||
|
|
||||||
|
If the note is too large then Trilium will automatically set the note as readOnly as an optimalization - displaying such long notes can take a long time in editing mode and this might unnecessarily slow down operation even if editing is not necessary.
|
||||||
|
|
||||||
|
If you want to keep specific note automatically editable, you can add [[label|attributes]] `autoReadOnlyDisabled`.
|
Loading…
x
Reference in New Issue
Block a user