Do you mean a diary that has one page for the same calendar day over a
period of years?  Someone else may have already built one (I certainly
don't know everything!), but the concept can be emulated easily with
any TiddlyWiki file without needing any plugins, with a little work.
Just record each day's diary with a date titled tiddler (like
'2009-08-23', in any date format you like).  Then make a tiddler like
this:
title: 08-23
text: ''2009'' <<tiddler name 2009-08-23>>
----
 ''2010'' <<tiddler name 2010-08-23>>
---
 ''2011'' <<tiddler name 2011-08-23>>
----
 ''2012'' <<tiddler name 2012-08-23>>
----
 ''2013'' <<tiddler name 2013-08-23>>
tags: anything you like

In the example above, when you open tiddler 08-23, the year will
display in bold (I surrounded the date in format markup), a space, and
the text of the entry for that year, followed by a line across the
screen.  Then, the next year will be listed, another line, and so on.
To see other dates the same way, just copy the 08-23 tiddler for
whatever dates you want.  As you get more sophisticated, you may want
to examine the forEachTiddlerPlugin and the ability to write
routines.  But the idea above is directly usable as is.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to