You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sound Effects button is missing from the new Tidy 5e Sheets.
This is a feature request to establish compatibility between our modules.
Additional context
Tidy 5e Sheets is a full rewrite of the original module. It runs on the svelte web framework and doesn't trigger the full render hook as often. Also, the HTML structure is subject to change, so I provide my own specific tags and attributes for targeting things. For these reasons, I have provided an API for a variety of tasks, including registering Actor content.
Tidy's API sits cleanly behind a hook, so it does not disturb the regular flow of things and will be silently ignored if the module is turned off. Here is an example of registering sound effect button:
The Sound Effects button is missing from the new Tidy 5e Sheets.
This is a feature request to establish compatibility between our modules.
Additional context
Tidy 5e Sheets is a full rewrite of the original module. It runs on the svelte web framework and doesn't trigger the full render hook as often. Also, the HTML structure is subject to change, so I provide my own specific tags and attributes for targeting things. For these reasons, I have provided an API for a variety of tasks, including registering Actor content.
Tidy's API sits cleanly behind a hook, so it does not disturb the regular flow of things and will be silently ignored if the module is turned off. Here is an example of registering sound effect button:
The text was updated successfully, but these errors were encountered: