On Saturday, April 2, 2016 at 10:18:27 PM UTC-7, Dave wrote: > > *[tag[slide]][tag[aside]][sort[order]] > lists a whack load of tiddlers (including those without the tags "slide" > or "aside") but it does put the ones with the field "order" in the right > order. > *this would work if I could get rid of all the extraneous tiddlers >
Try this: [tag[slide]] [tag[aside]] +[sort[order]] The "+" prefix on the last filter run is important. This limits the initial set for the sort filter to just those that are already in the list. -e -- 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/56467a32-352e-4101-971f-52969507431c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

