On Mar 10, 6:05 pm, Måns <[email protected]> wrote:
1> <<list filter "[tag[SomeSubject]]" template:SomeSubject##template>>/
%
2> !template
3> <<view title link>>
4> <<tagging exclude:Student>>
5> <<tagging exclude:Teacher>>
6> ! %/
hmm, I can see, why this can be usefull, I'm a bit worried about, what
needs to be done in the background:

Line 1, needs to load every tiddler in the TW and have a look if it is
tagged "SomeSubject".
It calls the template for every tiddler found.

line 3 is fast

line 4 would need to load every tiddler again, and build a tagging
list, excluding "Student"
line 5 touches every tiddler, building the list ....

I don't know, how many tiddlers you have, but I think this may be
slow, if you have many tiddlers and "SomeSubject" matches several
tiddlers. Even if SomeSubject is 1 you'll need to touch every tiddler
3 times.

So how many tiddlers will be there
and what will be the number of SomeSubject?
-m

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

Reply via email to