Documentation

Admonitions

The Admonition plugin provides additional support for codeblock-style admonitions in addition to callouts.

Import one or more admonition json files in examples/admonitions to create the custom admonition types used for converted content:

Force note view mode by front matter

Use this plugin to treat these generated notes as essentially read-only.

Ensure the plugin has the following options enabled (for the most consistent and least invasive experience):

Fantasy Statblocks

Fantasy Statblocks maintains a bestiary of monsters. It has its own (handlebars-based) templates for monster statblocks.

To populate Fantasy Statblocks from your notes, use the following settings:

You also need to generate content using templates that will populate the bestiary.

Initiative Tracker

The Initiative Tracker plugin for Obsidian allows you to keep track of initiative and turn order during combat encounters in tabletop role-playing games.

Working with Dataview

Notes use lower-kebab-case for filenames. While that works very well for data portability and avoiding filename collisions, it doesn't look very pretty.

Dataview queries can create entries in tables that use the file's alias instead of the filename, like this:

~~~dataview
TABLE without ID link(file.name, aliases) from "compendium/classes"
FLATTEN aliases
~~~