I was continually frustrated by the lack of setting to open on the vault chooser, hence
#!/usr/bin/env bash
cat "${HOME}/.config/obsidian/obsidian.json" | jq 'del(.vaults.[].open)' | sponge "${HOME}/.config/obsidian/obsidian.json"
obsidian
This works only on Linux, needs installed jq and moreutils
Hope it helps someone!
Use this instead of obsidian to start obsidian. It removes the open flags so obsidian opens into the vault chooser. On KDE you can simply replace the command the obsidian icon launches
Anything for a lowly windows user ?
This is no longer a problem, just use:
Is there something I can do for my obsidian shortcut / windows icon ?
so when I click it I can click on the vault I want to open ?

as it is now it seems to open the last vault that was open.