Steps to reproduce
- Sync a vault over iCloud of OneDrive
- Open the vault using Obsidian on two computers connected to the syncing service
- Make an edit on each computer that can change the cache file (e.g. add a note, update links, etc)
Expected result
No observable effect. The .obsidian directory only contains Obsidian-created files.
Actual result
The next time the cloud service syncs, notice that there will be a duplicate version of the cache file in ./.obsidian/cache (OneDrive will display a warning on a Windows computer that the āfile cannot be mergedā).
Environment
- Operating system: Windows, macOS
To fix this, Obsidian could provide the cache file in a text merge-friendly format (e.g. include line breaks) and clean up unexpected files in the .obisidian folder.