Glossary

Alphabetical index of defined terms. Rendered automatically from all pages in wiki/glossary/ — adding a new term page updates this list instantly.

Requires: Dataview plugin (Core Plugins → Community Plugins → Dataview). If Dataview is not installed, browse wiki/glossary/ directly.

TABLE WITHOUT ID link(file.link, title) as Term, summary as Definition
FROM "wiki/glossary"
WHERE type = "glossary"
SORT title ASC

Adding a new term

  1. Create wiki/glossary/<term-in-kebab-case>.md
  2. Copy the frontmatter block below — fill in all fields
  3. Write a 2–4 sentence body with source attribution and a **Related:** line
  4. This index updates automatically

Frontmatter template:

---
title: "Term Name"
type: glossary
category: game-design
status: active
tags:
  - relevant-tag
summary: "One sentence plain-text definition — this appears in the index table."
aliases:
  - alternate name
questions:
  - "What does this term mean?"
covers:
  - near-synonym
claims:
  - "One concise answer-bearing statement supported by the page."
confidence: medium
sources:
  - source-filename.md
created: YYYY-MM-DD
updated: YYYY-MM-DD
---