I can see how we can do all of that other than the zero padding in just 
wikitext, but without the zero padding the sort will break because it would 
be an alphanumeric sort. Perhaps we need to make a padding filter, it 
shouldn't be too difficult to implement and I think it has come up before.

For anyone who doesn't know the details of the sorting, the problem is that 
there are two types of sorting done in tiddlywiki, it can be numeric, where 
things are ordered according to numeric values and 10 comes after 2 because 
the number 10 is greater than 2. The other sort is an alphanumeric sort 
where 10 comes before 2 because the first character in 10 comes before the 
first character in 2 when sorted in the order that the characters are 
sorted in the character encoding used. If you have something that has both 
numbers and letters in it than it can not be sorted using the numeric 
method using built-in functions.

-- 
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/b6c81ff4-b384-4175-bde7-93ee54f9b38f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to