On Saturday, February 18, 2017 at 2:24:42 PM UTC-8, [email protected] wrote: > > How do I exclude tiddlers from the ordering? > <$list variable=NextTiddler filter='[tag<CurrentTag>sort[order] > -priority[-1] +after<currentTiddler>]'> > doesn't work. > Try this: <$list variable=NextTiddler filter='[tag<CurrentTag>sort[order]after <currentTiddler>] -[priority[-1]]'>
or this: <$list variable=NextTiddler filter='[tag<CurrentTag>sort[order]after <currentTiddler>!priority[-1]]'> Let me know how it goes... enjoy, -e Eric Shulman TiddlyTools: Small Tools for Big Ideas! (tm) InsideTiddlyWiki: The Missing Manuals -- 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/05d14c8a-e853-4c5c-bfd4-69b74d77b5cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

