This is an Obsidian vault for DND 5e players, designed to keep all information related to a campaign, including characters, locations, quests, and items.
Install Git, Obsidian and Node.js. Right-click the Windows start menu and select "Terminal" or "Command line". Run each of the commands below:
winget install --id Git.Git -e --source winget
winget install -e --id Obsidian.Obsidian
winget install -e --id OpenJS.NodeJSOptionally, create a (private) repository for this project on GitHub.
Download the website project folder and place it next to the vault folder.
Open [[🤖 Scripts]] and edit the Rebuild and publish website script. Replace path_to_website_directory with the name of the website folder.
- CTRL-P to open the command palette
- Select "Templater: Open new note from template" and choose the "Session Note" template to create a new session note.
- Write your session notes in the newly created file
- Use the other folders to add info about the world, including characters and items
- Open [[🤖 Scripts]] and:
- run the Commit all script to commit and push all changes
- run the Rebuild and publish website to rebuild and push the website project