docs(editor): add missing plugins to reference list - #3019
Merged
christianhg merged 1 commit intoJul 24, 2026
Conversation
Add plugin-dnd, plugin-list-index, and plugin-table to the plugins reference page so it matches the published @portabletext/plugin-* packages in the monorepo.
|
@GabeStah is attempting to deploy a commit to the Sanity Team on Vercel. A member of the Team first needs to authorize it. |
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
christianhg
approved these changes
Jul 24, 2026
christianhg
enabled auto-merge (rebase)
July 24, 2026 06:52
christianhg
disabled auto-merge
July 24, 2026 06:54
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The "All packages" ecosystem page lagged the registry the same way the plugins reference page did before #3019: the Editor plugins table was missing `plugin-dnd`, `plugin-list-index`, and `plugin-table`, and `@portabletext/sanity-bridge` was absent from the page entirely. Add the three plugins to the plugins table (in the page's terse Purpose style) and `sanity-bridge` to "Work with Portable Text data", where the other schema/value utilities live.
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The "All packages" ecosystem page lagged the registry the same way the plugins reference page did before #3019: the Editor plugins table was missing `plugin-dnd`, `plugin-list-index`, and `plugin-table`, and `@portabletext/sanity-bridge` was absent from the page entirely. Add the three plugins to the plugins table (in the page's terse Purpose style) and `sanity-bridge` to "Build an editor" next to `@portabletext/schema`: it converts schemas, not Portable Text data, and its purpose is wiring a Sanity schema into the editor.
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The "All packages" ecosystem page lagged the registry the same way the plugins reference page did before #3019: the Editor plugins table was missing `plugin-dnd`, `plugin-list-index`, and `plugin-table`, and `@portabletext/sanity-bridge` was absent from the page entirely. Add the three plugins to the plugins table (in the page's terse Purpose style) and `sanity-bridge` to "Build an editor" next to `@portabletext/schema`: it converts schemas, not Portable Text data, and its purpose is wiring a Sanity schema into the editor.
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The "All packages" ecosystem page lagged the registry the same way the plugins reference page did before #3019: the Editor plugins table was missing `plugin-dnd`, `plugin-list-index`, and `plugin-table`, and `@portabletext/sanity-bridge` was absent from the page entirely. Add the three plugins to the plugins table (in the page's terse Purpose style) and `sanity-bridge` to "Build an editor" next to `@portabletext/schema`: it converts schemas, not Portable Text data, and its purpose is wiring a Sanity schema into the editor.
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The plugins reference page's `LinkCard` descriptions predate the July pass that normalized every plugin's npm `description` to imperative mood, so after #3019 (which correctly reused the current descriptions for its three new cards) the page mixed the two voices. Sync the five stale cards with each package's `package.json`: `markdown-shortcuts`, `one-line`, `paste-link`, and `sdk-value` move to the imperative form, and `typeahead-picker` picks up its rewritten description ("Build typeahead pickers (emoji, mentions, slash commands)..."). The `paste-link` card also gains the trailing period every other card on the page has. The remaining four cards already matched.
christianhg
added a commit
that referenced
this pull request
Jul 24, 2026
The "All packages" ecosystem page lagged the registry the same way the plugins reference page did before #3019: the Editor plugins table was missing `plugin-dnd`, `plugin-list-index`, and `plugin-table`, and `@portabletext/sanity-bridge` was absent from the page entirely. Add the three plugins to the plugins table (in the page's terse Purpose style) and `sanity-bridge` to "Build an editor" next to `@portabletext/schema`: it converts schemas, not Portable Text data, and its purpose is wiring a Sanity schema into the editor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Plugins reference page lists 9 plugins, but the monorepo currently publishes 12
@portabletext/plugin-*packages. This adds the three missing entries so the page matches what's actually available inpackages/:@portabletext/plugin-dnd@portabletext/plugin-list-index@portabletext/plugin-tableEach new
LinkCardkeeps the existing alphabetical order and reuses the package's ownpackage.jsondescription. All three are published (private: false).What's changed
LinkCardentries forplugin-dnd,plugin-list-index, andplugin-tableto the "Available plugins" grid.Docs-only change; no code affected.