mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
374 stars 18 forks source link

"Open another vault" window as homepage #76

Closed flip-rossi closed 8 months ago

flip-rossi commented 8 months ago

Summary

Instead of opening a specific note or vault when launching Obsidian, open just the "Open another vault" window.

Details

I use several vaults for different kinds of notes and, when I first launch Obsidian each time, I might not want to use the same vault as the last time.

mirnovov commented 8 months ago

You should be able to already do this by using the “Open another vault” command. Keep in mind that you’ll probably have to set this up for all of your vaults unless you always close Obsidian on a certain vault.

flip-rossi commented 8 months ago

Thanks for the suggestion, I hadn't thought of that

This works but the last vault will still open unnecessarily (and it still has to take its time to fully load) and the new vault will open in a new window instead of substituting the old one.

But yeah, I just now realized that what I suggested might not be fully possible as plugins can only be loaded per vault.

mirnovov commented 8 months ago

yeah unless I'm mistaken that's the case, I'm afraid. I'll close this issue as I can't really implement something better than that.