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.
- 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
Open Terminal and run the following commands:
git clone https://github.com/donnierayjones/dayone-html.git
cd dayone-html
sudo bundle install
bundle exec ruby dayone.html.rb
Now visit localhost:4567 to see your journal in HTML!