Copy plugins/_examplePlugin.js to a new file, add a link to it to main.html near where all the other plugins are mentioned and just call Espruino.Core.Code.switchToBlockly() from init().
And no, the splitster state isn't loaded from a file yet - I guess that's something Matt put in. It'd be quite nice to be able to load/save it (and the blockly/code state) to the existing config system...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Copy
plugins/_examplePlugin.js
to a new file, add a link to it tomain.html
near where all the other plugins are mentioned and just callEspruino.Core.Code.switchToBlockly()
frominit()
.And no, the splitster state isn't loaded from a file yet - I guess that's something Matt put in. It'd be quite nice to be able to load/save it (and the blockly/code state) to the existing config system...