config.5e.json

{
  "sources" : {
    "toolsRoot" : "local/5etools/data",
    "reference" : [
      "DMG"
    ],
    "adventure" : [
      "LMoP"
    ],
    "book" : [
      "PHB"
    ],
    "homebrew" : [
      "homebrew/collection/Kobold Press; Deep Magic 14 Elemental Magic.json"
    ]
  },
  "paths" : {
    "compendium" : "/compendium/",
    "rules" : "/compendium/rules/"
  },
  "include" : [
    "race|changeling|mpmm"
  ],
  "includeGroup" : [
    "familiars"
  ],
  "exclude" : [
    "monster|expert|dc",
    "monster|expert|sdw",
    "monster|expert|slw"
  ],
  "excludePattern" : [
    "race\\|.*\\|dmg"
  ],
  "reprintBehavior" : "newest",
  "template" : {
    "background" : "examples/templates/tools5e/images-background2md.txt"
  },
  "useDiceRoller" : true,
  "yamlStatblocks" : true,
  "tagPrefix" : "ttrpg-cli",
  "images" : {
    "internalRoot" : "local/path/for/remote/images",
    "copyInternal" : true,
    "copyExternal" : true
  }
}