Skip to content

Sync issue with multiple devices #62

@almogtzabari

Description

@almogtzabari

Hi,
I realized that changing notes direction from multiple devices does not work well with sync.
According to the Obsidian sync discord channel, the plugin is detecting/updating changes only when Obsidian restarts, and it might not be enough to always receive the latest version of each file.

Here's what I experienced:

  1. Create a new note on my PC Note A.md.
  2. Change Note A to RTL. This will add an entry "Note A.md": "rtl" to .obsidian/plugins/obsidian-rtl/data.json.
  3. On my phone, create a note Note B.md.
  4. Change Note B.md to RTL. This SHOULD add an entry "Note B.md": "rtl" to data.json AFTER the line "Note A.md": "rtl", but what happens is that the line "Note A.md": "rtl" disappears, and the line "Note B.md": "rtl" is added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions