Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dev1an/quill-operational-transform
- Owner: Dev1an
- Created: 2017-06-21T10:49:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T11:40:36.000Z (over 7 years ago)
- Last Synced: 2024-11-20T18:49:59.574Z (3 months ago)
- Topics: conflict-resolution, delta, meteor, minimongo, mongodb, operational-transform, operational-transformation, quill-editor, quilljs, text-editor
- Language: JavaScript
- Size: 22.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)