I’m trying to tidy up what’s shown on my wiki. I currently show the created and modified dates in the subtitle tiddler. What I’d like to do is show the created date, but then only show the modified date if it’s some number of days later than created.
The idea is that showing the same date twice is unnecessary, so I’d like to only show the modified date if it’s later than the created date. In fact, since I often tweak or add to a tiddler for a few days after creating it, I’d like to only show modified if it’s “enough” later for the modification to have been meaningful.
That “meaningful” bit is also tricky. Sometimes I’ll fix a typo in something months later. In this case I’d also not want to display the modified date. Perhaps we should ignore that for now
How would you approach the conditional “only display modified if it’s more than 10 days later than created date” in a template/subtitle? I’ll address the “meaningful change” issue later if needed.