Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev1an/quill-operational-transform

Operational transform example with Quill and Delta
https://github.com/dev1an/quill-operational-transform

conflict-resolution delta meteor minimongo mongodb operational-transform operational-transformation quill-editor quilljs text-editor

Last synced: 21 days ago
JSON representation

Operational transform example with Quill and Delta

Awesome Lists containing this project

README

        

A demo on how to transform [Delta](https://github.com/quilljs/delta/)s obtained from the [Quill](https://quilljs.com) text editor to resolve conflicts in text documents. The demonstration uses [meteor](https://www.meteor.com)'s [minimongo](https://github.com/meteor/meteor/blob/master/packages/minimongo/README.md) database: an in-browser version of the popular [MongoDB](https://www.mongodb.com) database.

Open the [interactive online demo](https://dev1an.github.io/Quill-Operational-Transform/imports/) and try it out in your own browser.

![Demo](docs/Demo.gif)