Hi Ralf, you could simply use the following as your 'CurrentWeek' menu:
<<list filter [tag[current]]>> or even more practical, the core <<timeline>> macro: http://tiddlywiki.org/wiki/Timeline_%28macro%29 Usage <<timeline [date] [length] [format]>> The three macro parameters are: 1. date to sort by ("modified" by default; could also be "created") 2. maximum length (amount of tiddlers to show; all by default) 3. date format Example The following code shows all tiddlers, sorted by their modified date, and using a custom date format: <<timeline "modified" "0" "ddd, YYYY-0MM-0DD">> Regards.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "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/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

