Markdown Support
Noto supports some markdown functionalities which can help you quickly apply header and text styles.
You can enable these functions in Settings > Editor > Markdown:
-
Header Support
- Use #, ##, ###, etc.. in front of a paragraph to update header style.
Example:
-
Text Style Support
Surround a piece of text with the corresponding control characters to apply the text style:
- Use ** or __ for **bold**
- Use * or _ for *italic*
- Use ~ for ~underline~
- Use ~~ for ~~strikethrough~~
Example:
-
Hide Control Characters
- Hide away the markdown control characters from your notes. Effectively making the previous examples look like this: