What's Changed
- [#151] Added compatibility for Item Piles and other context-menu-adding modules by @kgar in #197
- [#198] Added support for PC inventory spell-to-scroll drops, vehicle spell-to-scroll and cargo drops by @kgar in #201
- docs: Added
onRendersegment to tab examples by @kgar in #204
Full Changelog: v0.2.1...v0.2.2
Now Creating Spell Scrolls and Cargo Drops
- The character sheet now supports creating spell scrolls when dropping spells onto the inventory tab
- The vehicle sheet now supports creating spell scrolls when dropping spells on the sheet in general
- The vehicle sheet now supports item drops to the cargo tab and will add the items as cargo
Context Menu Now Accepting New Options
The context menu is now using the standard hooks dnd5e.getActiveEffectContextOptions and dnd5e.getItemContextOptions. This means tabs which add context menu options in the standard way should now have their options showing up in the context menu.
⚠ Warning: If you are using these sheets and the original Tidy 5e Sheets simultaneously, you may notice the alpha sheets having unexpected combinations of options. This is because the original Tidy 5e Sheet module is listening to the hook and actively making changes to the available options. This is something the alpha sheets cannot fix while simultaneously offering context menu compatibility to other modules. It will go away if you disable the original sheets or when the alpha sheets officially take over.