Obsidian Android shortcuts to specific Vaults
I have different Obsidian Vaults that I quickly want to access on my Android phone. So this is how I did it.
A quick overview of how to create home screen shortcuts to specific Obsidian Vaults on Android.
All these steps should take you around 2 min to complete.
- Have the Obsidian app installed. The different Vaults should also be there. (I guess you already have this or you wouldn’t be here.)
- Install “Shortcut Maker” by Rushikesh Kamewar (Any other shortcut maker should also work, just this is the one I have used, it’s free and without unnecessary bloat)
- Create a new shortcut.
- Tap on
Activities
. - Select Obsidian. Then the option
md.obsidian.MainActivity
, it’s the only option available. - You can edit the label and Icon however you want.
- Choose the third option, it should contain something like this: “Obsidian - md.Obsidian - md.obsidian.MainActivity”. Here we edit the intent.
- Change Action to
android.intent.action.VIEW
. So you will have to replace the last word “MAIN” with “VIEW”. - Change Data to
obsidian://open?vault=your%20vault%20
. The last part has to be the name of your Vault. If there are any spaces in the name replace them with%20
.- For example your Vault is called “Diary”:
obsidian://open?vault=Diary
- For example your Vault is called “my vault”:
obsidian://open?vault=my%20vault
- For example your Vault is called “Diary”:
- Click create Shortcut. That’s it.
Now the shortcut works and always opens the specified Vault.
I really like this solution, since it even opens your preferred Vault even if a different one is currently open.
Video showcase
Here is a video that shows an example of how to create a shortcut this way: