I've been using Eric's getTagCount  from this thread. It works great.

https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/gettagcount/tiddlywiki/q4rudN6LtHs/CC5msNXlY6UJ

Keith Buckner


On Fri, Sep 27, 2013 at 4:27 PM, steve <[email protected]> wrote:

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

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