d1conv 2023-10-31
Add alternative parsers and markdown test output directory
20 files · 2,613+ · 88-

Parser iteration and experimental variants

3 files changed
  • parse.py Significant expansion of main parser with improved content handling and JSON traversal
  • oldone.py Experimental alternative parser approach preserved for reference
  • nice-start.py Another parser variant exploring different conversion strategies
  • Expanded parse.py with improved content line processing and JSON structure traversal for Day One exports decouple behavioral
    1 file
    • parse.py
  • Created experimental parser variants to explore different conversion approaches before settling on the modular design instantiate internal
    2 files
    • oldone.py
    • nice-start.py

Test output infrastructure

1 file changed
  • out.md Sample rendered Markdown output for visual quality inspection
  • Added md-test directory with rendered output samples for comparing conversion results against expected Markdown qualify internal
    1 file
    • out.md