Back to Notesnook

Markdown shortcuts

docs/help/contents/rich-text-editor/markdown-notes-editing.md

3.4.10-android5.5 KB
Original Source

Markdown shortcuts in notes <PlanTag plan="essential" />

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.

Turn Markdown shortcuts on

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.

  1. Go to {{settings}}.
  2. Open {{customization}} > {{editor}}.
  3. Turn on {{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.

:::

Available shortcuts

Notesnook supports the following (Markdown) shortcuts in the editor:

BlockMarkdown shortcut
Heading 1#
Heading 2##
Heading 3###
Heading 4####
Heading 5#####
Heading 6######
Bold**bold text**
Italic_italicized text_
Strikethrough~~strikethrough~~
Blockquote> blockquote
Ordered list1. First item
  1. Second item
  2. Third item | | Unordered list | - First item
  • Second item
  • Third item | | Task list | [x] Write the note [ ] Update the help [ ] Call the team | | Outline list | -o Write the note -o Update the help -o Call the team | | Inline code | `inline code` | | Inline Math | $$2 + 2 = 4$$ | | Horizontal rule | --- | | Link | [title](https://www.example.com) | | Codeblock | ```javascript function hello() { } ``` | | Math block | $$$ followed by a space | | Current Date | /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 |

Checklists and task lists share one shortcut

[] behaves differently depending on where you type it:

  • inside an existing bullet list, it turns those bullets into a simple checklist;
  • on an empty line, it creates a full task list with a title, a progress counter and sorting.

Task lists, outline lists and callouts all need the Essential plan or higher.

FAQs

Does Notesnook support Markdown editing?

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.

Can I import and export Markdown files?

Yes. You can import Markdown files and export any note as Markdown, with or without frontmatter.