feat: implement build script and parsers to automate Foundry VTT journal pack generation from Obsidian markdown files

This commit is contained in:
Octoturge
2026-06-10 02:16:33 +02:00
parent 23af71e45a
commit 1e8f69701e
9 changed files with 42 additions and 38 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
* `@UUID[Compendium.<pkg>.<pack>...]` patterns, and reports any reference
* to a system pack we know about but a slug that does not exist.
*
* Currently informational only the journal parser does not yet emit
* Currently informational only - the journal parser does not yet emit
* UUID cross-links automatically. This script provides the framework
* for Phase 7.3/7.4 integration.
*/
@@ -45,7 +45,7 @@ function scanFile(file: string) {
try {
walk(packsSrcDir);
} catch {
console.log('[lint-uuid] no packs-src/ run build:packs first.');
console.log('[lint-uuid] no packs-src/ - run build:packs first.');
process.exit(0);
}