Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions apps/docs/src/content/docs/editor/reference/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ function LogTextPlugin() {
description="Automatically match a pair of characters and decorate the text in between."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-character-pair-decorator"
/>
<LinkCard
title="@portabletext/plugin-dnd"
description="Track the drop position during drag and drop for custom drop indicators."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-dnd"
/>
<LinkCard
title="@portabletext/plugin-emoji-picker"
description="Easily configure an Emoji Picker for the Portable Text Editor."
Expand All @@ -61,6 +66,11 @@ function LogTextPlugin() {
description="Easily configure Input Rules in the Portable Text Editor."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-input-rule"
/>
<LinkCard
title="@portabletext/plugin-list-index"
description="Compute the list index of each list item for custom list rendering."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-list-index"
/>
<LinkCard
title="@portabletext/plugin-markdown-shortcuts"
description="Adds helpful Markdown shortcuts to the editor."
Expand All @@ -81,6 +91,11 @@ function LogTextPlugin() {
description="Connects a Portable Text Editor with a Sanity document using the SDK."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-sdk-value"
/>
<LinkCard
title="@portabletext/plugin-table"
description="Tables as real Portable Text, edited with spreadsheet-grade selection."
href="https://github.com/portabletext/editor/tree/main/packages/plugin-table"
/>
<LinkCard
title="@portabletext/plugin-typeahead-picker"
description="Generic typeahead picker infrastructure for the Portable Text Editor."
Expand Down
Loading