Editor Modes
Glyph offers three editing modes:- Rich Mode
- Plain Mode
- Preview Mode
Rich editing with live preview
- Real-time markdown rendering as you type
- Formatting toolbar (bottom ribbon)
- Slash commands for quick formatting
- Wikilink autocomplete
- Inline images and embeds
Formatting Toolbar
When editing in rich mode, hover near the bottom of the editor to reveal the formatting ribbon.Format Buttons
- Bold:
Cmd+B/Ctrl+B - Italic:
Cmd+I/Ctrl+I - Strikethrough:
Cmd+Shift+X/Ctrl+Shift+X - Code:
Cmd+E/Ctrl+E(inline code) - Link: Insert markdown links or wikilinks
Heading Buttons
- H1: Large section heading
- H2: Section heading
- H3: Subsection heading
List Buttons
- Bullet list: Unordered list items
- Numbered list: Ordered list items
- Task list: Checkboxes with task tracking
Block Elements
- Quote: Blockquote
- Code block: Fenced code blocks with syntax highlighting
- Table: Markdown tables with header row
- Divider: Horizontal rule
Slash Commands
Type/ on a new line to open the slash command menu:
Available Commands
/h1,/h2,/h3- Insert headings/bullet- Bullet list/numbered- Numbered list/quote- Blockquote/code- Code block/table- Insert 3×3 table/divider- Horizontal rule
Markdown Support
Glyph supports standard markdown plus GitHub-flavored extensions:Text Formatting
Headings
Lists
Links and Images
Code Blocks
Tables
Blockquotes
Callouts
Glyph supports Obsidian-style callouts:note, tip, warning, info, success, error
Tasks
Task items have special features:Task Scheduling
When editing a task, click the 📅 icon that appears next to it to set:- Scheduled date: When you plan to work on it
- Due date: When it must be completed
Task Views
View and manage tasks in the Tasks pane, organized by:- Inbox: Unscheduled tasks
- Today: Tasks scheduled for today or overdue
- Upcoming: Tasks scheduled for future dates
Images and Attachments
Drag and drop images into the editor to automatically:- Copy the image to your space’s assets folder
- Insert a markdown image reference
- Display the image inline (in rich mode)
Keyboard Shortcuts
On macOS, use
Cmd instead of Ctrl.| Action | Shortcut |
|---|---|
| Bold | Ctrl+B |
| Italic | Ctrl+I |
| Strikethrough | Ctrl+Shift+X |
| Inline code | Ctrl+E |
| Undo | Ctrl+Z |
| Redo | Ctrl+Shift+Z |
| Find | Ctrl+F |
| Save | Auto-save (no shortcut needed) |