Slate
ExamplesGitHubSlack
v0.47
v0.47
  • Introduction
  • Walkthroughs
    • Installing Slate
    • Adding Event Handlers
    • Defining Custom Block Nodes
    • Applying Custom Formatting
    • Using Plugins
    • Saving to a Database
    • Saving and Loading HTML Content
  • Guides
    • Commands & Queries
    • Data Model
    • Plugins
    • Rendering
    • Schemas
  • General
    • Plugins
    • Resources
    • Contributing
    • Changelog
    • FAQ
    • Glossary
  • Slate Core
    • Block
    • Commands
    • Data
    • Decoration
    • Document
    • Editor
    • Inline
    • Mark
    • Node
    • Operation
    • Plugins
    • Point
    • Range
    • Schema
    • Selection
    • Text
    • Utils
    • Value
  • Slate React
    • Editor
    • Plugins
    • Rendering
    • Utils
  • Other Packages
    • slate-html-serializer
    • slate-hyperscript
    • slate-plain-serializer
    • slate-prop-types
Powered by GitBook
On this page
  • Behavior
  • Components
  • Serializers
  • Utils
  1. General

Plugins

PreviousSchemasNextResources

Last updated 5 years ago

Here's a list of Slate plugins, organized by category, so that they're easier to find than searching NPM or Yarn.

Behavior

Plugins that add specific behaviors to your editor.

Plugin

Description

Downloads

Automatically transform certain input as a user types.

Adds code block editing behaviors to an editor

Collapse the selection when users hit esc.

Allows users to insert images by drag-dropping or copy-pasting.

Adds ordered and unordered list editing behaviors to an editor.

Adds common hotkey formatting utils to an editor.

Prevents documents from being empty.

Automatically linkify URLs when they are pasted.

Adds soft breaks when users hit enter.

Changes the inline node behavior to allow editing at the edges.

Displays inline auto-completed suggestions.

Ensure that documents end in a specific kind of block.

Automatically transform last word typed.

Find more plugins on or .

Components

Components for building Slate editors.

Plugin

Description

Downloads

A set of icons for using in toolbars, etc.

Serializers

Serializers for handling Slate data.

Plugin

Description

Downloads

A base64 string serializer for Slate documents.

An HTML serializer for Slate documents.

A plain text serializer for Slate documents.

Utils

Useful utilities when working with Slate documents and components.

Plugin

Description

Downloads

Prints Slate documents in their slate-hyperscript format.

Allows you to express Slate documents in JSX.

A set of prop types to use in your Slate components.

npm
yarn
slate-auto-replace
slate-code
slate-collapse-on-escape
slate-drop-or-paste-images
slate-lists
slate-mark-hotkeys
slate-no-empty
slate-paste-linkify
slate-soft-break
slate-sticky-inlines
slate-suggestions
slate-trailing-block
slate-instant-replace
slate-editor-icons
slate-base64-serializer
slate-html-serializer
slate-plain-serializer
slate-hyperprint
slate-hyperscript
slate-prop-types