release-1.3.0
cswendrowski
released this
01 Jun 21:50
·
16 commits
to master
since this release
World Anvil Version 1.3.0
The version 1.3.0
release for the world-anvil
module adds support for importing secret sections from World Anvil articles which result in secret blocks in the imported Foundry VTT text. It also adds support for convenient buttons that can share imported articles with your players (who become Observers).
The version also expands upon the API by adding the following hooks at various stages of the content import workflow.
Hooks.callAll(`WAUpdateJournalEntry`, entry, content);
Hooks.callAll(`WACreateJournalEntry`, entryData, article, content);
Hooks.callAll(`WAParseArticle`, article, parsedData);
Documentation on these hooks is available within the framework.js
file.
Contributors
Many thanks to Adrien Schiehle whose contributions made this release possible.