Chronicle code
I have some re-coding to do. Chronicle currently treats each entry as a separate entity, I want them grouped by day, with only one date header, and sub headings for each entry title. Not sure how to do it right now, it's in the publish method. Need to group the entries as they come out of the database, which means redoing the for
loop and shoving a big if
block in there.
Technically, I don't need to worry about publishing until after I've finished the last dialog for the 0.3 release, but if I leave it, how much harder will I be making it later? Technically, v0.3 doesn't need to publish at all, but it does create HTML files of the right size and formatted right, it just doesn't upload them.