Skip to content

donnierayjones/dayone-html

Repository files navigation

Quick and Dirty Day One HTML Export

I created this to export my Day One App entries into a format more suited for printing to a book.

It runs on Ruby (Sinatra) and requires you store your posts in Dropbox rather than iCloud.

It's not very flexible. You'll need to know your way around Ruby / Sinatra to get it customized to your liking.

screenshot

Installation

Prerequisites

  • Install the latest version of Mac OS X (Yosemite). This includes Ruby v2 by default. (this may work on older versions, but I have not tested.)
  • Open Terminal and run sudo gem install bundler
  • Install homebrew
  • brew install pkgconfig
  • brew install imagemagick

Steps

Open Terminal and run the following commands:

  1. git clone https://github.com/donnierayjones/dayone-html.git
  2. cd dayone-html
  3. sudo bundle install
  4. bundle exec ruby dayone.html.rb

Now visit localhost:4567 to see your journal in HTML!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published