robotlolita/raven
{ "createdAt": "2013-12-03T00:59:57Z", "defaultBranch": "master", "description": "(hiatus) Raven is a minimal, distraction-free text editor with good typography.", "fullName": "robotlolita/raven", "homepage": "http://robotlolita.me/raven/", "language": "JavaScript", "name": "raven", "pushedAt": "2015-09-05T01:28:04Z", "stargazersCount": 423, "topics": [], "updatedAt": "2025-04-01T19:01:21Z", "url": "https://github.com/robotlolita/raven"}
“Why is a raven like a writing desk?” Like Poe, you might write on both.
Raven is a minimal, distraction-free text editor with good typography.

NOTE
This project is still in REALLY EARLY STAGES of development. While it’s usable, most of the features are not implemented, and it might just break and eat all your novel DON’T YA DARE TRUST IT YA HEAR.
Getting Started
Section titled “Getting Started”-
Download the right distribution for your platform:
- Linux: [32 bit][linux-32] / [64 bit][linux-64]
- [Windows][win]
- [Mac OS X][mac]
-
Unzip it wherever you want the application to be;
-
Double click the
Raven/Raven.exe/Raven.appfile; -
Select the folder where you want to store your novels;
-
Create a new novel, and start writing.
[linux-32] !: https://github.com/robotlolita/raven/releases/download/v0.2.0-alpha/Raven-linux32.tar.gz [linux-64] !: https://github.com/robotlolita/raven/releases/download/v0.2.0-alpha/Raven-linux64.tar.gz [mac] !: https://github.com/robotlolita/raven/releases/download/v0.2.0-alpha/Raven-osx.zip [win] !: https://github.com/robotlolita/raven/releases/download/v0.2.0-alpha/Raven-win.zip
Building
Section titled “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 installTo run it under recent Linux distributions (Ubuntu 13.04+, Fedora 18+, Arch, Gentoo, etc) you’ll need the following to run Raven:
$ make run-linuxOn all other platforms, you’ll need the following to run Raven:
$ make run[Node Webkit] !: https://github.com/rogerwang/node-webkit [Node] !: http://nodejs.org/
Raven is MIT licensed