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.css Day One app CSS stylesheet added for reference when generating styled output (611 lines)
  • Journal-content.json Extracted content array from Day One JSON for focused content parsing
  • Journal.json Updated Journal JSON test fixture with expanded entry data
  • Journal.txt Plain 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.py Previous parser version preserved before further refactoring
  • .gitignore Comprehensive gitignore overhaul covering Python, macOS, Hugo, Vim, Sublime Text
  • parse.py Continued parser iteration on content handling
  • Preserved previous parser version as old-parse.py and overhauled gitignore to properly exclude generated artifacts and editor files decouple internal
    2 files
    • old-parse.py
    • .gitignore