Cmd+, or Ctrl+,):
- AI Settings - Configure AI providers and models
- Appearance - Customize theme, colors, and fonts
- Space Settings - Manage current workspace
- Daily Notes - Configure daily note creation
- General - AI assistant defaults and licensing
- About - App version and updates
Opening Settings
Access settings in several ways:- Keyboard:
Cmd+,(macOS) orCtrl+,(Windows/Linux) - Command Palette:
Cmd+K→ “Settings” - Menu: Application Menu → Settings
AI Settings
Configure AI providers and models for the assistant panel.AI Profiles
Glyph uses profiles to manage different AI configurations. Each profile contains:- Provider (OpenAI, Anthropic, Google, etc.)
- Model selection
- Base URL for custom endpoints
- Custom headers for authentication
- Private host access permissions
- Reasoning effort (for o1-style models)
Creating an AI Profile
Creating an AI Profile
- Navigate to Settings → AI
- Click “Create Profile” to add a default profile
- Configure these fields:
- Name: Label for the profile (e.g., “GPT-4”, “Claude Sonnet”)
- Provider: Select from OpenAI, Anthropic, Google, Groq, or Custom
- Model: Choose the model or enter a custom model ID
- Base URL: Optional custom API endpoint
- Headers: Key-value pairs for authentication
- Allow Private Hosts: Enable for localhost/private network APIs
- Click “Save” to persist the profile
Supported Providers
- OpenAI: GPT-4, GPT-4 Turbo, GPT-3.5, o1 models
- Anthropic: Claude 3.5 Sonnet, Claude 3 Opus/Sonnet/Haiku
- Google: Gemini 1.5 Pro, Gemini 1.5 Flash
- Groq: Fast inference for Llama, Mixtral models
- Custom: Any OpenAI-compatible API endpoint
AI Availability
Toggle AI features on/off globally:AI settings are stored per-profile and persist across sessions. Your API keys are stored securely in the system keychain.
Appearance Settings
Customize Glyph’s visual appearance.Theme Mode
Choose between:- Light: Bright background, dark text
- Dark: Dark background, light text
- System: Follows your OS preference
Accent Colors
Select an accent color that appears in:- Selected items
- Buttons and interactive elements
- Active states
- Links and highlights
- Neutral (default gray)
- Cerulean (blue)
- Tropical Teal
- Light Yellow
- Soft Apricot
- Vibrant Coral
Typography
Configure fonts and sizes:Font Family
Choose the primary UI and content font. Glyph loads system fonts automatically, including:- System defaults (Inter, SF Pro, Segoe UI)
- Custom installed fonts
Monospace Font
Select a monospace font for:- Code blocks
- Inline code
- File paths
- Technical content
Font Size
Adjust the base font size:- Small: 13px
- Medium: 14px (default)
- Large: 15px
- Extra Large: 16px
How fonts are loaded
How fonts are loaded
Glyph enumerates system fonts on startup:Fonts are cached per session for performance.
Space Settings
Manage the current space and its metadata.Current Space
Displays:- Full path to the active space
- Status indicator (Active/Inactive)
Recent Spaces
View and manage recently opened spaces:- List shows all recent space paths
- Click “Clear” to remove all entries
- Paths are stored in app settings, not in the space itself
Search Index
The search index powers fast full-text search across all notes. Rebuild Index: Click this button to:- Re-scan all markdown files in the space
- Clear stale entries
- Fix search issues
- Update after bulk file operations
Rebuilding is safe and non-destructive. Your notes are never modified.
Task Sources
Configure where Glyph looks for tasks (checkboxes in markdown):- Enable/disable specific folders
- Set scan depth
- Filter by file patterns
Daily Notes Settings
Configure automatic daily note creation.Daily Notes Folder
Choose where daily notes are created:- Click “Browse” to select a folder within your space
- Must be inside the current space (not external)
- Use relative paths (e.g.,
journal/daily)
Cmd+Shift+D(macOS) orCtrl+Shift+D(Windows/Linux) creates/opens today’s note
How It Works
YYYY-MM-DD.md (e.g., 2026-03-03.md).
Daily note templates
Daily note templates
Currently, daily notes are created as blank files. Template support is planned for a future release.
General Settings
App-wide preferences and licensing.Assistant Default View
Choose how the AI panel opens:- Create View: Shows the note creation interface
- Chat View: Opens directly to chat mode
Cmd+Shift+A.
License Management
Manage your Glyph license:- View license status (trial, active, expired)
- Enter license key
- Purchase new license
- Check expiration dates
Settings Storage
Settings are stored in two locations:App Settings
Stored in the system’s app data folder:- Theme, accent, fonts
- AI profiles and providers
- Recent spaces list
- License information
Space Settings
Stored in.glyph/Glyph/ within each space:
- Daily notes folder
- Task sources configuration
- Space-specific preferences
Deleting app settings resets to defaults. Space settings travel with the space if you move or sync it.
Keyboard Shortcuts in Settings
Troubleshooting
Settings not saving
- Check file permissions in your home directory
- Ensure you have disk space available
- Try restarting Glyph
Fonts not appearing
- Font enumeration happens once at startup
- Restart Glyph after installing new fonts
- System fonts only (not web fonts)
AI profile errors
- Verify API keys are correct
- Check base URL format for custom endpoints
- Enable “Allow Private Hosts” for localhost APIs