Skip to content

Commit a494b5f

Browse files
docs: simplify the README intro
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0c9ec08 commit a494b5f

1 file changed

Lines changed: 12 additions & 18 deletions

File tree

README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
[![build](https://github.com/rafaelmatosdasilva/rms-ds-figma-plugins/actions/workflows/build.yml/badge.svg)](https://github.com/rafaelmatosdasilva/rms-ds-figma-plugins/actions/workflows/build.yml)
44
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
55

6-
Figma plugins for design-system work.
6+
Figma plugins for design system work.
77

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.
1111

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.
1614

17-
**[Download a plugin →](../../releases)** &nbsp;·&nbsp; 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.
2120

2221
---
2322

@@ -108,17 +107,12 @@ design files — not FigJam or Slides.
108107
Download the new zip from [Releases](../../releases) and replace the folder, or
109108
`git pull` if you cloned. Reopen the plugin and you're on the new version.
110109
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.
114111

115112
Versions are per plugin, so they won't match each other — each matches that
116113
plugin's version on the Figma Community. Each plugin logs its version on startup,
117114
under **Plugins → Development → Open console**.
118115

119-
> Installed from the Community instead? That updates itself. Sideloading is only
120-
> for when your organisation gates Community plugins.
121-
122116
## Building from source
123117

124118
Only needed if you change the code. Requires Node 24 and pnpm:

0 commit comments

Comments
 (0)