Closed alx-xlx closed 4 weeks ago
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
I want that whenever the obsidian docker container is restarted then only those vaults windows need to open that I wish. For example: I want it to open multiple vaults whenever I restart the obsidian-docker. OR open any specific vault other than the default vault.
If there is the ability to window tile two obsidian vaults then that would be awesome as well. So when I restart obsidian-docker, then two vaults are open side by side.
Reason for change
The reason why I want is because I have multiple vaults setup, and for some reason only the First Vault (the first vault made in obsidian acts as the default vault) starts up upon docker restart and I have to manually start other vaults one by one.
Giving the ability to open other specific vault OR multiple vaults all at once, reduce the monotonous clicking that needs to be done everytime. If this feature is implemented then without any struggle we will always have our own vault or vaults open.
Proposed code change
obsidian gives the ability to start multiple vaults using URI like
obsidian://open?vault=VAULTNAME
[Source]