Перейти к содержимому

Документация

✍️ Notes

Write notes using simple Markdown syntax with headings, to-do lists, checkboxes, and keyboard shortcuts.

Это содержимое пока не доступно на вашем языке.

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

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

Other Markdown features, such as bold, italics, and links, are currently not supported.

You can use these keyboard shortcuts while editing your Note.

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

Notes is powered by pocket editor, an open source WYSIWYG editor developed specifically for Bonjourr.

View pocket-editor on GitHub