|
3 | 3 | [](https://github.com/rafaelmatosdasilva/rms-ds-figma-plugins/actions/workflows/build.yml) |
4 | 4 | [](LICENSE) |
5 | 5 |
|
6 | | -Figma plugins for design-system work. |
| 6 | +Figma plugins for design system work. |
7 | 7 |
|
8 | | -Each one is published on the Figma Community — install from there if you just want |
9 | | -to use it. This repo holds the source, and lets you sideload the plugins directly |
10 | | -(useful if your org gates Community plugins behind an approval process). |
| 8 | +These plugins are available on the Figma Community, and this repository contains |
| 9 | +the source code. It's especially useful if your organization restricts Community |
| 10 | +plugins, as you can sideload them instead. |
11 | 11 |
|
12 | | -They run entirely inside your Figma file. No network access, nothing sent |
13 | | -anywhere, and no third-party code — each plugin is two files, built from the |
14 | | -source here, with `networkAccess` locked to `none` and checked on every build. |
15 | | -Every release lists a checksum you can verify before importing. |
| 12 | +They run entirely inside your Figma file with no network access, no data sent |
| 13 | +anywhere, and no third party code. |
16 | 14 |
|
17 | | -**[Download a plugin →](../../releases)** · unzip, then **Plugins → |
18 | | -Development → Import plugin from manifest…** in the Figma desktop app. |
19 | | -[Full steps below](#install). Click **Watch → Custom → Releases** to hear about |
20 | | -new versions. |
| 15 | +To sideload a plugin, download it, unzip it, then in the Figma desktop app go to |
| 16 | +**Plugins → Development → Import plugin from manifest…**. Full instructions are |
| 17 | +[below](#install). |
| 18 | + |
| 19 | +Click **Watch → Custom → Releases** on GitHub to be notified about new versions. |
21 | 20 |
|
22 | 21 | --- |
23 | 22 |
|
@@ -108,17 +107,12 @@ design files — not FigJam or Slides. |
108 | 107 | Download the new zip from [Releases](../../releases) and replace the folder, or |
109 | 108 | `git pull` if you cloned. Reopen the plugin and you're on the new version. |
110 | 109 | Re-import the manifest only if the folder moved. |
111 | | - |
112 | | -To hear about new versions, click **Watch → Custom → Releases** at the top of this |
113 | | -repo. [CHANGELOG.md](CHANGELOG.md) lists what changed. |
| 110 | +[CHANGELOG.md](CHANGELOG.md) lists what changed. |
114 | 111 |
|
115 | 112 | Versions are per plugin, so they won't match each other — each matches that |
116 | 113 | plugin's version on the Figma Community. Each plugin logs its version on startup, |
117 | 114 | under **Plugins → Development → Open console**. |
118 | 115 |
|
119 | | -> Installed from the Community instead? That updates itself. Sideloading is only |
120 | | -> for when your organisation gates Community plugins. |
121 | | -
|
122 | 116 | ## Building from source |
123 | 117 |
|
124 | 118 | Only needed if you change the code. Requires Node 24 and pnpm: |
|
0 commit comments