https://github.com/elkrause/convert_dayone_json_2_markdown_files
simple Python script to convert DayOne exported JSON file with photos in separate markdown files and photo files in subfolders
https://github.com/elkrause/convert_dayone_json_2_markdown_files
dayone json markdown
Last synced: 5 months ago
JSON representation
simple Python script to convert DayOne exported JSON file with photos in separate markdown files and photo files in subfolders
- Host: GitHub
- URL: https://github.com/elkrause/convert_dayone_json_2_markdown_files
- Owner: elkrause
- License: mit
- Created: 2020-03-22T08:36:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T10:55:22.000Z (about 5 years ago)
- Last Synced: 2024-08-08T00:44:08.132Z (8 months ago)
- Topics: dayone, json, markdown
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - elkrause/convert_dayone_json_2_markdown_files - simple Python script to convert DayOne exported JSON file with photos in separate markdown files and photo files in subfolders (Python)
README
# convert_dayone_json_2_markdown_files
This is simple Python script to convert [DayOne](https://dayoneapp.com/) exported JSON file with photos in separate markdown files and photo files in subfolders.I had the real need to move away from DayOne to markdown files, because I prefer now the flexilitiy of plain text files. I used the oportunity to learn a bit Python and to work with GitHub. After I spent one day programming I found this script which looks much more Python style: [day2md](https://github.com/tuxedocat/dayone2md)
Please feel free critize my programming style and point me to improvements.
## Installation
- download the script and load it into your preferred Python IDE.
- adapt the initial variables
- run the script