Re: [tw] [TW5] I don't yet understand this list and filter stuff…

2013-11-21 Thread Jeremy Ruston
<$list filter="[tag[Autogen]tags[]] -Autogen +[sort[title]]"> > ! <$view field="title"/> >> > > So the "tags[]" function(?) makes all the tags become (virtual) tiddlers? > So the tag's value is now the title? > [tags[]] is a "filter operator". The bit inside the inner square brackets is called th

Re: [tw] [TW5] I don't yet understand this list and filter stuff…

2013-11-20 Thread Stephan Hradek
Thanks! After fixing the typo, it works! Let me try to understand <$list filter="[tag[Autogen]tags[]] -Autogen +[sort[title]]"> > ! <$view field="title"/> > So the "tags[]" function(?) makes all the tags become (virtual) tiddlers? So the tag's value is now the title? <$list filter="[is[curren

Re: [tw] [TW5] I don't yet understand this list and filter stuff…

2013-11-20 Thread Jeremy Ruston
Hi Stephan I think this is what you need: <$list filter="[tag[Autogen]tags[]] -Autogen +[sort[title]]"> ! <$view field="title"/> <$list filter="[is[current]tagging]] +[tag[Autogen]] +[sort[title]]"> <$link><$view field="title"/> I'll walk through it and explain what's going on: * The first fi

[tw] [TW5] I don't yet understand this list and filter stuff…

2013-11-20 Thread Stephan Hradek
Maybe you read before about my 136 tiddlers I created from some Excel Input. So now I have 136 tiddlers having the tag "Autogen" (tag names are fictious). All tiddlers have an additional tag, one of 16 possibilities. Let's name them Tag-A, Tag-B, Tag-C…Tag-P Now what I'd like to generate is som