Is there any way to derive the vault id from the vault directory?
I need the vault id so I can find the Obsidian cache of a given vault directory.
Is there any way to derive the vault id from the vault directory?
I need the vault id so I can find the Obsidian cache of a given vault directory.
it can be found in %appdata%/obsidian/obsidian.json
it’s "id": {path, ts}
Great move to do this BTW.
Creates a lot less updates for cloud based notes.
KUDOS!
Thank you!
Hi,
is there a way to access the vault id via the API without a need to read the JSON file? Thank you!
Is there still no way to get the vault id via the API in Jan 2024?
I guess app.appId
is the vault ID.
@ush Hmm. Seems like you’re right! Thanks