Editor
Select any text to see the formatting toolbar.
Type / for widgets.
And oh, markdown is supported. If you are into that.
Video Overview
Slash Commands
Type / anywhere in the editor to insert widgets and blocks:
Command | Description |
|---|---|
/image | Insert an image |
/youtube | Embed a YouTube video |
/tweet or /twitter | Embed a tweet/X post |
/embed | Embed content (Instagram, TikTok, etc.) |
/cta or /button | Add a call-to-action button |
/callout | Add a callout/notice box |
/post | Insert a post card link |
/table | Insert a table |
/code | Insert a code block |
/markdown | Insert markdown content |
/divider or /hr | Insert a horizontal divider |
Keyboard Shortcuts
Shortcut | Action |
|---|---|
Cmd/Ctrl + B | Bold |
Cmd/Ctrl + I | Italic |
Cmd/Ctrl + U | Underline |
Cmd/Ctrl + Shift + S | Strikethrough |
Cmd/Ctrl + K | Insert/Edit link |
Cmd/Ctrl + Z | Undo |
Cmd/Ctrl + Shift + Z | Redo |
Markdown Support
The editor supports markdown shortcuts as you type:
Type this | To get |
|---|---|
# Heading | Heading 1 |
## Heading | Heading 2 |
### Heading | Heading 3 |
**bold** | bold |
*italic* | italic |
~~strikethrough~~ | strikethrough |
`code` | inline code |
``` | Code block |
- item or * item | Bullet list |
1. item | Numbered list |
> quote | Blockquote |
--- | Horizontal divider |