Header
Write /header and confirm with Enter.
Example header
Headers can contain icons
Header with icon
/icon-
Form
Write /form and confirm with Enter.
Example form property=Example form value
Add new row
Press Enter when the cursor is in the form.
Alternatively right click on the row and select Add row after from the context menu.
Remove row
Right click on the row and select Delete row from the context menu.
Remove form
Right click on the form and select Remove table from the context menu.
Table
Write /table and confirm with Enter.
Column 1 | Column 2 |
---|---|
Example table | with 2 columns |
Add new row
Press Enter when the cursor is in a cell.
Alternatively right click on the row and select Add row after from the context menu.
Remove row
Right click on the row and select Delete row from the context menu.
Alternatively select all cells in the row and press Delete key.
Remove table
Right click on the table and select Remove table from the context menu.
Quote
Write /quote and confirm with Enter.
Example quote
Long quote
on multiple lines
Date and time
Today date
Write /today and confirm with Enter.
May 5, 2020
Now time
Write /now and confirm with Enter.
20:45
Icons
Write / and icon command to filter out the options. When selected press Enter.
Command | Icon |
---|---|
icon-none | |
icon-yes | |
icon-no | |
icon-not | |
icon-question | |
icon-dot | |
icon-pin | |
icon-warning | |
icon-info | |
icon-star |
Large message
Write /large and confirm with Enter.
$10 000
Horizontal rule
Write /rule and confirm with Enter.
Code block
Write /code and confirm with Enter.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
- Hover over the code block and click on the copy button to copy the code to clipboard
Inline code
Write /code-inline and confirm with Enter.
Example inline code
Alternatively select text and press CTRL + Shift + C.