https://github.com/portabletext/plugins
Portable Text Editor Plugins
https://github.com/portabletext/plugins
Last synced: 12 months ago
JSON representation
Portable Text Editor Plugins
- Host: GitHub
- URL: https://github.com/portabletext/plugins
- Owner: portabletext
- License: mit
- Created: 2025-04-29T16:59:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T13:32:52.000Z (about 1 year ago)
- Last Synced: 2025-06-27T14:37:02.220Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://portable-text-plugins-playground.sanity.dev
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portable Text Editor Plugins
> Official Plugins for the [Portable Text Editor](https://github.com/portabletext/editor)
## Available plugins
### `@portabletext/plugin-character-pair-decorator`
> ✨ Automatically match a pair of characters and decorate the text in between
- 💻 [`./plugins/character-pair-decorator`](./plugins/character-pair-decorator/)
- 📦 [@portabletext/plugin-character-pair-decorator](https://www.npmjs.com/package/@portabletext/plugin-character-pair-decorator)
### `@portabletext/plugin-markdown-shortcuts`
> ⬇️ Adds helpful Markdown shortcuts to the editor
- 💻 [`./plugins/markdown-shortcuts`](./plugins/markdown-shortcuts/)
- 📦 [@portabletext/plugin-markdown-shortcuts](https://www.npmjs.com/package/@portabletext/plugin-markdown-shortcuts)
### `@portabletext/plugin-one-line`
> 🤏 Restricts the Portable Text Editor to a single line
- 💻 [`./plugins/one-line`](./plugins/one-line/)
- 📦 [@portabletext/plugin-one-line](https://www.npmjs.com/package/@portabletext/plugin-one-line)
### `@portabletext/plugin-sdk-value`
> 🔗 Connects a Portable Text Editor with a Sanity document using the SDK
- 💻 [`./plugins/sdk-value`](./plugins/sdk-value/)
- 📦 [@portabletext/plugin-sdk-value](https://www.npmjs.com/package/@portabletext/plugin-sdk-value)