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:
@@ -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]]
|
||||
Reference in New Issue
Block a user