Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add APIs for parsed data output #93

Open
AB1908 opened this issue May 17, 2023 · 2 comments
Open

Add APIs for parsed data output #93

AB1908 opened this issue May 17, 2023 · 2 comments
Labels
feature request New feature or request

Comments

@AB1908
Copy link
Contributor

AB1908 commented May 17, 2023

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 AB1908 added the feature request New feature or request label May 17, 2023
@mProjectsCode
Copy link
Owner

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

@AB1908
Copy link
Contributor Author

AB1908 commented Aug 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants