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 A to 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.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.
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:
Note A.md.Note Ato RTL. This will add an entry"Note A.md": "rtl"to.obsidian/plugins/obsidian-rtl/data.json.Note B.md.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.