As you found out, the TW core can't handle tiddler names like: 1, 10, 2, 3, 100. Because it does sort be the character value and not the number.
It will <<list filter [tag[mytag]]>> like this: 1 10 100 2 3 I did create several plugins [1] that extend the <<list>> macro. So you can nicely sort stuff like 2.1 text 2.1.3 text 2.1.10 2.2.3 2.2.20 2.100 2.11111 4 some text 9 1000 It automatically handles up to 4 "sections" eg: 1.2.3.4 or 1-2-3-4 or 1 2.3-4, The default delimiter is '.' (dot) Every section can have a different length .... (see the documentation) [1] http://apm-plugins.tiddlyspot.com/#NumberedTextListPlugin Be aware, that XCaseListPlugin<http://apm-plugins.tiddlyspot.com/#XCaseListPlugin>has to be installed too. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/rwONnw2rKacJ. 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.

