coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
607 stars 56 forks source link

List Vaults #113

Closed sammcj closed 5 months ago

sammcj commented 5 months ago

I'm just wondering if there's a way to list/discover available Vaults?

My use case is I'm rewriting a Raycast extension and looking to use this API to get a list of Vaults, select one and allow the user to search/open/add.

Thanks for the great extension, it looks really useful!

sammcj commented 5 months ago

Actually, thinking about it, Obsidian's plugins run per-vault so this would make sense!

Never mind.