1.1.1 • Published 2 years ago

jsnotion v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

A code documenting application that can 10x your productivity while learning to code.

Installation

Assuming you have Node and npm installed,

npx jsnotion serve

is the only command you need to get started instantly.

Otherwise, if you are a visionary and you see yourself using it frequently,

npm install -g jsnotion

this will install jsnotion globally so that you can use it anytime you like, from the terminal.

Now, more on the commands:-

jsnotion serve

This is your goto command which will start a server at http://localhost:3005 and create/open a notebook.js file in your current directory to save all your notes.

jsnotion serve notes.js -p 4000

This is a more personalized command you can use to create/open a file of your choice, in this case, notes.js and also the port of your choice i.e, 4000 here.

Usage

https://user-images.githubusercontent.com/73601258/147817907-1bbbc6c5-e1e5-4396-b025-a67111e063e3.mp4

While this is a short preview of the application, in no way it shows all the capabilities of jsnotion. You can import anything (just about anything) and run it in your editor. Some examples include - making axios calls, importing CSS libraries, etc. React is prebuilt and you can use the show() function to display anything in your preview window.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

1.1.1

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.7-alpha.0

2 years ago

1.0.6-alpha.0

2 years ago

1.0.5-alpha.0

2 years ago

1.0.4-alpha.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago