Creating Notes
You can create new notes in several ways:1
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.
2
Via Keyboard Shortcut
Press
Cmd+N (macOS) or Ctrl+N (Windows/Linux) to create a new note in the current folder.3
Via Command Palette
Open the command palette and search for “New Note”.
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
1
Right-click the note
Find the note in your file tree.
2
Select Rename
Choose Rename from the context menu.
3
Enter new name
Type the new name and press Enter. Links to this note are updated automatically.
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