Hacker News new | ask | show | jobs
by masfrost 1555 days ago
We had to handroll our own OT implementation inhouse (based on https://github.com/ottypes/text-unicode) since we had built the system for it already. I suspect we would've used or forked CodeMirror's collab package if we were starting today.

Also huge fan of yjs, but the implementation is not compatible with codemirror 6, only version 5 (AFAIK)

1 comments

There is Yjs bindings for CM6: https://github.com/yjs/y-codemirror.next
Amazing, thanks