Jan Six

Results 130 issues of Jan Six

The DTCG format specifies that you can have a `description` property on token groups. Let's allow that. ### Add an entry point to edit token groups in the UI -...

DTCG W3C
token group
plugin v2
❇️ Featurebase Roadmap

### Why does this PR exist? Fixes the issue that @SamIam4Hyma raised `Just curious if there is a reason why letter spacing is the only "dimension" property within our current...

The [W3C DTCG draft for shadows](https://tr.designtokens.org/format/#shadow) specifies the following format for boxShadow tokens: ``` { "shadow-token": { "$type": "shadow", "$value": { "color": "#00000080", "offsetX": "0.5rem", "offsetY": "0.5rem", "blur": "1.5rem", "spread":...

DTCG W3C
token type boxShadow
plugin v2
❇️ Featurebase Roadmap

So I think the problem is that technically this resolves correctly, as the reference was found. It's just that that token is not a proper reference for this kind of...

enhancement

Some users report that they're hitting rate limits due to their big number of token sets. When using multi-file sync and you have a lot of token sets, we trigger...

bug

Let's work on all motion-related tokens as one epic given they're interconnected. ```[tasklist] ### Tasks - [ ] https://github.com/tokens-studio/figma-plugin/issues/299 - [ ] https://github.com/tokens-studio/figma-plugin/issues/1748 - [ ] https://github.com/tokens-studio/figma-plugin/issues/1295 ```

Epic
tokentypes

This is an issue that was forwarded to me, but I'm able to reproduce. If text/html and text/plain contain the same title, the output we return is nested. Expected output:...

In 2.0 when you edit a single token and are e.g. in the name field and you press `Enter`, you expect the form to save. This is no longer the...

bug
good first issue
plugin v2

### Why does this PR exist? Fixes https://github.com/tokens-studio/figma-plugin/issues/2713 Typography styles werent created with the proper variables ### What does this pull request do? Makes sure we load font async before...

When we create typography styles we sometimes don't create them properly with the right typography variables. file for reference: [twtextonlytokens (1).zip](https://github.com/tokens-studio/figma-plugin/files/15171245/twtextonlytokens.1.zip) - open the Figma file (duplicate so you have...

bug
plugin v2