Skip to main content

Crate prosemirror

Crate prosemirror 

Source
Expand description

§The ProseMirror API

This crate is a re-implementation of the ProseMirror API in Rust. It can be used to create a collaborative editing authority that is able to apply steps to a document.

Schemas are defined at runtime via JSON SchemaSpec using the dynamic module.

Modules§

dynamic
Runtime-loadable dynamic schema support.
model
The document model
transform
The document transformations
util
Generic utilities