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.33k stars 192 forks source link

Put plugin in debug-mode for certain scenarios #2710

Open six7 opened 3 months ago

six7 commented 3 months ago

When debugging a problem it can often be helpful to be able to put the plugin into a certain state, be it for testing something locally, in the browser (with #2709) or to just not be forced to do n number of steps before.

We should be able to put the plugin into a certain state, by picking from a list of possible states, and then have the plugin be put into a state where we can continue.

Those states could include

Effectively this could also act like a good way to get seeds for local development, instead of always starting from scratch. This should only be possible in local development mode, not the live version of the plugin.

Definition of done

macintoshhelper commented 1 month ago

[WIP]

Depends on:

To Discuss

Suggested Actions

Estimate:

six7 commented 2 weeks ago

To be defined: Would be awesome to have sync providers here as well so we can pick from existing storage providers without being forced to set those up