I have this word counter plugin here:
merge(config.macros,{
wordCount: {
handler:
function(place,macroName,params,wikifier,paramString,tiddler) {
createTiddlyText(place,tiddler&&tiddler.text?tiddler.text.match(/\w+/g).length:"0");
}
}
});
And I would like to make it compatible with TiddlyWiki 5. I'm fine if it
needs a few extra steps, as long as it works.
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/6196a6db-2aec-4384-9d3b-1d01d22b76e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.