jsnoteweb
v5.4.1
Published
This is an interactive coding environment. You can write Javascript, see it executed, and write comprehensive documentation using markdown.
Downloads
14
Readme
JSNOTE
This is an interactive coding environment. You can write Javascript, see it executed, and write comprehensive documentation using markdown.
- The code in each code editor is all joined together into one file. If you define a variable in cell #1, you can refer to it in any following cell!
- You can show any React component, string, number, or anything else by calling the
show
function. This is a function built into this environment. Call show multiple times to show multiple values - Re-order or delete cells using the buttons on the top right
- Add new cells by hovering on the divider between each cell
- All of your changes get saved to the file you opened JSNOTE with. Default file is
notebook.js
. But you can change name of this file and if you rannpx jsnoteweb serve test.js
, all of the text and code you write will be saved to thetest.js
file
Install
npm i jsnoteweb
Launch
npx jsnoteweb serve [optional file name] [optional port number]
Optional port number format - -p <number>
or --port <number>
Default port - 4005
Default URL - http://localhost:4005/