1.0.4 • Published 3 years ago

js-md-notebook v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Getting Started with js-md-notebook

Run npm i -g js-md-notebook to install globally OR Run npx js-md-notebook serve

To start js-md-notebook

If you want to save changes, an any directory, create a empty javascript file named notebook.js (or any name you wish). Run js-md-notebook serve notebook.js (or whatever you named the file) in command line

This is an interactive coding environment, using javascript or markdown

Click any text cell to edit it. You can show any React component, string, number, or anything else by calling the show() function.
Re-order or delete cells uing the buttons on the top right. Add new cells by hovering on the divider between each cell. All changes get saved to the file you created

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago