build-romhack-vault.py generates pokemon-romhack-vault/: one note per hack (YAML properties + tags + summary + links), an Index MOC (Dataview + static table), a Types taxonomy, and per-platform MOCs. Dataset is the single source of truth — edit + re-run to extend.
17 lines
296 B
Markdown
17 lines
296 B
Markdown
# Game Boy (GB) — 1 hacks
|
|
|
|
```dataview
|
|
TABLE base, version, status, type
|
|
FROM "Hacks"
|
|
WHERE platform = "GB"
|
|
SORT file.name ASC
|
|
```
|
|
|
|
## Static
|
|
|
|
| Hack | Base | Version | Status | Type |
|
|
|---|---|---|---|---|
|
|
| [[Brown]] | Red | 1.1 | Complete | New Experience |
|
|
|
|
[[Index|← back to directory]]
|