Summary: I'd like to sort my tids by size and am wondering if anyone has a solution for this?
Longer:
I'm in the process of converting my main TWC with thousands of tiddlers into TW5, and it struck me as a good opportunity for cleaning.
To make the most out of this, I'd like to sort my tids by size. The ideal would be to know the byte size per full tiddler, but I guess character count per tiddlers text-field is pretty close.
Any ideas?
------------------------------------------
Note: I found Thomas Elmigers
EditorCounter with which I can get a count:title listing...
<$list filter="[tag[Foo]]">
<$editor-counter tiddler={{!!title}} field=text /> {{!!title}}<br>
</$list>
Now how to use that count for sorting is really another problem, so I'm posting a question for that separately. But I still wanted to mention Thomas' plugin in case someone has an idea how to use it for my problem.
Thank you.
<:-)