<<toc-tabbed-internal-nav 'CodingGuideline' "sort[title]">> How do i get it in the right oder
I saw there is something called sort[title] but i dont manage to get it to work
any help would be appreciated
thank you
I don't see anything that would be wrong with what you have. The sorting is pretty primitive though. Are your tiddlers actually called 'Topic number n'? Using 'sort' gives an alphabetical sort and will put numbers in the wrong order, like 1 10 11 12 2 20 21 3 4 5 and so on, so that may be your problem. Otherwise I am not sure.
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.
by but i guess i have to open a new topic
How to list a tiddler that contains several words in the title?