1.0.5 • Published 3 years ago

journalify v1.0.5

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

Journalify


Journalify is a JavaScript package that runs a code and markdown editor in browser. Currently, files are saved to the user's filesystem, but support for an online version which allows sharing of files is in progress.

Installation


`npm install journalify`

OR

npx journalify serve

A fileName flag can be specified:

npx journalify serve <preferredName>.js

As well as the port to run on:

npx journalify serve <preferredName>.js -p 4000

Usage/Example


Running/installing the package

npx journalify serve testing.js -p 3000

You will get a response in the terminal

Opened testing.js. Navigate to http://localhost:3000 to edit the file.
testing.js not found, created new one

Once you have navigated to the port specified, you should see a pre-created markdown cell which guides you on the usage:

journalify preview

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

3.0.0

3 years ago