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.

  • 所有者: rtfeldman/dreamwriter
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者rtfeldman/dreamwriter
主編程語言JavaScript
編程語言Elm (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2014-10-07 00:59:39
推送於2015-10-20 15:27:34
最后一次提交2015-09-17 18:22:12
發布數3
最新版本名稱0.2.0 (發布於 )
第一版名稱strangeloop (發布於 2014-10-17 09:03:12)
用户参与
星數456
關注者數29
派生數51
提交數402
已啟用問題?
問題數49
打開的問題數34
拉請求數9
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?