Remix.run Logo
flakiness 3 days ago

I hope Obsidian has a headless SDK running outside Obsidian that allows devs to read the vault and do various analysis and automation. With this kind of structured data there are a lot of potential use cases. The obsidian binary limitation is a roadblock there.

zekenie 3 days ago | parent | next [-]

Because the data is front matter you can get it into other systems pretty easily but an sdk for executing the views seems really key

threecheese 3 days ago | parent | prev [-]

There’s a plugin that exposes a local api, which folks use for this type of access pattern. Obsidians sdk for plugins is not external, but it does exist and is used broadly.