docs/help/contents/rich-text-editor/markdown-notes-editing.md
Markdown shortcuts turn what you type into formatting. Type # for a heading, **bold** for bold text, - for a bullet list, and Notesnook applies the formatting the moment you finish the pattern — you never have to reach for the toolbar.
Markdown shortcuts are part of the Essential plan and above, and on the web and desktop apps they are switched off until you turn them on. On mobile they are on by default.
{{settings}}.{{customization}} > {{editor}}.{{mardownShortcuts}}.::: warning Nothing formats as you type until this is on
While Markdown shortcuts are off, every shortcut in the table below stops working — # headings, **bold**, list markers, code fences and math included. The toolbar and the keyboard shortcuts keep working either way.
:::
Notesnook supports the following (Markdown) shortcuts in the editor:
| Block | Markdown shortcut |
|---|---|
| Heading 1 | # |
| Heading 2 | ## |
| Heading 3 | ### |
| Heading 4 | #### |
| Heading 5 | ##### |
| Heading 6 | ###### |
| Bold | **bold text** |
| Italic | _italicized text_ |
| Strikethrough | ~~strikethrough~~ |
| Blockquote | > blockquote |
| Ordered list | 1. First item |
/date |
| Current Day | /day |
| Current Time | /time |
| Current Date & Time | /now |
| Current Date & Time with timezone | /nowz |
| Callout | >info Heads up
>warn Careful
>tip Try this |[] behaves differently depending on where you type it:
Task lists, outline lists and callouts all need the Essential plan or higher.
No. The Markdown shortcuts listed above are exactly that: shortcuts. They'll help you to quickly use the various formats & blocks in the editor but they aren't raw Markdown.
Yes. You can import Markdown files and export any note as Markdown, with or without frontmatter.