Kevin Jahns

Results 261 comments of Kevin Jahns

This looks like a duplicate of https://github.com/yjs/y-prosemirror/issues/102, is that right? It is basically not possible to distinguish between destroy and reconfiguration which makes this issue hard to deal with. I'd...

Hi @LeeSanity, Let's go with the second approach to keep compatibility. Can you please create a PR that adds a parameter (`shouldDestroyUndoManager`) with some documentation? Happy to assist & merge.

Hi @boschDev, What were the error messages about? Since the original selection is created on the document of the shadow root (`const selection = this.prosemirrorView._root.getSelection()`) I would assume that we...

Hi @boschDev , sorry I haven't fixed this. But I fear that I will break some systems when I do this. I don't understand why the global document can make...

Hi @aleksk , There is a very extensive documentation, demo projects, and even a live-code editor that will help you to setup y-prosemirror. https://docs.yjs.dev/ecosystem/editor-bindings/prosemirror Before you start using this project,...

The v2 updates feature is not released yet. I removed encodeStateVectorV2 because I plan to make breaking changes to it.

Hey @fritzy You could do this on the type level. But I think it makes more sense if we would encrypt all messages that are exchanged between the users. This...

Hi @ulion , How can I reproduce the error you are talking about?

Thanks for this @jpobley! I think that `whenSynced` should indeed be a rejected promise when the initialization fails for some reason. It is also idiomatic to throw an error as...