Hello all,
I have a tiddlywiki document full of tiddlers with titles of the format "§1.1 Title of first section", "§1.2 Title of second section", "§1.3 Title of third section"... etc.
None of the sorting operators handles sorting of these once you get up to §1.10 because it will sort it before §1.2 and things start to get jumbled.
So I resort to adding a separate "order" field to each tiddler and manually put in a number after the "." and before the first space and nsort that to control the sort properly in filters and tables of contents.
Is there some sort of string parsing functionality built-in to TiddlyWiki so that I can split out the number that I need and feed it to sort[] automatically? Is there a better way than what I am currently doing?
Thanks,
/Mike