Supernote Plugin Template
Hey all,
I made a small template repo for Supernote plugin development that I wanted to share. I originally made it to make frequent edits to plugins a little less annoying, and figured it might be useful to other developers too.
It comes with the basic project structure already set up, plus scripts for some of the repetitive parts of development, like building the plugin, automatically installing it on your Supernote, and running it through ADB.
You can use npm run deploy to build and install the full plugin. If the plugin is already installed and you've only changed the JavaScript/TypeScript files, you can use npm run send instead to quickly push the new bundle without doing a full reinstall. You can also use npm run run to automatically launch the plugin.
https://github.com/Ziv-Ink/supernote-plugin-template
If you try it out, I'd love to hear any feedback, issues, or ideas for other useful things to add!