Real-time Collaboration with QuillJS and Meteor


Summary of my bookmarked Github repositories from Nov 3rd, 2015

Github repositories

  • jonlachlan/quill-reactive

    quillReactive is a package designed for QuillJS rich text editor, offering live editing capabilities similar to Google Docs or Etherpad. It utilizes ottypes rich-text and provides features like toolbars, undo manager, authorship highlighting, and multiple cursors. With QuillReactive, you can make offline edits that seamlessly integrate when you reconnect to the internet. It also supports drafts through persistent Session variables, ensuring that your work is not lost when the page is reloaded. Future development plans include customizable settings helpers, styling support for UI frameworks, default options for authorship and multiple cursors, and improved documentation.