[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
×
@jacobcole / picortex — planning / schema.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # schema this wiki has no imposed structure. pages are markdown files with optional YAML frontmatter. ## frontmatter ```yaml --- title: Page Title visibility: public | private | unlisted tags: [topic1, topic2] --- ``` ## wikilinks link pages with `[[page-name]]` or `[[page-name|Display Text]]`. links resolve by filename — `[[linear-algebra]]` finds `wiki/courses/linear-algebra.md`.