Skip to content

Support HANDLEBARS for Actors and Items

Compare
Choose a tag to compare
@farling42 farling42 released this 07 Sep 13:24
· 6 commits to master since this release
  • Allow a Handlebars template to be specified for each type of Actor and Item.
  • The "img" of each Actor and Item will always be uploaded, in case it is referenced from the generated Markdown.
  • The handlebars template file should specify the full contents of the generated markdown file (including the frontmatter, if required).
  • Note that the markdown template files should be uploaded into your Foundry storage using the ".md" extension.
  • See https://foundryvtt.com/api/classes/client.HandlebarsHelpers.html for the Foundry-supplied helpers available, although that page is missing the comparison helpers (eq, ne, lt, gt, lte, gte, not, and, or).

Full Changelog: 0.10.0...0.11.0