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

[cmdr, tui, edi, base] add collaborative editing support to r3bl-cmdr #329

Open
nazmulidris opened this issue May 21, 2024 · 0 comments
Open

Comments

@nazmulidris
Copy link
Member

nazmulidris commented May 21, 2024

Add collaborative editing support to r3bl-cmdr using CRDTs.

This is a really good video about collaborative text editing. We can use CRDT algorithms to do this. There are some open source ones.

automerge:

I think we can start thinking and brainstorming how this might be implemented, once we iron out the bugs that we find in the markdown editor.

We can hash out when to implement this and what else to implement before this. And also which repo to put this code in (probably r3bl base and cmdr, and not open core).

We have this rust crate we can use - https://github.com/automerge/automerge

More info

This is a good explanation. Very well covered algorithm. Adding the article link for future reference https://www.inkandswitch.com/peritext/. [Was used in video]

Other research

@nazmulidris nazmulidris changed the title [cmdr, tui, edi, base] add collaborative editing support to r3bl-cmdr using CRDTs [cmdr, tui, edi, base] add collaborative editing support to r3bl-cmdr Jul 11, 2024
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