How to create home screen shortcuts to specific Obsidian Vaults on Android

Hey everyone,
I wanted to create home screen shortcuts that open specific Vaults on my Android phone (Samsung Galaxy). It was hard to find good resources so I wanted to make a quick guide for anyone else looking for this in the future.

Creating home screen shortcuts to specific Vaults on Android is quite easy.

All these steps should take you around 2 min to complete:

  1. Have the Obsidian app installed. The different Vaults should also be there. (I guess you already have this or you wouldn’t be here.)

  2. 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)

  3. Create a new shortcut.

  4. Tap on Activities.

  5. Select Obsidian. Then the option md.obsidian.MainActivity, it’s the only option available.

  6. You can edit the label and Icon however you want.

  7. Choose the third option, it should contain something like this: “Obsidian - md.Obsidian - md.obsidian.MainActivity”. Here we edit the intent.

  8. Change Action to android.intent.action.VIEW. So you will have to replace the last word “MAIN” with “VIEW”.

  9. 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
  10. 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.

A quick video showing how to do it: https://youtu.be/NRtVAFfqoyg

2 Likes

That’s how I used to to it as well, but maybe you already know how we can make of use for URL commands on android within the share menu withut having to open the specific vaults previously.

I have elaborated this here:

It would be really useful as I have various topics in seperate vaults for numerous reasons and if I could overcome this limitation it would boost my productivity so much!