-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figma plugin to add colors and sizes for the designer #21
Comments
Some links that might be helpful: https://www.figma.com/plugin-docs/setup/ https://help.figma.com/hc/articles/360039958874-Make-plugins-for-the-Figma-Community |
there's even a visual UI to create plugins and plugin templates! https://help.figma.com/hc/articles/360042786733 |
@argyleink, you're thinking of autocomplete, just like the work beind done for VSCode #28, right? so if someone's in figma they can type |
more like importing tokens, like shown here https://jansix.at/resources/figma-tokens. maybe we piggy back on that plugin and offer a format it accepts and makes readily available to designers? |
oh wow, that's an awesome figma plugin! we can generate open-props tokens into a json file and then paste it into figma tokens JSON tab, or hit the Import button (EDIT: or even use a URL!) |
i could work on creating a script like _create-props.js or pass an option to it, then add a |
* generate JSON for figma-tokens plugin to use (#21) * generate separate .sync.json file for figma-tokens "Sync" tab
fixed by #144 |
* generate JSON for figma-tokens plugin to use (argyleink#21) * generate separate .sync.json file for figma-tokens "Sync" tab
No description provided.
The text was updated successfully, but these errors were encountered: