G'day

I want to create a list of tiddlers ordered by the date the tiddler
was last opened.

It will be like a breadcrumb trail (though I want to use it as a tool
for maintaining/culling old tiddlers that I rarely visit).

I can use the For Each Tiddler functionality to create the list
ordered by date 'created' or 'modified' e.g.

<<forEachTiddler
where
'tiddler.created'
sortBy 'tiddler.created'
descending
>>

I have examined all the examples on the FET site without finding one
that satisfies my particular need.

So my question:  What can i substitute for 'tiddler.created' in the
above piece of code to give me the tiddlers ordered by when they were
last opened?

And a supplamentary question, how could I have discovered this answer
for myself?

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to