Hi Mario > You know TW. Allmost everything is possible :) Had a short look a the > source. There is no additonal filtering code. So _no_ by default . Do you > want it to respect it "excludeLists" or something else?
What I'd like to do is something like this in a tiddler called SomeTiddler: <<list filter "[tag[SomeTag]]" template:SomeTiddler##template>>/% !template <<view title link>><<tagging exclude:AnotherTag>> ! %/ This way I would be able to exclude some tiddlers from the list of tiddlers tagged with the titles of tiddlers tagged with SomeTag... Ha ha - somehow this came out sounding a little far out .... Point is that I have class tiddlers tagged with subject and each student are tagged with the class tiddlers title. Teachers are also tagged with the title of a class, however I only want students to appear on the list... On the other hand it would be nice to get the teachers tiddler title to appear at the top... If <<tagging exclude:Student>> would work, then I could put it in the template like this: <<list filter "[tag[SomeSubject]]" template:SomeSubject##template>>/% !template <<view title link>> <<tagging exclude:Student>> <<tagging exclude:Teacher>> ! %/ That would be pretty cool :-) Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

