Slash Commands in 📝MythOS are triggered by typing / in the memo editor. A menu appears with available commands, filterable by typing after the slash.
Available Commands
/image— Upload an image via file picker. Supports drag-drop, paste, and browser upload. Images are compressed and stored in Cloudflare R2/embed— Insert any iframe or embed URL. Paste raw iframe HTML (extractssrc,height,width) or a direct embed URL. See 📝Embed Slash Command/template— Insert a saved template. Opens a submenu of templates created in Settings > Templates. Template content preserves markdown formatting/date— Insert the current date in long format (e.g., "April 5, 2026")
How It Works
- Place your cursor where you want to insert content
- Type
/— the command menu appears - Continue typing to filter (e.g.,
/emnarrows to Embed) - Select a command with Enter or click
The / trigger text is removed when a command is selected.
Relationship to Other Features
Slash commands complement the editor's other input methods: the floating toolbar (text selection), auto-embedding (paste URL + Enter), 📝Mentions (@), and hashtags (#). They handle insertions that don't fit into inline formatting or auto-detection — structured content like templates, media uploads, and arbitrary embeds.
