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

Manage concurrent edits of notes part 2 #1280

Open
tiptoptom opened this issue Apr 26, 2024 · 0 comments
Open

Manage concurrent edits of notes part 2 #1280

tiptoptom opened this issue Apr 26, 2024 · 0 comments
Labels
feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this

Comments

@tiptoptom
Copy link

Is your feature request related to a problem? Please describe.
If a note, for example with a checklist, is changed on two devices at the same time, this always leads to a conflict.

Describe the solution you'd like
For my understanding, the merge mechanism #56 would have to look more closely at what has changed when and where in the file in order to be able to merge different changes on different devices in a meaningful way. Perhaps the document can be compared line by line and the latest version of the line is kept. If A has changed something in line 1, it is newer than line 1 of B. If B has changed line 2, it is newer than line 2 of A.

Describe alternatives you've considered
I can well imagine that it is difficult to implement such a comparison with Markdown. Perhaps a separate app would have to be created for this (simultaneous and possibly offline editing of a document).

@tiptoptom tiptoptom added feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this
Projects
None yet
Development

No branches or pull requests

1 participant