docs: link the VS Code Marketplace listing now that it's live
docs: point the example project link at the repo file, not a release asset
The zip now lives at the repo root, not attached to the v1.0.0
release (which is the .vsix's release).
docs: link the downloadable example project from Home
Points at the v1.0.0 release asset via the "latest" redirect, so the
link keeps working across future releases as long as they ship a
same-named zip.
Restructure Wiki into a tutorial for module authors
Rewrites the Wiki as a step-by-step tutorial + reference, replacing
the previous dev-reference-style docs (moved to OLD/ during the
transition). New structure:
- Home: getting-started path + reference index
- Create a Project, The Extension Panel
- Creating Module Content (Pages, Groups, Maps and Encounters)
- Managing the Compendium (Items, Spells, Roll Tables, Monsters)
- Snippets, Themes (5.5e), Building and Importing
- Project Settings, Advanced Settings (Commands)
Includes screenshots throughout, taken against a sample module.
docs: add Themes page (5.5e font licensing), link from Home and Create Module Project
docs: add Snippets page, link from Home and Compendium
Add Localization page; document catalog/override system in Compendium and Project Panel
Sync Compendium, localization/measurement, and panel-delete updates from docs/
Add Markdown Preview Engine page
Sync docs: add Project Panel Section, update Build Module and Create Module Project pages
Add MPX documentation (create module project, module explorer, create content entries, build module)