journalify

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i journalify

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

893 kB

Total Files

6

Last publish

Collaborators

  • wesleylcf