Hi,
1.I want to know how to create plugin template.
There is a web_view object in the plugin json file. So I want to know how to target the page and get the template file to that page.
- Which format do i write my template file. In html, js?
Hi,
1.I want to know how to create plugin template.
There is a web_view object in the plugin json file. So I want to know how to target the page and get the template file to that page.
Hello! Have you tried checking out this link for the plugins? https://docs.hollaex.com/how-tos/develop-plugins. Also, plugin for custom development is still evolving, as far as you know.
Check out this repository thats got the web folder with few samples: https://github.com/bitholla/hollaex-plugin-starter
This is how to do the web bundle https://github.com/bitholla/hollaex-plugin-starter/tree/main/web and you can then add it to your web_view. There are some useful commands there that you can use to create the JSON file for your plugin.
There is a doc here too: Web view development - HollaEx
This might also be useful in case you are trying to develop a server side plugin and want to have a dev environment: Run dev mode - HollaEx