Hi:

I am putting together a tiddler for curating my tiddlywiki by listing the n 
"oldest" tiddlers.
So far I have been able to use a list fillter to list the 10 tiddlers with 
the oldest created date, i.e.,

!!! 10 Oldest ''created'' 
<<myList_with-dates filter:"[has[created]sort[created]limit[10]]">> 

and also for the 10 oldest modified date, i.e., 

!!! 10 Oldest ''modified'' 
<<myList_with-dates filter: "[has[modified]sort[modified]limit[10]]">> 


I also would like to list the n tiddlers that I have not looked at 
recently. Is there a way to do something like list the 10 tiddlers with the 
oldest "lastOpened" date, i.e.,

!!! 10 Oldest ''modified'' 
<<myList_with-dates filter: "[has[lastOpened]sort[lastOpened]limit[10]]">> 


Steve Wharton

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to