Barrow Rook31 downloadsRender dungeons copied from DNGNGEN as structured notes for Mork Borg.
Render dungeons copied from DNGNGEN as structured tables in Obsidian. DNGNGEN generates dungeons for the MÖRK BORG tabletop role-playing game.
The plugin works locally and does not make network requests, collect telemetry, or read files outside your vault.
The plugin changes DNGNGEN's copied code block marker into a language Obsidian can recognize. Existing blocks can use the following fence directly:
```🕇DNGNGEN🕇
[pasted DNGNGEN content]
```
If the copied format is incomplete or no longer matches DNGNGEN, the plugin displays an error instead of rendering partial or misleading content.
After the plugin is accepted into the Obsidian Community directory:
Download main.js and manifest.json from the latest GitHub release. Place them in:
<Vault>/.obsidian/plugins/dngngen/
Restart Obsidian, then enable DNGNGEN Renderer under Settings → Community plugins.
Requires Node.js and npm.
npm ci
npm run dev
npm run dev watches the TypeScript source and rebuilds main.js. To run all automated checks:
npm run check
npm audit
There are no runtime npm dependencies. The generated main.js bundle treats the Obsidian API as external.
DNGNGEN was created by Karl Druid. MÖRK BORG is © 2020 Ockult Örtmästare Games and Stockholm Kartell. This project is an independent community integration and is not affiliated with or endorsed by those creators or by Obsidian.