obsidian-media-db-plugin icon indicating copy to clipboard operation
obsidian-media-db-plugin copied to clipboard

Add APIs for parsed data output

Open AB1908 opened this issue 2 years ago • 2 comments

I'd like to have APIs so that I can take advantage of the wrappers you've built and use them with templater. The other options to get this to work with would be to call Templater's APIs from within this plugin which seems like a poor option and another would be to try to get them to use the same templating language which seems similarly painful. Open to other ideas.

AB1908 avatar May 17 '23 14:05 AB1908

You should be able to access apiManager.query(searchString, apiNames) from within templater by getting an instance of the plugin.

mProjectsCode avatar Aug 24 '23 08:08 mProjectsCode

I'd forgotten about this entirely. I'll try that out when I find the time and report back.

AB1908 avatar Aug 28 '23 14:08 AB1908