Open source collaborative text editors
161–167 of 167 posts
Re: Open source collaborative text editors
#162I found this recent paper highly enlightening: “Real Differences between OT and CRDT for Co-Editors” – Chengzheng Sun, David Sun, Agustina, Weiwei Cai, October 2018. Arxiv meta: https://arxiv.org/abs/1810.02137 PDF: https://arxiv.org/pdf/1810.02137.pdf It’s well written imo. The conclusions chapter is very good. “In this work, we have critically reviewed and evaluated representative OT and CRDT solutions, with respec…
Do you have any idea which would be better for a vector based drawing app? The data is mostly strokes (lists of points), and individual strokes generally don't change.
Re: Open source collaborative text editors
#163Earlier quoted context omitted.
Such as?
Well some of the links that others have posted here before me are such examples - starting with Etherpad. I realize that the OP is about something that works with structured text, but the headline (as is) is just click-bait.
Re: Open source collaborative text editors
#164A few other CRDT / collaborative text editor links I've collected: * https://blog.datproject.org/2019/03/05/caracara-react-dat-au... * https://conclave-team.github.io/conclave-site/ * https://github.com/noffle/hyperpad * https://xi-editor.io/xi-editor/docs/crdt.html * https://github.com/atom/teletype-crdt * https://github.com/atom/xray * https://github.com/MicrosoftDocs/live-share
Re: Open source collaborative text editors
#165Re: Open source collaborative text editors
#166I found this recent paper highly enlightening: “Real Differences between OT and CRDT for Co-Editors” – Chengzheng Sun, David Sun, Agustina, Weiwei Cai, October 2018. Arxiv meta: https://arxiv.org/abs/1810.02137 PDF: https://arxiv.org/pdf/1810.02137.pdf It’s well written imo. The conclusions chapter is very good. “In this work, we have critically reviewed and evaluated representative OT and CRDT solutions, with respec…
Overview: https://arxiv.org/abs/1905.01518
Systems perspective: https://arxiv.org/abs/1905.01517
Correctness/theoretical perspective: https://arxiv.org/abs/1905.01302
Re: Open source collaborative text editors
#167Surprised the author didn't mention Quill.js, which works really well with ShareDB, and is fully open source. We've been doing a lot of fun stuff with it - here's a talk I gave recently as a job talk: https://www.youtube.com/watch?v=gN37rJRmISQ . (It worked, I got hired :)). As a side project, I'm working on a ShareDB backed wiki, where we can use rich text for editing pages, but also other components, like spreadshe…
Here is a Quill.js coediting demo, without using a ShareDB backend: https://codepen.io/dnus/pen/OojaeN