Need Help with Creating Shortcuts for Multiple Vaults in Obsidian

I’d look into using https://help.obsidian.md/Extending+Obsidian/Obsidian+URI for something like this. e.g. [annex](obsidian://open?vault=annex) will open the “annex” vault when clicked.

For a desktop shortcut on Windows, you can right click on the desktop → NewShortcut → paste obsidian://open?vault=annex → give it a name → save → rejoice!

Screenshot 2024-05-21 084501

Screenshot 2024-05-21 084555

image

3 Likes