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
1
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
2
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
3
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
4
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:1
Open Today's Note
- Press
Cmd+D(macOS) orCtrl+D(Windows/Linux) - Or use Command Palette → “Open daily note”
2026-03-03.md).2
Configure Daily Notes Folder (Optional)
By default, daily notes are created in your space root. To organize them:
- Open Settings (
Cmd+,orCtrl+,) - Go to Daily Notes tab
- Click Browse to select a folder within your space
- All future daily notes will be created there
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:1
Open Search
- Press
Cmd+P(macOS) orCtrl+P(Windows/Linux) - Or click the search icon in the toolbar
2
Search Your Notes
Search supports:
- Full-text search - Find any content
- Tag search - Use
#tagsyntax - Title search - Match note names
- Fuzzy matching - Works with typos
AI Chat (Optional)
If you want to chat with AI models:1
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
2
Open AI Panel
- Click the AI icon in the sidebar
- Or press
Cmd+Shift+A(macOS) /Ctrl+Shift+A(Windows/Linux)
3
Start Chatting
Type your message and press Enter. You can:
- Ask questions about your notes
- Attach files as context using
@filename - Save AI responses as new notes
- View chat history
Keyboard Shortcuts
Master these shortcuts to work faster: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