Quickly select similar elements in parent and sibling frames. Stop ⌘+⇧-clicking through your designs to select layers in lists, tables or other repeating patterns.
Rerun previous searches with the same parameters.
Clone the repository and install dependencies
npm install
Connecting your plugin to Figma After installing, go to Plugins / Development / New Plugin in the Figma desktop app for Mac OS or Windows and choose the option "Link existing plugin".
You can also just type "New Plugin" in Figma global search to go there
From there you need to link a manifest.json file located at public folder in your directory:
/figma-plugin/public/manifest.json
Now edit this file to give a new name for your plugin, and you will be able call it from Figma: Plugins / Development / Your Plugin Name
During development, watch your project for changes with the following command.
npm run dev
When ready to package up your final Figma Plugin:
npm run build
Package the plugin for download by selecting the files in /public and creating a .zip file with them.
npm update figma-plugin-ds-svelte
Built using the Svelte Figma components library by Thomas Lowry Figma Plugin DS Svelte