create-figma-plugin icon indicating copy to clipboard operation
create-figma-plugin copied to clipboard

:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam

Results 52 create-figma-plugin issues
Sort by recently updated
recently updated
newest added

Add a name field using the id template variable to the root of the template package.json files so that they appear correctly as packages in a workspace

wontfix

Adds the option to be able to generate the new plugin in a specified directory rather than the current working directory

wontfix

Comma separated list to exclude files from a template. Useful for when using workspaces and a top level tsconfig, so need to exclude the default tsconfig from a new template...

This code brings weird behavior to textarea, when I want to write something, it selects all content. And there is no way to remove this. https://github.com/yuanqing/create-figma-plugin/blob/8f5246aa76899f081f9cf89b1a7b59a1b449fb3a/packages/ui/src/components/textbox/textbox-multiline/textbox-multiline.tsx#L88-L94 There are two options...

enhancement

Not sure when that change was made in Figma, but the slider looks different than the `RangeSlider` component from this library.

Hi! First: Love this toolkit! 💚 I found the following issue: The Gumroad license key verification API changed in January. From the [Gumroad website](https://help.gumroad.com/article/76-license-keys): > ⚠️ Important: Our license key...

bug

I'd like to have the ability of horizontal alignment of radio buttons.

enhancement

I found this escape and undo handling pretty useful to enable for a plugin, possibly some utils to help could be nice, More info here: https://forum.figma.com/t/pass-shortcuts-to-figma-when-focused-on-the-plugin-window-and-vice-versa/10229/2 ## Types ```TypeScript export...

enhancement

When using a library which uses `react/jsx-runtime`, the configured preact alias plugin doesn't kick in and we end up bundling react (and having errors obviously). I believe the plugin should...

bug