@prosekit/extensions
v0.18.0
Published
A collection of common extensions for ProseKit
Readme
@prosekit/extensions
A collection of common extensions for ProseKit, the toolkit for building rich text editors on the web. Each feature (bold, italic, headings, lists, links, tables, code blocks, and many more) ships as its own entry point, so you only bundle what you use.
import { defineBold } from '@prosekit/extensions/bold'
import { defineList } from '@prosekit/extensions/list'Note: This package is bundled into the main
prosekitpackage. Most users should installprosekitand import fromprosekit/extensions/*instead of depending on this package directly.
Documentation
See the extensions overview and the prosekit/extensions reference on prosekit.dev.
