Thank you Jed, that goes part of the way but it doesn't really do what I 
want. 

What I am trying to do is use TW5 for program design. As a result I have a 
tiddler for each Actor, Data Structure, Use Case etc. I am then collecting 
them together in summary tiddlers. I use tags (Actor, Data Structure, Use 
Case, etc.) to mark the various design compoents. The summary tiddlers are 
just automated lists of tiddlers that have a specific design component tag. 
That is all easily achievable under basic TW5.

I want to extend it so that I can tag the design component tiddlers with a 
progress tag, e.g. First Pass, Second Pass, Final, FIXME etc. This is the 
reason for my question.

Your suggestion only seems to go part of the way. If I use:

<$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. 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.

Plus when I search on a keyword $list for instance I get nothing useful, so 
I am struggling.


On Saturday, January 16, 2016 at 10:25:06 AM UTC, Jed Carty wrote:
>
> It sounds like you want templates. If you use a list like this:
>
> <$list filter='[tag[Hi]]'>
> *<$view field=title/> - <$list filter='[is[current]tags[]]'/>
>
> </$list>
>
> then each tiddler returned by the first filter will be displayed using 
> what is inside the list tags.
>
> I am (slowly) writing some introduction materials about this on my site 
> here <http://inmysocks.tiddlyspot.com/#Lists%20in%20WikiText>.
>
> Here are some reference sites:
>
> http://erwanm.github.io/tw-community-search/# - The tiddlywiki community 
> search. It is a large searchable listing of existing tiddlywiki reference 
> sites
>
> http://inmysocks.tiddlyspot.com/#What%20to%20do - The wiki reference 
> wiki, the site I maintain
>
> https://tobibeer.github.io/tb5/#Welcome - tb5, the reference wiki 
> maintained by Tobias
>

-- 
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/7c9f90de-e411-483d-8ad9-8b5fbac72031%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to