[tw] Re: [TW5] ListWidget values to lower level filters

2014-08-27 Thread kccnospam
That looks like what I want. Thank you. Kevin On Friday, August 22, 2014 6:10:19 PM UTC-4, HowardM wrote: Hi Kevin The following code works if placed in a tiddler with a list field containing the tags. ul$list filter =[list[]] variable=mytaglimytag/liul$list

[tw] Re: [TW5] ListWidget values to lower level filters

2014-08-22 Thread PMario
Hi Kevin, See if http://tiddlywiki.com/#TableOfContentsMacro will help you? -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Re: [TW5] ListWidget values to lower level filters

2014-08-22 Thread kccnospam
Mario: That is the behavior I'm looking for but I'm looking for more control over what is displayed. In my case, I'd like to exclude tiddlers that contain other tags and display fields in the output as well. Having said that, the code of the toc macros is a good example to look at. I think

[tw] Re: [TW5] ListWidget values to lower level filters

2014-08-22 Thread HowardM
Hi Kevin The following code works if placed in a tiddler with a list field containing the tags. ul$list filter =[list[]] variable=mytaglimytag/liul$list filter=[all[tiddlers]tagmytag]li{{!!title}}/li/$list/ul/$list/ul The result is a list of tags and, for each tag, a list of the tiddlers

[tw] Re: [TW5] ListWidget values to lower level filters

2014-08-21 Thread kccnospam
I meant to add that it looks like the variable parameter of the ListWidget would help, but I couldn't find any examples of how to utilize it. Thanks, Kevin -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop