Thanks Wolfgang,

although I did not use your tip exactly as proposed, it pointed me
into the right direction:
I simply used [tag[current]] in DefaultTiddlers
the list filter command would give me a list with just one bulleted
element that would look strange.
Thanks so much for your help

Ralf

On Jun 19, 5:31 am, wolfgang <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to