edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Simultaneous text editing #203

Open edemaine opened 2 years ago

edemaine commented 2 years ago

Ideally the text edit tool would use a "real" text editor and support Operational Transforms so that multiple people can edit the text at the same time (e.g. correcting each others' typos). Maybe CodeMirror 6, or even Lexical?

This would be an opportunity to add syntax highlighting too.