Hello

I'm needing a way to compute the number of tiddlers that have a given tag 
and I'm presently using fet as follows:

{{{
<<forEachTiddler
 where
    'tiddler.tags.containsAny("$1".readBracketedList())'
 write
        '""'
        end 'count'
        none '""'
>>
}}}

Although this approach works it seems to have slowed down my wiki. Is there 
a better (ie faster) way to get the number of tiddlers for a given tag?

Steve Wharton

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to