Changing more text style details?
Hi. Love your plugin. I wonder if you are planning to add possibilities to make changes on more details e.g. Letter Case, Decoration, Letterforms etc? That would be really nice because now I need to make this manually for each text style.

From Figma's Plugin API we are only able to change a couple of those, hopefully Figma adds more in the future. What we could do for now is add the following:
- Text Decoration:
"NONE" | "UNDERLINE" | "STRIKETHROUGH" - Paragraph Indent:
number - Text Case:
"ORIGINAL" | "UPPER" | "LOWER" | "TITLE"
I think we should implement an interface that closely resembles that of Figma:
- Buttons for text decoration (if seperate values "soft-highlight" those that match, and "highlight" if all match)
- Number input for Paragraph indent
- Buttons for text case (same as with decoration)
See: https://www.figma.com/plugin-docs/api/TextStyle/#docsNav
Please can you add these style settings above. Often clients want to change our template from UPPERCASE to Normal Case, and then I have to manually change all 20 styles to "Original". Wowzer that's annoying.