> Since this code shows the length of a tiddler: > > "tiddler.text.length", > > is it possible to put it in ViewTemplate or EditTemplate to show the > length of every tiddler?
You can use http://www.TiddlyTools.com/#WikifyPlugin to generate wiki-formatted output from internal/computed values. For your purposes: <span macro="wikify %0 {{tiddler.text.length}}"></span> 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.

