Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
Slash command menu
Type/ anywhere on an empty line (or at the start of a new paragraph) to open the slash command menu. Start typing to filter — for example, /code inserts a code block, /toggle lists all toggle variants.
Press ↑ / ↓ to navigate, ↵ to insert, Esc to close.
Text blocks
Text (paragraph)
The default block. Plain prose, fully formatted. Shortcut: None (default). Type on any empty line.Headings
Four heading levels, rendered with decreasing visual weight.| Block | Slash command | Markdown shortcut |
|---|---|---|
| Heading 1 | /heading1 | # (space after #) |
| Heading 2 | /heading2 | ## |
| Heading 3 | /heading3 | ### |
| Heading 4 | /heading4 | #### |
Code block
Monospace block with syntax highlighting. Supports multiple languages. Slash command:/codeMarkdown shortcut:
``` (three backticks) on an empty line
Quote
A blockquote: a visually indented block for callout prose, citations, or emphasis. Slash command:/quoteMarkdown shortcut:
> (greater-than + space)
Divider
A horizontal separator line. Useful for separating sections of a prompt or persona. Slash command:/dividerMarkdown shortcut:
--- on an empty line
Lists
Bullet list
Unordered list. Supports nested items withTab / Shift-Tab.
Slash command: /bulletMarkdown shortcut:
- (dash + space)
Numbered list
Ordered list. Numbers increment automatically. Slash command:/numberedMarkdown shortcut:
1. (number + dot + space)
To-do list
Checklist with checkboxes you can tick directly in the editor. Slash command:/todoMarkdown shortcut:
[] (bracket-bracket + space)
Advanced blocks
Toggle
A collapsible section with a title and a body. Great for organising long prompts into expandable sections. Four variants correspond to heading levels 1–4:| Variant | Slash command | Markdown shortcut |
|---|---|---|
| Toggle heading 1 | /toggle heading 1 | # > |
| Toggle heading 2 | /toggle heading 2 | ## > |
| Toggle heading 3 | /toggle heading 3 | ### > |
| Toggle heading 4 | /toggle heading 4 | #### > |
- Click the chevron (▶) to collapse or expand the body.
- Click the title to edit it.
- Press
Enterin the title to move the cursor to the first line of the body. - Press
Backspaceat the very start of an empty title to unwrap the toggle — the title becomes a heading and the body blocks are placed below it. - Press
Ctrl + Dto duplicate the entire toggle (title + body) immediately below.
Tab — the whole list moves inside the toggle.
To move the list back out, press Shift-Tab from anywhere inside the list.
Callout
A highlighted note with a coloured icon. Use it to surface warnings, tips, or key information inside an asset. Slash command:/callout
Five tones are available:
| Tone | Icon | Use for |
|---|---|---|
| Info | ℹ | General information, notes |
| Warning | ⚠ | Cautions, things to watch |
| Success | ✓ | Confirmations, positive outcomes |
| Error | ✗ | Mistakes to avoid, hard constraints |
| Note | 📄 | Neutral side notes, clarifications |
References
Reference blocks link live content from other assets into your current asset. They appear as clickable cards and navigate to the source on click.Asset reference
A card that embeds a reference to another asset. Shows the asset’s emoji, title, and type. Clicking the card opens the referenced asset. Slash command:/asset reference
When inserted, a search picker appears. Type to filter your assets, then press ↵ or click to confirm. Press Esc to cancel and remove the placeholder.
Block reference
A card that points to a specific block inside another asset. Clicking the card opens the source asset scrolled to that block. Slash command:/block reference
Inserting a block reference opens a two-phase picker:
- Select the source asset.
- Select the specific block within that asset.
Esc) in phase 2 to return to the asset picker.

