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
Fixed bug #13 about deferred File Explorer view not loading at start. This causes a crashed if Obsidian was not started with the File Explorer pane selected. Some users like to start with bookmarks selected. Now the problem should be fixed.
Fixed bug #11 where new Obsidian electron versions did not allow to access the full path information. The plugin is now compatible with older installer versions and shows a warning message in the console recommending a fresh installation. The change is due to stricter security policy in electron apps, and documented in https://www.electronjs.org/docs/latest/api/web-utils and in https://stackoverflow.com/a/78951784/4216175.