Adding ! before the name of a filter operator will reverse the operator. 
What this means is different is some situations but for sorting it reverses 
the order of the output.

To sort the tiddlers add sort[] to the list. Just sort[] will sort by 
title, sort[created] will sort chronologically by creation date and 
!sort[created] will sort in reverse chronological order. So to list the 
output in reverse chronological order the filter from my example would 
become [tag[Wiki Examples]!sort[created]] 
To get {{!!title}} to render as a link you need to use the link widget 
because of how tiddlywiki renders things. Like this: 
<$link>{{!!title}}</$link>
If that gives you anything strange you can also use <$link 
to=<<currentTiddler>>><$view field='title'/></$link>

And it looks like ParisWiki got your last question.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac8ba9bf-dd3b-45b5-866f-33156012b0b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to