I know how to count the length of 'tiddler.text'. fET supplied a way
to do this:
<<forEachTiddler
sortBy
'tiddler.text.length'
write
'"* [["+tiddler.title+"]] ("+tiddler.text.length+")\n"' >>
But I'd like to count the length of a field, something like
"tiddler.myfield.length"... Is ti possible?
Thank for any help.
Cheers,
octw
--
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.