Description
org-d20 is a minor mode for Emacs’ Org-mode for GMs running games whose rules centre around rolling d20s. It should be useful for Dungeons and Dragons 3rd, 4th and 5th editions, Paizo’s Pathfinder, and d20 System games like d20 Modern.
The idea is that you’re already keeping your campaign notes in an Org-mode file. This minor mode does useful things for you while you are visiting that buffer. For example,
rolling dice, with 5e’s advantage and disadvantage displayed in case those are needed;
tracking combat turns and rounds right next to your existing description of the monsters and the terrain.
The minor mode’s defaults suit the way that I run D&D 5e. Patches to
add defcustoms
to make org-d20 more suitable for other games, and
other sets of house rules, are welcome.
Screenshot
Installation
Users of Debian 12 or later or Ubuntu 21.04 or later can use apt-get install
elpa-org-d20
. Otherwise, you may copy org-d20.el
to somewhere in your
load-path
and simply
(autoload 'org-d20-mode "org-d20.el")
or install from MELPA (or MELPA stable).
Usage
Please see the included README.md.
Source code
Anonymous checkout with git:
$ git clone https://git.spwhitton.name/org-d20
- GitHub mirror
Bugs
Please report bugs and submit patches/pull requests by e-mail.