Skip to content

Some helper scripts for D&D stuff; especially obsidian.md scripts

Notifications You must be signed in to change notification settings

znewton/dnd-helpers

Repository files navigation

D&D Helpers

Some useful scripts for generating helpful D&D content in obsidian.md vaults using 5e.tools.

Specifically, these tools pull data from 5etools-mirror-1 Github Repo, which is a fork of the source for 5e.tools website with all of the raw data in JSON format, which is better for parsing than attempting to manually export the data from the website itself.

Getting Started

1. Install Required Dependencies

  1. This is a Typescript project that runs using Node.js runtime. Install Node.js using NVM (Node Version Manager) then running nvm use within the root directory for this project.
  2. This project uses Yarn for dependency management. Install Yarn by following Yarn's installation directions.
  3. Install NPM dependencies using yarn install

2. Configure Source Material

IMPORTANT: Please only use this tool with source material that you legally own!. 5e.tools is an awesome tool that is freely available for use, so please do not abuse it by using it to pirate from Wizards of the Coast.

To configure which source books that you own,

  1. Run yarn start list-books to view all available source books and their corresponding abbreviations.
  2. Update the ownedSourceBooks property of the config variable exported from src/config/config.ts with the abbreviations of source books you own.

To configure where the output goes, configure the appropriate properties within the config variable in src/config/config.ts.

3. Generate ALL the Files

Run yarn start gen all to generate all the helper files.

About

Some helper scripts for D&D stuff; especially obsidian.md scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published