Web App for Distraction-free writing created with ♥ for writers.
- 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.
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