Getting Started#

Welcome! This page covers how to write for this wiki. See also the main page, and the Syntax guide (book icon in the toolbar, or Alt+G) for a copyable reference of everything below.

Writing basics#

Open any page from the sidebar. The editor supports standard markdown plus wiki extras:

Page metadata#

Start a page with a frontmatter block to control how it appears in listings:

---
title: Display Name
categories: [Characters]
aliases: [Old Name]
sortKey: Name
---

[[Category:Some Category]] anywhere in the body also files the page into a category — it's hidden in the rendered article and shows in the Categories bar at the foot of the page.

Structure and layout#

If you misspell a directive, the preview shows a warning box where it would have rendered — nothing fails silently.

Publishing workflow#

Action What happens
Ctrl+S / Save Commits to your personal draft branch
Publish Opens a pull request: draft → main
Merge PR Publishes the change to the live wiki

Saving never touches the live branch directly — every change goes through a draft, so nothing breaks the wiki mid-edit.

Local dev mode#

Running with VITE_DEV_MODE=local serves this dev-content/ folder from disk with no GitHub auth; branches and PRs are simulated in memory.

pnpm install
VITE_DEV_MODE=local pnpm dev

Theming#

Open the Theme panel in the toolbar to switch presets (Archive, Fandom Gold, Midnight Blue, Light, Slate Dark), adjust colors, fonts, and content width, or set a background image. Themes live in _config/theme.json, so they publish like any other edit.

Footnotes#

  1. Like this footnote.