Skip to main content
Mythos

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 (extracts src, 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

  1. Place your cursor where you want to insert content
  2. Type / — the command menu appears
  3. Continue typing to filter (e.g., /em narrows to Embed)
  4. 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.

Created with 💜 by One Inc | Copyright 2026