title: Wikilinks
created: 2026-07-05
updated: 2026-07-05
type: concept
tags: [meta, wiki, syntax]
Wikilinks
The wiki uses wikilinks — double-bracket page references — for internal linking. This is the same syntax used by Obsidian, Roam Research, and other knowledge-base tools.
Syntax
| Format | Renders As |
|---|---|
<a href="page-name">Page Name</a> |
Link to "Page Name", text shows "Page Name" |
<a href="page-name">Display Text</a> |
Link to "Page Name", text shows "Display Text" |
Resolution
Page lookup is case-insensitive and filename-based. The server slugs the page title (lowercase, hyphens for spaces) and matches against all .md files in the vault.
Requirements
Every page must have at least 2 wikilinks to other pages — no orphans. See SCHEMA.