M.A. (Mana)

Results 51 issues of 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...

enhancement :sparkles:

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...

ui
api

### 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. ![Screenshot 2022-09-08 003238](https://user-images.githubusercontent.com/8120158/188986386-9f1a8bd2-96b2-493b-85ac-8f3d8d603d28.png) ### What ways of accessing Foundry can you encounter...

packages
data-models

### 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...

ui

### 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...

api

### 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...

bug
text-editor

### 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...