What I’m trying to do
I’m trying to create a new vault.
(I’m using v0.12.10 on Ubuntu 16.04)
Things I have tried
I tried opening a new vault from the UI (Open another vault button above the Settings wheel), but the window doesn’t render. I see an outline of the window (a shadow effect) but nothing inside it.
Can I do this on my filesystem through terminal somehow?
I see that the vault location is defined inside the /home/<user>/.config/obsidian/obsidian.json file, like this:
{"vaults":
{"ebbec856d84e787c":
{"path":"/home/<user>/.config/obsidian/Obsidian Help","ts":1612902616793},
"21a42c69f2180c49":
{"path":"/home/<user>/my/original/vault","ts":1612902772064,"open":true}
}
}
So I imagine I could potentially just create a new vault by editing this file… if it wasn’t for the hash, which leads me to wonder that this file is written to by some other program when creating a vault, i.e. editing this file is not sufficient to create a vault.
(Using grep I see that the 2 hashes appear in a binary .log file here: /home/<user>/.config/obsidian/Local Storage/leveldb/000003.log)