> I want to show the number of tiddlers tagged by a certain tag.
> I know the codes should be  store.getTaggedTiddler("tagA");
> But how to show it in a tiddler?

Using
   http://www.TiddlyTools.com/#InlineJavascriptPlugin
you can write:
   <script>
      return store.getTaggedTiddlers("tagA").length;
   </script>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

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