Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohrie/convert-dayone2latex
📓 Converts a DayOne Journal v1 to LaTeX book.
https://github.com/ohrie/convert-dayone2latex
dayone latex pandoc python2
Last synced: about 2 months ago
JSON representation
📓 Converts a DayOne Journal v1 to LaTeX book.
- Host: GitHub
- URL: https://github.com/ohrie/convert-dayone2latex
- Owner: ohrie
- License: mit
- Created: 2017-12-20T18:19:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T21:28:18.000Z (almost 3 years ago)
- Last Synced: 2024-08-08T00:44:07.499Z (5 months ago)
- Topics: dayone, latex, pandoc, python2
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - ohrie/convert-dayone2latex - 📓 Converts a DayOne Journal v1 to LaTeX book. (Python)
README
# README
This scripts converts a DayOne v1 Diary from this .doentry (plist) to a pdf.
First it creates more readable Markdown files, then LaTeX. Then a pdf of the specified files will be created. It creates a book.## How to Use
1. setup folders / adjust folder paths
1. run `python convert_dayone2md.py`
2. run `python create_journal_latex.py`# Ideas
## DayOne File Structure
How to find Images-> Images are in the "photos" directory and have the identical UUID as the text files.
First Line is mostly none heading. Need to added a markdown heading.