feat(roms): add Obsidian vault knowledge base for 75 library romhacks

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.
This commit is contained in:
ginnoir
2026-06-06 03:15:36 -05:00
parent 5f53df0070
commit eea602d100
83 changed files with 3406 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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]]