Updated Text notes (markdown)

zadam 2022-12-08 00:05:06 +01:00
parent 60c8180693
commit e56ae20e3c

@ -4,7 +4,7 @@ Trilium uses awesome [CKEditor 5](https://ckeditor.com/ckeditor-5/) as its editi
Trilium text note interface doesn't show any toolbars or formatting options by default, these needs to be brought up by:
1) selecting text will bring up inline toolbar:
1) selecting text will bring up an inline toolbar:
![](images/text-notes-formatting-inline.png)
@ -14,12 +14,12 @@ Trilium text note interface doesn't show any toolbars or formatting options by d
## Read only vs. editing mode
Text notes are normally opened in edit mode, however there are two cases when they are open in read only mode:
Text notes are normally opened in edit mode, however there are two cases when they are open in read-only mode:
* they are long and thus would take time to load so by default we open them as read only which is much quicker
* or the note has `readOnly` [[label|attributes]]
In both cases it is possible to switch to editable mode again.
In both cases, it is possible to switch to editable mode again.
## Markdown & Autoformat