- Download repo: https://github.com/Cloov/figvar
- In the repo project, run
npm install
thennpm run build
. - Ensure the Figma desktop app is open, and a relevant document is active
- From the Plugins menu in the menu bar, go to Development > Import Plugin From Manifest
- Navigate to and select manifest.json from the figvar directory
- Now, you should be able to run the plugin by going to Plugins > Development > figvar
Once the plugin is recognised by the desktop app, you should be able to run the plugin on any document if you re-run the plugin. It should always operate on the active document as the plugin has an instance per document.
- In the Plugins > Development menu, use Show/Hide Console if something doesn't seem right, and we can investigate any errors.