Closed mlnmln closed 3 years ago
Hey. If you installed it, it should work just like any other plugin. Open a project, right click in the canvas, look for plugins (should be one of the last options) and there it shows the list.
You can see here for better instructions:
https://help.figma.com/hc/en-us/articles/360042532714-Use-Plugins-in-the-Editor
Does that help?
On Tue, Jan 19, 2021, 10:17 Milan Matull notifications@github.com wrote:
Forgive my ignorance, not super familiar with Figma plugins.
I don't unterstand how to run this plugin.
- Installed the plugin
- Plugin is listed on manage plugins
- Plugin is not listed anywhere else in Figma as far as I have seen.
- x Don't get how to display the Figma To Code window as displayed in introduction video in the readme
Alternate path:
- Checked out the repo
- npm install, npm run build, npm run start
- working local server with a web ui similar to the Figma To Code window at localhost:5000
- x No connection to Figma whatsoever.
I have the feeling I'm missing something super obvious here. :)
Appreciate your help/feedback!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/FigmaToCode/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACVXFLMB43V3SDKK7LERZTS2WA6JANCNFSM4WIYJUEQ .
Yes, it does! Thank you so much!
Users with Edit access to a File can run a plugin in that File.
The key was, that I was trying to run this in a file where I did not have edit rights. When I create a file of my own, everything works as expected. Awesome.
You are welcome!
Forgive my ignorance, not super familiar with Figma plugins.
I don't unterstand how to run this plugin.
Alternate path:
I have the feeling I'm missing something super obvious here. :)
Appreciate your help/feedback!