> I want to make a link in MainMenu for today's "journal" tiddler (i.e. > I make some reminders for particular day and, when this day starts, I > can see all this reminder by clicking on something like "Today" in > MainMenu).
That can be done with the help of the reminder plugin (already part of d3) Just create a tiddler, let's say 'Today', and add the following line to that tiddler: <<showReminders leadtime:0 tag:"!done " format:"DIFF: @@color:red;TITLE@@ [ TIDDLER ]">> This will display all reminders which have not the 'done' tag with the title in red and the tiddler name as link behind it. You call also look at the 'Reminders' tiddler of d3 for more examples. Then add a link to [Today] to GTDMenu /HeX --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/GTD-TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
