I was recently trying to develop a plugin and saw that there are three commands by default dist
, prepare
and update
. I wanted to propose the addition of a watch
command that automatically builds the plugin if there are any changes. Because currently if I want to test any change I have to rebuild the plugin using npm run dist
and then restart Joplin. With addition of the watch command we can just restart joplin app to test the changes.