If you want to use the existing toc macros then you will need to modify the list field of your root (top) tiddler. Here's an example that rearranges the default listing for HelloThere on tiddlywiki.com, :-) putting Examples first, and Discover TiddlyWiki last.
<$button> <$action-listops $tiddler=HelloThere $field="list" $filter="Examples [tag[HelloThere]![Examples]![Discover TiddlyWiki]sort[]] [[Discover TiddlyWiki]]"/> Populate 'myfield' </$button> For your situation, you will need some way to discriminate sorted tiddlers from non- sorted tiddlers. Then you can use a filter in your button like Tiddler1 Tiddler2 Tiddler3 [tag[sorted]sort[title]] Tiddler200 --Mark On Sunday, April 22, 2018 at 9:32:03 AM UTC-7, Fadel M wrote: > > Hi, > > From what I understand, the default sort for the table of contents is by > the *created* field. The *list* field overrides the sort by putting the > listed tiddler titles on top in listed order. > > What I'd like to achieve is to sort the contents by title, but keep the > ability of the *list* field to prioritize some of the tiddlers. I'm not > sure how to do this, since I'm not very familiar with the inner workings. > > The way I imagine it is by populating the *list *field as below > list: Tiddler1 Tiddler2 Tiddler3 sort[title] Tiddler200 Tiddler300 > > But of course, this doesn't work. Could anyone point me in the right > direction? > -- 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/3eab1f4d-5c45-4af7-a2de-5f7f8ad2c208%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

