figma-plugin
figma-plugin copied to clipboard
Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
When your token sets share the name with token folders, and you expand/collapse token folders, the UI will act weird. To reproduce: - Create a set called `core/foo` - Another...
We had a bug that came with https://github.com/tokens-studio/figma-plugin/issues/2778 that basically means we store the same token name multiple times. Basically we had an array like this: ``` [ { "value":...
Let's do a spike on https://github.com/tokens-studio/figma-plugin/issues/2458
# Context 📖 Long token names and values create issues when displaying multiple results in smaller UI areas of the plugin, see ticket for [related possible improvements](https://github.com/tokens-studio/figma-plugin/issues/2147#issue-1839939066) ✨ Example envisaged...
**Describe the bug** this is a bit hard to describe because i am not sure if i understand what is going on, but i think i have isolated the behavior....
When creating a box shadow containing more than one shadow, it will put the values of the shadows in an array, but if you then delete one of the shadows,...
**Describe the bug** I'm not sure as to when this change took place, but before when duplicating a token into an existing group, it would just be added to group....
**Describe the bug** If you want to apply a documentation token for for example Text Case or Text Decoration and the value is 'none', the Raw Value and Value won't...
# 📚 Context Focuses on the **[Usability](https://github.com/orgs/tokens-studio/projects/73/views/1?pane=issue&itemId=60471638)** area for the DX epic # 🛠 Acceptance Criteria Ideally, this document should be a one-stop-shop for initial Tokens Studio users. Areas of...
# 📚 Context We need better handling of async messages, it's spread across a number of different files instead of being easy to understand. Ideally we'd have a two-way sync...