yjs / y-prosemirror

ProseMirror editor binding for Yjs
https://demos.yjs.dev/prosemirror/prosemirror.html
MIT License
344 stars 119 forks source link

Add support for converting directly between prosemirror and Y.XmlFragment nodes #89

Closed nkeynes closed 2 years ago

nkeynes commented 2 years ago

Adds new methods prosemirrorToYXmlFragment, prosemirrorJSONToYXmlFragment, yXmlFragmentToProsemirror, and yXmlFragmentToProsemirrorJSON to support direct PM <=> YXmlFragment conversion.

Note there's a small hack in prosemirrorToYXmlFragment to allow independent creation of Y.XmlFragment before the Y.Doc exists (supporting bottom-up tree construction)

Fixes #50

dmonad commented 2 years ago

Thank you for this PR. Looks good!