Write notes using simple Markdown syntax with headings, to-do lists, checkboxes, and keyboard shortcuts.
Это содержимое пока не доступно на вашем языке.
Using notes formatting
Section titled “Using notes formatting”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.
Keybindings
Section titled “Keybindings”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 |
Notes is powered by pocket editor, an open source WYSIWYG editor developed specifically for Bonjourr.
View pocket-editor on GitHub