Creating Notes
You can create new notes in several ways:Via File Tree
Right-click any folder in the file tree and select New Note. A file dialog will appear where you can name your note.
Via Keyboard Shortcut
Press
Cmd+N (macOS) or Ctrl+N (Windows/Linux) to create a new note in the current folder.All notes are automatically saved as
.md files. If you don’t include the extension, Glyph adds it for you.Note Structure
Each note can contain:- Title: Generated from the filename (without
.mdextension) - Frontmatter: YAML metadata block at the top (optional)
- Body: Your markdown content
Frontmatter
Add structured metadata to your notes using YAML frontmatter:- Text properties:
status: draft - Boolean properties:
published: true - List properties:
tags: [work, important] - Date properties:
created: 2024-01-15
Managing Notes
Renaming Notes
Moving Notes
Drag and drop notes between folders in the file tree. All wikilinks pointing to the note are updated to reflect the new location.Deleting Notes
Right-click a note and select Delete. A confirmation dialog will appear before permanent deletion.Note Properties Panel
When editing a note with frontmatter in rich mode, Glyph displays a properties panel above your content. You can:- Edit property values inline
- Add new properties
- Remove existing properties
- Toggle between structured view and raw YAML editor
File Storage
Notes are stored as plain text markdown files in your space folder:- Location: Wherever you created your Glyph space
- Format: Standard markdown (
.mdfiles) - Encoding: UTF-8
- Newlines: Preserved as-is