Allow to choose whether we want to open the latest vault(s) or open the Vault Manager at startup.
Use case or problem
Obsidian always opens the latest vault(s) and does not allow user to open Vault Manager by default.
Proposed solution
Provide an URI to open the Vault Manager, something like obsidian://open?vault-manager
, or obsidian://open?none
(you get the idea).
It could be an “obsidian-wide” option, but project specific options are not clearly identified.
Current workaround (optional)
No current workaround, actually. User must follow the hard-coded way: open the latest vault(s) to be able to open the vault manager then close the previously opened vaults.
Related feature requests (optional)
I’ve seen this feature request many times, the answer that was given was always: “you can create a link to a open a specific vault”. This feature request is about the exact opposite: not a link to open a vault, but a link to open Obsidian without opening a vault.
Example use-case: use a .desktop
file to provide multiple actions (one action for one vault), but not all vaults listed in this file, because it would be to much work to keep up-to-date and synced with actual vaults, because some vaults may not be used every day and don’t need a “shortcut”, etc.