Skip to content
/ raven Public
forked from robotlolita/raven

This is a fork of Raven is a minimal, distraction-free text editor with good typography, by Robotlolita.

License

Notifications You must be signed in to change notification settings

egazz/raven

 
 

Repository files navigation

Raven

Latest release Dependencies Licence

Since the original Raven, developed by Robotlolita, is in hiatus, I decided to create a fork to see what else it could use. The same disclaimers apply: still in early stages, may break. So back up your stuff.

Raven screenshot

Getting Started

NOTE: Since I haven't actually made any changes yet, these still go to Robotlolita's builds.

  1. Download the right distribution for your platform:

  2. Unzip it wherever you want the application to be;

  3. Double click the Raven / Raven.exe / Raven.app file;

  4. Select the folder where you want to store your novels;

  5. Create a new novel, and start writing.

Building

You'll need Node Webkit, Node, Make and other *NIX tools (like cat) installed. Once you do, just run the following commands:

$ git clone git://github.com/robotlolita/raven
$ cd raven
$ npm install

To run it under recent Linux distributions (Ubuntu 13.04+, Fedora 18+, Arch, Gentoo, etc) you'll need the following to run Raven:

$ make run-linux

On all other platforms, you'll need the following to run Raven:

$ make run

Raven is MIT licensed

About

This is a fork of Raven is a minimal, distraction-free text editor with good typography, by Robotlolita.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.1%
  • CSS 31.0%
  • Makefile 1.6%
  • Other 1.3%