Skip to content

rzrbld/nootpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nootpad

nootpad nootpad

Simple scratchpad. Kind a "port" of Boop for Linux and Windows platforms. Build with Electron and Monaco-editor.

Get it from the Snap Store

screenshot1

by now:

  • the same build-in scripts
  • user scripts support
  • milti cursor input

installing scripts

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

how to write a snippet

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.

run in dev environment

  • fork/download
  • run
cd src/
npm i
npm start

how to build

npm run make
ls -al out/