d1conv
2023-11-04
Add Day One CSS reference, Journal content extraction, and gitignore overhaul
11 files · 1,404+ · 119-
Day One CSS reference and content extraction
4 files changed
day-one.cssDay One app CSS stylesheet added for reference when generating styled output (611 lines)Journal-content.jsonExtracted content array from Day One JSON for focused content parsingJournal.jsonUpdated Journal JSON test fixture with expanded entry dataJournal.txtPlain text version of journal entry for comparison
- Added Day One CSS stylesheet as reference material for understanding the original journal rendering and content structure
instantiate
internal
1 file
day-one.css
- Introduced Journal-content.json extraction pattern separating the content array from the full Day One export for focused testing
decouple
internal
1 file
Journal-content.json
Parser preservation and gitignore cleanup
3 files changed
old-parse.pyPrevious parser version preserved before further refactoring.gitignoreComprehensive gitignore overhaul covering Python, macOS, Hugo, Vim, Sublime Textparse.pyContinued parser iteration on content handling