Hello,
Great improvments with the latest release.
So i dig in again and give it a try with a newlisp plugin.
So far it works but not without some hand-corrections in the resulting html.
The neoappbuilder generates such a line in the index.html to include a js-lib:
<script src="js/newlisp-js-lib.js"></script>
The js-file is found by the infomation in the fies tab in the plugin-generator.
For most js-libs this line might be enough to include the lib.
The newlisp-js needs more than a one-liner to load correctly (big emscripten compiled lib)
So what about a new tab in plugin-generator called 'Include template'
There the plugin author can place a multiline html source which is inserted in the html-target on compile instead of the standard one-liner.
When nothing is set, the Standard one-liner is written.
Edit: It would be an option to set a filename for a 'include template' file.
Regards