Simon Zweers418 downloadsThis is a plugin that allows you to view charactersheets
This is a simple DnD charactersheet viewer/editor. It enables the creation and viewing of charactersheets directly inside of Obsidian.
Before I started writing this, I've wanted a plugin for obsidian which enabled me to interact with charactersheets. For writing lore, backstory or taking notes, obsidian already works really well, which is why I've already been using it for this. I was really surprised when I tried to search for a charactersheet plugin and there were none which fit my needs. I found a couple which were promising, which I didn't use for the following reasons:
This is why I built DnD Character sheet Tool. A full interface and completely independent tool for creating/viewing/editing character sheets.
You can also install it directly from source.
This also means you need to have npm installed.
Execute the following commands inside your vault.
cd <your-vault>
git clone https://github.com/simonzweers/obsidian-dnd-charactersheet.git .obsidian/plugins/obsidian-dnd-charactersheet
cd .obsidian/plugins/obsidian-dnd-charactersheet
npm install && npm run build
Below you can see an example of the layout with a simple character.

dnd_character: true to prevent loading UI if frontmatter is not for a DnD character