Skip to content

Distraction free writer for the people who just love to write things.

License

Notifications You must be signed in to change notification settings

kushsolitary/Inkpen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write App

Web App for Distraction-free writing created with ♥ for writers.

Features

  • Markdown support (Press Ctrl+M or ⌘+M) for preview.
  • Dark/Light theme switching.
  • Fullscreen support.
  • Twitter and github auth for saving the writeups under your username (for later access). You can use Ctrl+S or ⌘+S to save/update your writeup on the server.
  • Save as gists (can be saved under your account if you are authorised using Github).
  • Saving of writeups locally and on server.

Setup

Node.js and Redis are required to use this app.

Install dependencies via package.json.

$ npm install

Rename config_sample.js to config.js and fill in your details.

//Add your twitter and github client ids here...
config.github_client_id = "abcd";
config.github_client_secret = "abcd";
config.twitter_client_id = "abcd";
config.twitter_client_secret = "abcd";

You'll need MySQL installed with inkpen database. Change the MySQL username/password in server.js

Shoot the Node server.

$ node server.js

Play in Browser.

http://localhost:8080

Credits

Bitdeli Badge

About

Distraction free writer for the people who just love to write things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •