Hi All -- new TW5 user here.  Really love the product so far.  

I've run into a behavior that might be a bug, or (more likely) me just not 
understanding the syntax.  I'm trying to display a list of tiddlers by date 
created (not just modified).  And it seems to me that the negation operator 
in my subfilter is not acting upon my sort criteria.  

I thought the code below would produce different ordered lists, but it does 
not.   

!! List tiddlers by creation (not modification) date:

!!! Show oldest on top, newest on bottom?

<<timeline dateField:"created" 
    subfilter:"sort[created]"
    format:"ddd 0DD MMM YYYY">>

---

!!! Show newest on top, oldest on bottom?

<<timeline dateField:"created" 
    subfilter:"!sort[created]"
    format:"ddd 0DD MMM YYYY">>


This is with a freshly downloaded "empty" TW5 instance.

My preference is to do this in "vanilla" TW5, because (1) I want to make 
sure I actually understand the syntax, and (2) I'm not sure which plug-in 
"pet" I want to adopt yet (I want to take them ALL home, but I know that's 
not wise).

-- Daniel

-- 
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/0b2ea7fe-8471-460d-8364-ed4ef98c1c57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to