Use case or problem
I would like to have access to my vault programmatically from my raspberry pi (to invoke some custom commands/notifications in case of appearing a new note). For now only possible option is to install obsidian on the server (not sure it exists for raspberry though). This “solution” looks weird.
Proposed solution
Would be perfect to have an http API which allows you to do standard CRUD operations (create,read,update,delete) on notes/folders. And also to retrieve sync history (to be able to detect vault changes in real time)