Skip to content

List of Plugins

Here are the plugins available in svelte-lexical.

PluginDescriptionPlugin fileDependencies
Rich TextEnable rich text support. It’s a must to include this plugin or PlainTextPluginRichTextPlugin
Plain TextEnable plain text support. It’s a must to include this plugin or RichTextPluginPlainTextPlugin
HistorySupport undo / redo. It shares the history with nested editorsSharedHistoryPlugin
ListEnable ordered and unordered listsListPlugin
ChecklistEnable ChecklistCheckListPlugin
Horizontal RuleEnable Horizontal RuleHorizontalRulePlugin
LinkEnable hyperlinksLinkPlugin
Link EditorShow a floating editor for linksFloatingLinkEditorPluginLinkPlugin
Auto LinkAuto detect links in the textAutoLinkPlugin
Auto FocusAutomatically focus the editor on page loadAutoFocusPlugin
CollaborationEnable collaborative editing. It replaces the SharedHistoryPLugin. Requires a collaboration serverCollaborationPlugin
ImageAdd image supportImagePlugin
Caption HistoryEnables undo / redo for image captionCaptionEditorHistoryPluginImagePlugin
Caption CollaborationEnable collaborative editing for image caption. Replaces CaptionEditorHistoryPluginCaptionEditorCollaborationPluginImagePlugin
Code BlockEnable code blocksCodeHighlightPlugin
Code Block ActionsEnable copy and prettier actions for code blocksCodeActionMenuPluginCodeHighlightPlugin
KeywordAuto formatting given keywordsKeywordPlugin
HashtagFormatting for tags that begin with #HashtagPlugin
Markdown ShortcutEnable markdown shortcutsMarkdownShortcutPluginDepends on the transformers used
Tree ViewShows developer toolsTreeViewPlugin
Column LayoutArrange content in horizontally in columnsColumnLayoutPlugin
TableEnable Html Table supportTablePlugin
Table Hover ActionShow buttons for adding rows and columns when the hovering over the last row or columnTableHoverActionPluginTablePlugin
Table Action MenuShow a button in the focused cell to open Action Menu (add, delete, merge, cell color etc.)TableActionMenuPluginTablePlugin
Table Cell ResizerShow a resizer to resize the columns and rowsTableCellResizerPluginTablePlugin