Skip to content

Documentation

✍️ Notes

Notes lets you write simple Markdown-based content with headings, lists, and checkboxes, including keyboard shortcuts for faster formatting.

Notes uses a Markdown-like syntax to create titles, lists, and checkboxes. To transform a line, just add these characters at the start of a line:

  • # large heading
  • ## medium heading
  • ### small heading
  • - classic list
  • [ ] checkbox (notice the space between the brackets)
  • [x] checkbox, checked

Currently, other Markdown features, such as italics, are not supported.

You can use these keyboard shortcuts while editing your Note.

Keys Action
Ctrl / Cmd + Shift + 1 Create large heading
Ctrl / Cmd + Shift + 2 Create medium heading
Ctrl / Cmd + Shift + 3 Create small heading
Ctrl / Cmd + Shift + 4 Create bullet list
Ctrl / Cmd + Shift + 5 Create todo list