> Can anyone suggest an easy way of displaying the total numbers of
> Tiddlers included in 'my' TiddlyWiki ? I have been using TW for three
> weeks now and have added loads of Tiddles but when asked just how
> many.... I don't know !
Try this:
First, create a tiddler called [[ShowTiddlerCount]], containing:
/%
!show
$1
!end
%/<<tiddler [[ShowTiddlerCount##show]]
with: {{store.getTiddlers().length}}>>
Then, whenever you want to display the number of tiddlers, you can
embed something like this into any tiddler content you choose:
There are <<tiddler ShowTiddlerCount>> tiddlers in this document.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---