Use Markdown to add rich formatting to your task notes.
Markdown is a simple way to format text while you type. Below, you can find the list of currently supported marks in our task note editor.
Type | Alternative | Result |
---|---|---|
*Italic* | _Italic_ | Italic |
**Bold** | __Bold__ | Bold |
~Strikethrough~ | Strikethough |
Alternatively, you can select a text and press CMD+B
/CTRL+B
to toggle bold, or CMD+I
/CTRL+I
to toggle italic.
Type | Result |
---|---|
<http://google.com> | http://google.com |
[Google](http://google.com) |
Our task note editor supports autolinking, hence typing google.com
and <http://google.com>
produces the same result.
Type | Alternative | Result |
---|---|---|
- Item 1 | * Item 1 |
|
1. Item 1 |
| |
[x] Item 1 |
|
All list types also support nesting. Press TAB
with a cursor on the line your want to indent, or SHIFT+TAB
to unindent.
Type | Result |
---|---|
`Inline code` with backticks | Inline code with backtics |
``` | # Example block |
Alternatively, you can select a text and press backtick to wrap it as inline code.