mcrider / azimuth

Azimuth is a simple, elegant, and fast CMS built using meteor.js.
232 stars 54 forks source link

Collaborative Page editing #6

Open mcrider opened 11 years ago

mcrider commented 11 years ago

It would be great to leverage some sort of collaborative page editing so that multiple authors can work on the same page without locking/overriding each others changes (like Google Docs).

ghost commented 11 years ago

Maybe Codemirror + Jinfinote for collaborative code editing? Or webODF + Jinfinote for a document editor? I haven't seen any other open source javascript/html document editor yet that can do the stuff Google Docs does.

mcrider commented 11 years ago

@jvanveen Yes looking at l3mon this feature seemed like a great addition to Azimuth and something that Meteor.js is built to do. I'll be sure to look at your suggestions when pursuing this.

mcrider commented 10 years ago

http://quilljs.com/docs/modules/multi-cursors/ looks like a good tool to help solve this.

ghost commented 10 years ago

Thanks for the tip. That looks interesting! Instead of OT, there also seems to be another protocol. Not really sure what it does yet, but maybe interesting as well => https://github.com/dominictarr/r-edit