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

implement theoretically sound collaborative editing #3

Open
travis opened this issue Apr 2, 2020 · 0 comments
Open

implement theoretically sound collaborative editing #3

travis opened this issue Apr 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@travis
Copy link
Owner

travis commented Apr 2, 2020

The current implementation uses auto-save and patch semantics to provide a rough collaborative editing experience. It will definitely be frustrating for more than 2-3 people to edit a document together with the current implementation.

I worked up a basic proof-of-concept using Automerge, but the underlying datastructure grows very quickly in a way that makes in infeasible as the at-rest storage format for a document:

5ba932d

We may be able to use this as a temporary datastructure for collaborative editing sessions, or there may be better approaches.

@travis travis added the enhancement New feature or request label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant