Sam Duvall

Results 6 comments of Sam Duvall

@BrianHung, @dmonad, I don't think `yDocToProsemirrorJSON` is the correct signature to convert a `Y.XmlFragment` to JSON. In my mind, a `Y.XmlFragment` is an array of `Node`s, not a `Node` with...

This PR has everything I need for converting `Y.Xml*` to JSON. I am happy to abandon https://github.com/yjs/y-prosemirror/pull/53 and then create a new PR that focuses on JSON to `X.XmlFragment`.

If we're doing a major version bump, then I agree with @BrianHung's proposal to just delete `yDocToProsemirrorJSON`, so long as there is a clear explanation in the release notes. @dmonad,...

I've had a slight change of heart from my initial comment. I really only needed `updateYFragment` export from the `sync-plugin`. However, I do think the signature for `yDocToProsemirrorJSON` isn't quite...

@hanspagel, Sorry, I'm a bit late to the party here and I'm not 100% sure if this is the correct place for a TipTap-related discussion, but what made you decide...

I tried to take the example from @DavidReinberger and apply the feedback from @jhchen on this issue. I wanted to preserve bullet vs ordered, indentation as well as allow HTML...