Thank you for your suggestion Eric, it moves things forward a little, but still does not achieve what I want. What I get now is:
- tag - </$list> - Use Case - </$list> As you can see initial text is a link, but it links to tiddlers that do not exist. The progess tags are not displayed. On Saturday, January 16, 2016 at 9:12:57 PM UTC, Eric Shulman wrote: > > On Saturday, January 16, 2016 at 12:52:56 PM UTC-8, Richard Evans wrote: >> >> >> <$list filter='[tag[Hi]]'> >> *<$view field=title/> - <$list filter='[is[current]tags[]]'/> >> </$list> >> >> I get: >> * UseCase1 - >> * UseCase2 - UseCase2 >> * UseCase3 - >> * UseCase4 - UseCase4 >> >> The UseCase names are ordinary text not links as they were before, and >> instead of the progress tag name I get a link to the tiddler. >> > > Try this: > <$list filter="..."> > * <$link><$view field="title" /></$link> - <$view field="tags" /> > </$list> > > > I've tried playing around with the code, but none of my attempts have >> succeeded. I am sorry to come back on this. I can work out the logic of >> most computer languages, but the logic behind TW5 code defeats me. >> > > There are some curious anomalies in the TW5 native syntax... for example, > you can write recursive macros that "walk" a tag-linked Table of > Contents... but you need a plugin to just add two numbers and store the > result in a tiddler field. Still... it is a remarkably powerful and > flexible syntax... once you get over the learning curve. > > Plus when I search on a keyword $list for instance I get nothing useful, >> so I am struggling. >> > > Search for "ListWidget" on tiddlywiki.com > > Also, these are good reference links to keep handy: > http://tiddlywiki.com/#Macros > http://tiddlywiki.com/#Widgets > http://tiddlywiki.com/#Filters > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios > Inside TiddlyWiki: The Missing Manuals > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a77d8238-71cf-4eed-9dcb-6ead7e3aa64d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

