Zach Hall29 downloadsBacklinks Draw Steel rule terms in your notes to their entries in the DS Compendium.
An Obsidian plugin that auto-detects Draw Steel rule terms in your notes and renders a [[wikilink]] pointing to a note with their definition stored. Hover over a rendered link and quickly see a definition. Uses the glossary from Chapter 1 of the Draw Steel Heroes rulebook as a built-in default, but also allows for user-defined terms and locations of their definitions.
ds-glossary.md) as a stable link target, pre-filled from the DS Compendium.See DOCUMENTATION.md for the full details on how linking, terms, and aliases work.
zachhall/drawsteel-rule-term-linker.main.js, manifest.json, and styles.css from the latest release and enables the plugin. Run BRAT: Check for updates to all beta plugins to pull in future releases.main.js, manifest.json, and styles.css from a release.<your vault>/.obsidian/plugins/drawsteel-rule-term-linker/.ds-glossary.md note is created automatically if you don't already have one.DS Compendium).See DOCUMENTATION.md for what each setting actually does.
npm install
npm run dev # watch build
npm run build # production build
npm run lint # eslint-plugin-obsidianmd (developer guideline checks)
npm test # Obsidian community-directory compliance checks (tests/)
esbuild.config.mjs writes main.js into this folder, so if the repo lives in
your vault's .obsidian/plugins/ directory, no copy step is needed — just reload
Obsidian.
MIT