Slash Commands¶
Slash commands let you insert content rapidly by typing / in any note. Instead of navigating menus, simply type what you need.
Opening the Command Palette¶
- Open any note in Glassy
- Position your cursor where you want content
- Type
/(forward slash)
The palette appears immediately, showing all available commands grouped by category.
:::info
The palette filters as you type. Type /h2 to jump straight to heading options.
:::
Available Commands¶
Text Formatting¶
| Command | Inserts | Keyboard Equivalent |
|---|---|---|
/h1 |
Large heading | — |
/h2 |
Medium heading | ## + space |
/h3 |
Small heading | ### + space |
/bullet |
Bulleted list | - + space |
/number |
Numbered list | 1. + space |
/todo |
Checklist | [ ] |
/quote |
Blockquote | > + space |
/divider |
Horizontal rule | --- |
Callout Blocks¶
| Command | Type | Use When |
|---|---|---|
/info |
Info (blue) | Additional context |
/warning |
Warning (amber) | Important notices |
/success |
Success (green) | Confirmations |
/error |
Error (red) | Problem states |
Content Blocks¶
| Command | Inserts |
|---|---|
/code |
Code block with syntax highlighting |
/table |
Empty 2x2 table |
/link |
Link template |
/image |
Image placeholder |
Using the Palette¶
Keyboard Navigation¶
- Type
/to open the palette - Use
↑and↓arrows to navigate - Press
Enterto select - Press
Escapeto dismiss
Filtering¶
Start typing after / to filter commands:
- /h shows all heading commands
- /call shows callout options
- /code shows code-related commands
:::success Your most-used commands appear at the top of each category for quick access. :::
Examples¶
Creating a Section Heading¶
- Position cursor at the start of a new line
- Type
/h2 - Select "Heading 2" from the palette
- Start typing your heading
Adding a Warning Callout¶
- Type
/warning - Select "Warning Callout"
- The callout block appears with placeholder text
- Replace with your warning message
Building a Checklist¶
- Type
/todo - Select "To-do List"
- Add items, press
Enterfor new lines - Press
Tabto indent subtasks
Troubleshooting¶
Palette doesn't appear¶
- Make sure you're in a text area (not the title field)
- Type
/alone, not followed by other characters - Refresh the page if the issue persists
Command doesn't insert content¶
- Some commands require additional input (like
/linkwhich needs a URL) - Follow the on-screen prompts after insertion
Related¶
- Keyboard shortcuts: see the Quick Reference cheatsheet
- Callout blocks: use
/info,/warning,/success, or/errorwithin slash commands - Document icons: set via the note header menu