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 ASCAdding a new term
- Create
wiki/glossary/<term-in-kebab-case>.md - Copy the frontmatter block below — fill in all fields
- Write a 2–4 sentence body with source attribution and a
**Related:**line - 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
---