Suzanne, Of course you could create a new tag and sort that with drag and drop on the tag pill. I am curious there are no carefully placed spaces which I do not see in the published example.
Here is mine for testing on tiddlywiki.com *<$list filter="[title[SampleModal]]"></$list><$list filter="[!is[system]sort[title]]"></$list><$list filter="[tags[]!is[system]sort[title]]"></$list>* Is my first response, however the same tiddler will sometimes appear in the two lists. In your compound filter although you name a tiddler then have two multi tiddler filters the whole set of tiddlers is also reduced to eliminate duplicates within. I think that is removing you first selected tiddler from appearing twice. With 5.1.20 and the new mathematics operators there is the new retail duplicate method "=" <$list filter="=[title[SampleModal]] =[!is[system]sort[title]] =[tags[]!is[system]sort[title]]"> </$list> Which seems to work but it is hard to tell the difference between tiddler and tags I used this to see more, but there are two many tiddlers on tiddlywiki.com that are captured in your filters <$list filter="[title[SampleModal]]"> </$list> ;Tiddlers <$list filter="[!is[system]sort[title]]"> </$list> ;Tags <$list filter="[tags[]!is[system]sort[title]]"> </$list> Anyway perhaps this can lead to your answer, Please post back Regards Tony On Wednesday, October 2, 2019 at 2:25:11 PM UTC+10, Suzanne McHale wrote: > > I have tried this filter for one of my Tiddlywikis: *[title[Program > tips]][!is[system]sort[title]][tags[]!is[system]sort[title]]*. "Program > tips" is the home/index page and I want it to appear at the top of the > static HTML page export, followed by all other pages > (alphabetically-sorted) then tags pages. However, "Program tips" only > appears in the alphabetically-sorted list of pages in the second > expression, and I can't think of the right syntax to force it to appear > first. (I have also tried *[name[Home]]* which I put in one of the fields > of "Program tips", but this did not work either.) > > Oddly, if I write the filter as *[!is[system]sort[title]][title[Program > tips]][tags[]!is[system]sort[title]]*, "Program tips" will then appear > after the alphabetically-sorted page titles. There seems to be something in > the *[!is[system]sort[title]]* filter that overrrides other commands. > Hope that all makes sense! What am I doing wrong? > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/aed8fe4a-7b74-4320-9060-4db508bdf472%40googlegroups.com.

