From a4fc544ddba17ce91bfbdf9188ff13bddf085edb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 30 Oct 2025 09:42:39 +0200 Subject: [PATCH] Updated Read only note (markdown) --- Read only note.md | 11 ----------- Read-only-note.md | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Read only note.md create mode 100644 Read-only-note.md diff --git a/Read only note.md b/Read only note.md deleted file mode 100644 index 10ecb8e..0000000 --- a/Read only note.md +++ /dev/null @@ -1,11 +0,0 @@ -[[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 optimization - 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`. \ No newline at end of file diff --git a/Read-only-note.md b/Read-only-note.md new file mode 100644 index 0000000..1716dcc --- /dev/null +++ b/Read-only-note.md @@ -0,0 +1 @@ +See https://docs.triliumnotes.org/user-guide/concepts/notes/read-only-notes. \ No newline at end of file