config.pf2e.json

{
  "sources" : {
    "reference" : [
      "CRB",
      "GMG"
    ],
    "book" : [
      "crb",
      "gmg"
    ]
  },
  "paths" : {
    "compendium" : "compendium/",
    "rules" : "compendium/rules/"
  },
  "include" : [
    "ability|buck|b1"
  ],
  "exclude" : [
    "background|insurgent|apg"
  ],
  "excludePattern" : [
    "background\\|.*\\|lowg"
  ],
  "reprintBehavior" : "newest",
  "template" : {
    "ability" : "../path/to/ability2md.txt"
  },
  "useDiceRoller" : true,
  "tagPrefix" : "ttrpg-cli",
  "images" : { }
}