Skip to content

Replace Slate with ProseMirror

Alf Eaton requested to merge react-prosemirror into master

This replaces the Slate rich-text editor in xpub-edit with ProseMirror.

The main advantages are:

  1. A stable API, now that ProseMirror 1.0 has been released.
  2. A solid editor.
  3. Easy to define and enforce a schema.
  4. Simpler menu, as the core handles more of the actions.
  5. Better DOM parsing and serializing.
Edited by Alf Eaton

Merge request reports