tokens-studio / figma-plugin

Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
https://www.figma.com/community/plugin/843461159747178978
MIT License
1.35k stars 194 forks source link

Simplify saving data on the user object #2941

Open six7 opened 3 months ago

six7 commented 3 months ago

Passing in a new option that needs to be saved to the local document or to the user object shouldn't be a huge change, let's refactor how we store ui settings such as ignoreFirstPartOfTokenNameForStyles and stuff like this. Right now this is spread across a BUNCH of files instead of having one central location, adding a new option like that should feel easy.