From ebe903051d04ac11489a5087a7d740597d77fc3b Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 27 Jan 2019 13:12:32 +0100 Subject: [PATCH] Updated Text editor (markdown) --- Text editor.md => Text-editor.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename Text editor.md => Text-editor.md (90%) diff --git a/Text editor.md b/Text-editor.md similarity index 90% rename from Text editor.md rename to Text-editor.md index 88017eb..debdcbe 100644 --- a/Text editor.md +++ b/Text-editor.md @@ -26,4 +26,8 @@ You can notice how heading "Formatting" is automatically detected and new subnot [[Keyboard shortcut|Keyboard shortcuts]] `CTRL-P` normally creates empty subnote in the current note - when there is a selected text in the editor, it behaves the same as the button demoed above - new subnote is created and content (and potentially title) is filled with the selected text. -This also works with `CTRL-O` shortcut - the only difference is that new note is created next to the current instead of inside the current. \ No newline at end of file +This also works with `CTRL-O` shortcut - the only difference is that new note is created next to the current instead of inside the current. + +# Read only mode + +To prevent accidental changes you can put text editor into read only mode by attaching `readOnly` [[label|Attributes]]. \ No newline at end of file