plugin-samples icon indicating copy to clipboard operation
plugin-samples copied to clipboard

🔌 Sample Figma plugins.

Results 47 plugin-samples issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.6 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...

dependencies

After downloading according to the process and running tsc, the error reported in figma is: Invalid manifest field 'networkAccess', and the URLs in the configuration items are all 404. what...

I created a started project for building Figma plugins using TailwindCSS, React and Typescript.

Downloading and attempting to run the plugin locally doesn't seem to work, I get an error. ![Screenshot of plugin attempting to run](https://github.com/figma/plugin-samples/assets/22671477/22208b9f-ac01-4083-a653-ca381af1a9c9) ![Screenshot of UI error](https://github.com/figma/plugin-samples/assets/22671477/8f36a84d-d163-4b9f-b6b4-e40bcede8cb8) ![Screenshot of console with...

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

please add an example of https://www.figma.com/plugin-docs/oauth-with-plugins

![image](https://user-images.githubusercontent.com/59229608/213412977-cbcd5df4-5632-47e6-a641-bbfecf93c3dc.png) its showing Property 'createImageAsync' does not exist on type 'PluginAPI'. Did you mean 'createImage'?ts(2551)

I am developing a plugin for myself, I want to find all TextNodes and ignore nodes that are hidden. Do I use **figma.skipInvisibleInstanceChildren = true;** but the result, I get...