Index
A small linked workspace used to demo Glyph's wikilink resolution. Browse to:
- Feature showcase — every renderer feature in one file
- Notes/Cooking — example note in a subdirectory
- Graph View is a guide to the workspace graph (press
Cmd/Ctrl+Gto see this workspace mapped)
Setup
To explore wikilinks live:
- Launch Glyph.
Cmd/Ctrl+Shift+Oand pick thesamples/folder.- Click any of the
[[...]]links above.
How resolution works
A wikilink target is matched case-insensitively against the workspace's markdown files by stem (filename without extension). When the target contains a slash, Glyph treats it as a relative path suffix — that's how [[Notes/Cooking]] lands on samples/Notes/Cooking.md and not on a stray Cooking.md elsewhere.
If two notes share a stem, Glyph prefers the one in the same directory as the current file; otherwise it picks the shortest path. Unresolved targets render with a muted, dashed-underline style.