Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bastian-Kuhn/DayOne2Html
Script to Convert DayOne Json into HTML
https://github.com/Bastian-Kuhn/DayOne2Html
Last synced: about 2 months ago
JSON representation
Script to Convert DayOne Json into HTML
- Host: GitHub
- URL: https://github.com/Bastian-Kuhn/DayOne2Html
- Owner: Bastian-Kuhn
- Created: 2020-06-05T19:22:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T14:06:37.000Z (over 4 years ago)
- Last Synced: 2024-08-08T00:43:59.661Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Bastian-Kuhn/DayOne2Html - Script to Convert DayOne Json into HTML (Python)
README
# Convert Dayone JSON to HTML
Features: Images are embedded as Base64
I build this script to convert my Dayone Journal into DEVONthink 3.
Since this is my first day with DEVONthink, I don't know if there is a better way then HTML.## Usage
* (May create and use virtual env)
* pip install -r requirements.txt
* Extract DayOne Export
* ./converter.py Name.json
* Find html files in ./outImprovements are welcome :)