Updated Text editor (markdown)

zadam 2019-01-27 13:12:32 +01:00
parent 404eaa2768
commit ebe903051d

@ -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. [[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. 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]].