-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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:
- Create a new note on my PC
Note A.md. - Change
Note Ato RTL. This will add an entry"Note A.md": "rtl"to.obsidian/plugins/obsidian-rtl/data.json. - On my phone, create a note
Note B.md. - Change
Note B.mdto RTL. This SHOULD add an entry"Note B.md": "rtl"todata.jsonAFTER 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
Labels
No labels