I just mean that it uses the basic javascript sort mechanism. It is possible to make something that will both sort alphabetically and keep numbers in the correct order for names like 'task 1', 'task 2' etc., but we don't have that. This causes some confusion every so often. nsort will sort numbers correctly and if there are items that don't start with numbers they will be added to the end and sorted alphabetically. But it would still put things in the order 'task 1' 'task 15' 'task 2'.
What you should probably do is give your tiddler a field called something like 'order' and then instead of "sort[title]" put "nsort[order]", then in each tiddler you set the order field to the position in the table of contents you want to give that tiddler. -- 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/f676581d-dea4-4f9f-a267-73d6037b5333%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

