M.A. (Mana)
M.A. (Mana)
**Describe the solution you'd like** I'd like to be able to record information about artists, such as aliases, website links, just plain text (description/comments), languages the artist uses, groups they...
For example: `text-shadow: 0 0 7px #ff0000bd;` is converted to: `text-shadow:0 0 7px #f00bd` which is invalid
The copying should happen only if a file has changed. This would make the plugin behave much better with watch enabled in esbuild. Even simple comparison of last modify date...
### User Experience renderTemplate() currently insists the first parameter is a file, making named templates fail to render with it as demonstrated: ```js await loadTemplates({ 'myLittleTemplate': "modules/somewhere/out/there.hbs" }); const content...
### User Experience Currently if you set tooltip direction to left or right, large tooltips align vertically centered on the parent element. I'd instead want an option that would allow...
### What happened? Packs defined in manifests are still identified with `name` instead of `id` with no warning.  ### What ways of accessing Foundry can you encounter...
### User Experience For example, `.notification` is defined simply as that, with nothing else. This makes it apply to any .notification inside of sheets any other parts of Foundry. In...
### User Experience Currently getProperty() fails on these since getType() returns `Map` for both which is not supported by the function. ~~`"key" in collection` and `collection[key]` both work with both...
### What happened? Copy-pasting text from rich text source into prosemirror causes the editor to become broken. ```html pasted text ``` After this error occurs, the prosemirror editor fails to...
### User Experience Wall and token configuration sheets are opened with double right click, but for light sources this is double left click instead. This is disruptive user experience (to...