Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartlco/DayOneToMarkdownFiles
Create markdown files out of DayOne Json export
https://github.com/hartlco/DayOneToMarkdownFiles
Last synced: 17 days ago
JSON representation
Create markdown files out of DayOne Json export
- Host: GitHub
- URL: https://github.com/hartlco/DayOneToMarkdownFiles
- Owner: hartlco
- Created: 2016-05-01T05:43:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T10:20:45.000Z (about 7 years ago)
- Last Synced: 2024-08-07T00:28:41.879Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - hartlco/DayOneToMarkdownFiles - Create markdown files out of DayOne Json export (Swift)
README
# DayOneToMarkdownFiles
It's possible to export all your DayOne entries into a zip file containing a json file with all your entries and a folder `photos` with all your photos.
This quick and dirty command line tool works on the extracted folder to rename the images into something reasonable and creates markdown file for every entry in the json file.
## Usage
- the exported DayOne zip file needs to be extracted
- make the main.swift file runnable: `chmod +x main.swift`
- run the script with the DayOne folder as the first command line argument: `./main.swift ~/Desktop/DayOne/`
- Look at all the created markdown files in the DayOne folder