Add cursor moving #19
No reviewers
Labels
No labels
bug
dependencies
docker
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: andras/vault-link#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "asch/cursors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Move local cursor position on text updates in case the document is open in Obsidian.
This could've been done with a heuristic, however, this is the semantically correct implementation that also lays the foundation for future work on showing collaborators' cursors.
reconcile_with_cursorsas a top-level reconcile functionMergeContext.editorconfigatomicUpdateTextto take and return cursorsDrive-by sync fix