[QUESTION] API?
This looks like an exciting plugin 👍
I've been using OmniSearch, mainly because I can integrate it with other apps since it exposes an API.
Is that something you might consider in the future?
Yes, I am planning on an API, but the use of WASM makes this more difficult. It's a lot easier to cause an error by passing the wrong values to the API, and errors in WASM are fatal, meaning a restart of Obsidian or the plugin is needed to recover.
Ah, that's great news! Good luck with the endeavor.
I added a first draft of an API, which currently only allows reusing the existing search modals and data sources but with a custom action on select.