Question: How open a vault via cli
Hi,
how can I open a specific vault? Add --vault=path/to/vault does not work.
Hi, have you tested this command switch on regular obsidian? Didn't find information about --vault.
You can open a specific vault if it is already added to obsidian.
Something like this: ObsidianPortable.exe "obsidian://open?vault=VaultName" if vault name contains spaces, you need to replace it with %20.
Check this link Obsidian URI.
Hi, have you tested this command switch on regular obsidian? Didn't find information about
--vault.
You are right. I should not trust AI that much. ;-)
You can open a specific vault if it is already added to obsidian. Something like this:
ObsidianPortable.exe "obsidian://open?vault=VaultName"if vault name contains spaces, you need to replace it with%20. Check this link Obsidian URI.
I will test this. Thanks for this advice.