Disabled inputs, since changing their values does nothing anyways
dnd5e mapping: more specific properties for appearance (thanks to @jocolamarco)
- Fix for Cypher System mapping (thanks to @Fashtas)
- Fix issues with localization of the download PDF button
- Fix window sizing & inner margin
- Localization for the download PDF button
- Update to the
dnd5e
mapping (thanks to @sneat)- Support for classes, weapons, currency, features, equipment, and treasure
- Fix appearance fields showing
undefined
Revert/fix node modules not getting included in package
.mapping
files placed in Data/modules/pdf-sheet/mappings
are automatically loaded into the list in settings
- Added WIP D&D 5e mapping (thanks to
@Pluto Anatole
) - Fixed some typos
- Improved error feedback in console to allow you to browse to the location of the error in the evaluated mapping by clicking on the link in the top right of the error message
Removed comments from Cypher Mapping, since they were causing issues and normalized formatting
- Added Cypher System mapping (thanks to
@Fashtas
) - Added dropdown menu to the module settings to allow you to load in finished mappings
Removed log
- Switched to
textarea
s for strings to allow them to be multiline - Made application size more dynamic
- Lined up the inputs & labels in the form and assigned the labels to their inputs
- Improved information displayed in the logs
Updated terminology used internally
- Added the abiltiy to use full JavaScript syntax in the mapping, unlocking funtionality which uses functions, arrays, and more. Consequently, you must remove the quotes around the "foundry" field's value. See the README for details
- Groupped and improved logs
- Better error handling with a link to the README
- Stopped attempting to inject an Ace editor for non-GMs when opening the settings menu
- Fix header button not appearing in systems which use "PC" rather than "character" for the player character actor type
- Hide unhelpful Ace annotations and automatically attempt to beautify Ace editor contents
- Clicking the header button while the application is already open, now brings it to the top
Fixed not bundling the library with the module
Fixed no default setting for mapping (#2)