An open API service indexing awesome lists of open source software.

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

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)