marekdedic / prosemirror-unified

ProseMirror Unified integration
MIT License
10 stars 0 forks source link

Integrating a crdt #221

Closed av8ta closed 4 months ago

av8ta commented 4 months ago

Hey nice project! Have you considered where someone hook in to implement collaborative features with a crdt? In the dispatchTransaction method maybe? Or perhaps as an extension? I like the idea of having the canonical representation of document state be the unist tree with the crdt managing the tree for replication. Does that make sense for this library?

marekdedic commented 4 months ago

Hi, I am not really well-versed in CRDTs, but my thoughts: