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

FigJam widget code examples & starter projects using the FigJam Widget API

Results 9 widget-samples issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to create a widget to know the last date of update of a component. For this, I've create a new Widget using the Figma software: ![image](https://user-images.githubusercontent.com/4551879/207571005-3ba907e8-adbd-4b6e-b0d7-c96a1749ba94.png) And...

## 👾 Describe The Sumarry: Vitejs before v2.9.13 was discovered to allow attackers to perform a directory traversal via a crafted URL to the victim's service. A Directory Traversal attack...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.5.6 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

As the manifest file supports multiple UI files, would it be possible to get an example of how to set up vite? I'd love for my widget to have different...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.5.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

Bumps [json5](https://github.com/json5/json5) from 2.2.0 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

Hi all, I was wondering if the widget API also works for slides or if there is any timeline in it being available?

## Motivation Minimal example accompanying an email for Figma support showing an attempt at polyfilling JS features that are not supported yet in the Figma plugin, like [`Object.hasOwn`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn), or [`structuredClone`](https://developer.mozilla.org/en-US/docs/Web/API/Window/structuredClone)...

### Summary When using the `` element inside a widget, the `onTextEditEnd` handler does not fire if the plugin UI is open (via `figma.showUI`). Additionally, all other widget actions (e.g....