Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donnierayjones/dayone-jpeg-metadata
Export DayOne journal entries into jpegs with metadata
https://github.com/donnierayjones/dayone-jpeg-metadata
Last synced: 2 months ago
JSON representation
Export DayOne journal entries into jpegs with metadata
- Host: GitHub
- URL: https://github.com/donnierayjones/dayone-jpeg-metadata
- Owner: donnierayjones
- License: mit
- Created: 2016-01-16T22:58:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T17:34:38.000Z (about 9 years ago)
- Last Synced: 2024-08-08T00:44:20.227Z (6 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- project-awesome - donnierayjones/dayone-jpeg-metadata - Export DayOne journal entries into jpegs with metadata (Ruby)
README
## About
I created this tool that will export your DayOne journal entries
into individual jpeg files with the entry text as the caption
metadata of the jpegs.I use this export to build a photo book in Lightroom (using the
Book Module). Unfortunately there doesn't seem to be a way to
maintain formatting of the entries (newlines, boldness, etc) so
you'll have to manually go into each entry on Lightroom and fix
the formats.## Installation
1. Clone this repo
2. `gem install bundler` (if you don't already have it)
3. `bundle install`## Usage Examples
* `rake` (export the last 30 days)
* `rake from=2014-01-01 to=2014-12-31` (export 2014)
* `rake include='Tag1,Tag2' exclude='Tag3'``from`, `to`, `include`, and `exclude` can all be used together.