dreamwriter

(NOTE! This has not been updated since Elm 0.15.1 and is not using current best practices. I plan to circle back to it in the future and bring it up to standards.) Streamlined long-form writing software. Written in Elm.

  • Owner: rtfeldman/dreamwriter
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

dreamwriter

Streamlined long-form writing software. Written in Elm. [![build status][1]][2]

Try it at dreamwriter.co

Features

Dreamwriter is a browser-based writing app with a few goals in mind. (Not all of these have been reimplemented yet.)

  • Let you edit a 100,000-word novel seamlessly in a single document in the browser.
  • Autosave as you write, both to your local device and to remote backups.
  • The text in the editor ought to look as close to the final product as possible, without the interference of annotations or other UI elements.
  • There should be a logical concept of chapters for navigation and the like, but the document should not be split up into multiple documents to accomplish this.
  • You should be able to take notes which accompany the document.
  • The app should work completely offline, including being able to bring up the site without an Internet connection.
  • It should offer a "distraction-free mode" where by default all you can see on your screen is the text.

Technology

Dreamwriter was originally written in CoffeeScript and has been rewritten in Elm. It compiles to static files only (and requires no server-side code), and dreamwriter.co is hosted entirely on Amazon S3.

It can only run in modern browsers, as it uses the following browser features:

You can compare the two code bases back when they were at feature parity: dreamwriter-coffee and dreamwriter. Naturally, development on the CoffeeScript version has ceased in favor of the more featureful Elm version.

The Strange Loop 2014 talk Web Apps without Web Servers incorporated Dreamwriter as a case study.

Building

Install node.js if you do not already have it. Then:

  1. git clone git@github.com:rtfeldman/dreamwriter.git
  2. cd dreamwriter
  3. npm install
  4. npm install -g grunt-cli bower
  5. bower install
  6. grunt

Now you can visit localhost:8000 in your browser!
[1]: https://secure.travis-ci.org/rtfeldman/dreamwriter.svg
[2]: https://travis-ci.org/rtfeldman/dreamwriter

Main metrics

Overview
Name With Ownerrtfeldman/dreamwriter
Primary LanguageJavaScript
Program languageElm (Language Count: 5)
Platform
License:Apache License 2.0
所有者活动
Created At2014-10-07 00:59:39
Pushed At2015-10-20 15:27:34
Last Commit At2015-09-17 18:22:12
Release Count3
Last Release Name0.2.0 (Posted on )
First Release Namestrangeloop (Posted on 2014-10-17 09:03:12)
用户参与
Stargazers Count457
Watchers Count29
Fork Count51
Commits Count402
Has Issues Enabled
Issues Count49
Issue Open Count34
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private