Quickstart Guide
This guide will help you get started with Glyph in just a few minutes. You’ll create your first space, write a note, and explore some of Glyph’s most useful features.Prerequisites: Make sure you’ve installed Glyph before starting this guide.
Getting Started
Launch Glyph
Open Glyph for the first time. You’ll see the welcome screen with an animated interface.The welcome screen shows three key concepts:
- Open folder - Choose your local space folder
- Browse files - Open notes from your folders
- Find fast - Use search and tags to navigate
Create or Open a Space
A space is a folder on your computer where Glyph stores your notes.Choose one of these options:When you open a space, Glyph:
- Create New Space - Creates a new folder for your notes
- Open Existing Folder - Use an existing folder with markdown files
- Continue Last Space - Return to your most recent workspace
Glyph stores notes as plain markdown files. You can open any folder containing
.md files.- Scans for markdown files
- Builds a search index in
.glyph/index.db - Watches for file changes automatically
Create Your First Note
Once your space is open, create a new note:Using the File Tree:
- Right-click in the file tree sidebar
- Select “New File”
- Name your file (e.g.,
welcome.md)
- Press
Cmd+K(macOS) orCtrl+K(Windows/Linux) - Type “new file”
- Press Enter
Write with Markdown
Glyph uses a powerful markdown editor. Try these features:All tasks are indexed and appear in the Tasks view (
Basic Formatting
Slash Commands
Type/ in the editor to open the slash command menu:/h1,/h2,/h3- Insert headings/code- Code block/task- Task list/bullet- Bullet list
Task Lists
Create tasks with checkbox syntax:Cmd+Shift+T).Explore Key Features
Daily Notes
Quickly create a note for today:Open Today's Note
- Press
Cmd+D(macOS) orCtrl+D(Windows/Linux) - Or use Command Palette → “Open daily note”
2026-03-03.md).Wikilinks
Connect your notes with wikilinks:- Type
[[to trigger autocomplete - Glyph will suggest existing notes
- Click a wikilink to navigate to that note
- Backlinks are automatically indexed
Wikilinks work even if the target file doesn’t exist yet. Glyph will offer to create it when you click.
Search Everything
Glyph provides fast hybrid search across all your notes:AI Chat (Optional)
If you want to chat with AI models:Configure AI Provider
- Open Settings (
Cmd+,orCtrl+,) - Go to AI tab
- Choose your provider:
- OpenAI - Requires API key
- Anthropic - Claude models
- Gemini - Google AI
- Ollama - Local models (free, no API key needed)
- Enter your API key (or configure Ollama endpoint)
- Select a model
Open AI Panel
- Click the AI icon in the sidebar
- Or press
Cmd+Shift+A(macOS) /Ctrl+Shift+A(Windows/Linux)
Keyboard Shortcuts
Master these shortcuts to work faster:| Action | macOS | Windows/Linux |
|---|---|---|
| Command Palette | Cmd+K | Ctrl+K |
| Search | Cmd+P | Ctrl+P |
| Daily Note | Cmd+D | Ctrl+D |
| New File | Cmd+N | Ctrl+N |
| Settings | Cmd+, | Ctrl+, |
| Tasks View | Cmd+Shift+T | Ctrl+Shift+T |
| AI Panel | Cmd+Shift+A | Ctrl+Shift+A |
| Save | Cmd+S | Ctrl+S |
Understanding Your Space
When you open a space, Glyph creates a.glyph/ folder inside it:
What’s Next?
Tasks & Organization
Learn how to use task lists, tags, and folders to organize your notes
AI Features
Explore AI chat modes, profiles, and context management
Customization
Customize themes, fonts, and appearance in Settings
Advanced Search
Master search syntax, filters, and the link graph
Need help?
Ask questions or report issues on GitHub