create Dec 31, 2025 7:21am · 16 days ago
Changed fields
Field Before After
id nil 18
canonical_name nil links
created_at nil 2025-12-31 07:21:23.631008000 UTC +00:00
metadata {} {"docs" => true, "source_wiki" => "docs", "source_wiki_source" => "Links.md", "summary" => "How to link between pages and wikis.", "icon" => "🔗"}
name nil Links
wiki_id nil 2

Content diff

+27 −0
Before After
## Internal links (pages)
To link to another page, use the normal Markdown link syntax:
`[Link text](/USER/WIKI/Page_Name)`
Examples:
- Link to a page in this docs wiki: [Markdown Guide](/wittle/docs/Markdown_Guide)
- Link to a page in the demo wiki: [Solar System](/wittle/demo/Solar_System)
## Spaces vs underscores
Page names can include spaces, but URLs use underscores:
- “Getting Started” → `/wittle/docs/Getting_Started`
Wittle treats page names as **case-insensitive**, so `links`, `Links`, and `LINKS` all resolve to the same page.
## Linking to a wiki
Link to the wiki root (which shows the wiki’s main page, usually Index):
- [Docs home](/wittle/docs)
- [Demo home](/wittle/demo)