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" /> - <$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/93da3955-f918-4852-88f3-75b21808ab6b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

