You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I love fixing Sync conflicts within Obsidian! Great plugin!
It may be something to do with my specific configuration, but due to some interaction between Obsidian, different OS's file systems, and Syncthing, sync conflicts can get created for files that only a single device ever accesses directly. This is especially true for anyone trying to use the same .obsidian configuration folder with multiple devices.
Describe the solution you'd like
Optionally include non-syncthing hidden folders when searching for sync conflict files (like ".obsidian", ".obsidian_myphone1", ".obsidian_mylaptop", etc), and provide the normal conflict resolution behavior as normal.
Describe alternatives you've considered
Currently, the only indication of sync problems within hidden folders like .obsidian are digging into the OS's file system folders, or SyncTrayzor alerts (only on Windows though).