This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Replies: 1 comment
-
I implemented this using YJS as my CRDT solution. I went with their socket provider pattern, since maybe one day we'll want to save data in some DB Then the code ended up looking something like this (an Extension you pipe into the editor)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any examples of the best way to setup collaborative editing with
rich-markdown-editor
? The documentation appears to suggest that once the component is mounted that it's state updates shouldnt be tied to an external source.Any suggestions appreciated!
EDIT: It appears there is already a discussion going on wrt this: #317 - It would still be great to have an example of collaborative editing though.
Beta Was this translation helpful? Give feedback.
All reactions