pubpub / pubpub-editor

A stand alone, extensible WSIWYG editor based on ProseMirror
GNU General Public License v2.0
101 stars 9 forks source link

update: Transition away from node views #28

Closed isTravis closed 5 years ago

isTravis commented 5 years ago

This PR overhauls the way pubpub-editor renders custom elements. Rather than relying on Prosemirror NodeViews which create a React container, we now use the native Prosemirror dom rendering.

Test plan: