Use case or problem
I would like to be able to open a vault even if one of its subfolders doesn’t have read/write permissions.
Proposed solution
The solution could look excatly like the app now behaves if the permissions of a sub-directory change while the app is open. Then the files in the subdirectory are inaccessible and a pop-up window announces the error but otherwise the app works.
The problem with the current state is that a permission-denied subdirectory prevents the app from loading altogether. (It throws EPERM error.)
Comment
This request is based on an attempt to use Obsidian in an “multiplayer” mode - which I know is not supported yet. Alternative solution would be having files+folders permissions control within the app.
Thanks