Skip to content

Commit 0c34e2f

Browse files
authored
chore: update current plugins from readme (#791)
1 parent 754b1d7 commit 0c34e2f

3 files changed

Lines changed: 27 additions & 11 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ Use the generator:
298298
pnpm generate "new plugin"
299299
```
300300

301+
When adding a new plugin, also update the root `README.md` `## Current Plugins` table so the monorepo plugin list stays current.
302+
301303
Or to migrate an existing plugin:
302304

303305
```bash

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ For any new plugin PR, make sure all of the following are included:
180180
2. A `.changeset/*.md` file for release automation
181181
3. A `CODEOWNERS` rule that assigns the plugin path to the owning team
182182
4. Clear ownership details in the plugin `README.md` (owning team and support expectations)
183+
5. An entry in the root `README.md` `## Current Plugins` table
183184

184185
Without an explicit owner, new plugins should not be merged.
185186

@@ -249,6 +250,8 @@ You can now iterate on the plugin with hot reloading in the test studio:
249250
pnpm dev
250251
```
251252

253+
Before opening your PR, add the new package to the root `README.md` `## Current Plugins` table so the monorepo plugin list stays current.
254+
252255
### 3. Create the Initial Release Changeset
253256

254257
The trusted publishing workflow publishes an initial `0.0.1` placeholder version. To publish the real first version, create a changeset:

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,28 @@ pnpm format
5959

6060
## Current Plugins
6161

62-
| Plugin | Description |
63-
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
64-
| [`@sanity/color-input`](./plugins/@sanity/color-input) | Color picker input for Sanity Studio |
65-
| [`@sanity/debug-preview-url-secret-plugin`](./plugins/@sanity/debug-preview-url-secret-plugin) | Debug plugin for preview URL secrets |
66-
| [`@sanity/vercel-protection-bypass`](./plugins/@sanity/vercel-protection-bypass) | Tool for bypassing Vercel authentication in preview |
67-
| [`sanity-plugin-aprimo`](./plugins/sanity-plugin-aprimo) | Aprimo DAM integration |
68-
| [`sanity-plugin-bynder-input`](./plugins/sanity-plugin-bynder-input) | Bynder DAM integration |
69-
| [`sanity-plugin-graph-view`](./plugins/sanity-plugin-graph-view) | Visual graph view of document references |
70-
| [`sanity-plugin-markdown`](./plugins/sanity-plugin-markdown) | Markdown editor input |
71-
| [`sanity-plugin-workflow`](./plugins/sanity-plugin-workflow) | Custom workflow management example for content publishing |
72-
| [`sanity-plugin-workspace-home`](./plugins/sanity-plugin-workspace-home) | Workspace home screen customization |
62+
| Plugin | Description |
63+
| ---------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
64+
| [`@sanity/assist`](./plugins/@sanity/assist) | AI-powered writing and translation assistance for Studio |
65+
| [`@sanity/code-input`](./plugins/@sanity/code-input) | Code editor input powered by CodeMirror |
66+
| [`@sanity/color-input`](./plugins/@sanity/color-input) | Color picker input for Sanity Studio |
67+
| [`@sanity/debug-live-sync-tags`](./plugins/@sanity/debug-live-sync-tags) | Debug tool for inspecting live sync tags |
68+
| [`@sanity/debug-preview-url-secret-plugin`](./plugins/@sanity/debug-preview-url-secret-plugin) | Debug tool for preview URL secrets and their status |
69+
| [`@sanity/document-internationalization`](./plugins/@sanity/document-internationalization) | Document-level translations linked by a shared reference |
70+
| [`@sanity/language-filter`](./plugins/@sanity/language-filter) | Filter localized fields by language |
71+
| [`@sanity/presets`](./plugins/@sanity/presets) | Experimental preset patterns for Sanity Studio |
72+
| [`@sanity/rich-date-input`](./plugins/@sanity/rich-date-input) | Timezone-aware datetime input for Sanity Studio |
73+
| [`@sanity/studio-secrets`](./plugins/@sanity/studio-secrets) | Manage Studio secrets at runtime |
74+
| [`@sanity/vercel-protection-bypass`](./plugins/@sanity/vercel-protection-bypass) | Setup tool for Vercel Deployment Protection in previews |
75+
| [`sanity-plugin-aprimo`](./plugins/sanity-plugin-aprimo) | Aprimo asset selector integration |
76+
| [`sanity-plugin-asset-source-unsplash`](./plugins/sanity-plugin-asset-source-unsplash) | Use Unsplash images directly in Sanity Studio |
77+
| [`sanity-plugin-bynder-input`](./plugins/sanity-plugin-bynder-input) | Bynder asset picker integration |
78+
| [`sanity-plugin-graph-view`](./plugins/sanity-plugin-graph-view) | Visual graph tool for exploring content relationships |
79+
| [`sanity-plugin-iframe-pane`](./plugins/sanity-plugin-iframe-pane) | Display external URLs in a Studio pane |
80+
| [`sanity-plugin-internationalized-array`](./plugins/sanity-plugin-internationalized-array) | Store localized fields in arrays to save attributes |
81+
| [`sanity-plugin-markdown`](./plugins/sanity-plugin-markdown) | Markdown editor input |
82+
| [`sanity-plugin-workflow`](./plugins/sanity-plugin-workflow) | Custom content publishing workflow example |
83+
| [`sanity-plugin-workspace-home`](./plugins/sanity-plugin-workspace-home) | Home screen for multi-workspace studios |
7384

7485
## Contributing
7586

0 commit comments

Comments
 (0)