Simple scratchpad. Kind a "port" of Boop for Linux and Windows platforms. Build with Electron and Monaco-editor.
by now:
- the same build-in scripts
- user scripts support
- milti cursor input
To install a new custom script - download or write your own .js
file and put it into the custom scripts folder. You can set custom scripts folder from the Scripts
menu
look at src/scripts/Test.js
. In this case - only difference between Nootpad and Boop is:
export declaration:
module.exports ={
main
}
and return
statement in main function.
- fork/download
- run
cd src/
npm i
npm start
npm run make
ls -al out/