Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OT #2

Open
ghost opened this issue Mar 29, 2019 · 2 comments
Open

OT #2

ghost opened this issue Mar 29, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2019

This library looks awesome.
I want to get Operation Transforms working with it and write tests to show it working.

But from what i can see it does not support OT enough ?
https://quilljs.com/docs/delta/
They say.
" construct Deltas by hand—rather use the chainable insert(), delete(), and retain()"

DO we need to add those functions to the library so we can do OT's properly ?

@dchenk
Copy link
Owner

dchenk commented Mar 30, 2019

Feel free to send a PR. On the backend there's really no need for non-insert operations unless some sort of syncing is being done.

@ghost
Copy link
Author

ghost commented Mar 30, 2019

Ok well at least my understanding was correct because yes i want to do sync.

Prior art here showing it
https://github.com/fmpwizard/go-quilljs-delta/blob/master/delta/op.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant