Wouldn't that completely remove it? The behavior I'm trying to get is for 
it to skip over tiddlers with priority[-1] and go to the next tiddler in 
order, not omit it completely.

On Saturday, February 18, 2017 at 5:44:12 PM UTC-5, Eric Shulman wrote:
>
> 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/75b0e3fe-6166-46e9-9cf0-65cd536f523e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to