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/ee15afaa-e1e1-4407-9de8-045b18cd93af%40googlegroups.com.

