Intro
Intro
We set out to build the world's best text editor to write blog posts. We lovingly call it Velocity Editor.
Select any text to see the formatting toolbar.
Type / for widgets. For example, /image will show the image widget.
And oh, markdown is supported. Type freely.
Read more about widgets here.
[

Widgets
Widgets are powerful content blocks that help you create rich, engaging blog posts. Access them by typing / on a new line to open the…
](https://superblog.ai/docs/editor/widgets)
Video Overview
Slash Commands
Type / anywhere in the editor to insert widgets and blocks:
Command
Description
/image
Insert an image
/gallery
Insert an image gallery
/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