On Monday, March 16, 2020 at 11:12:19 AM UTC-7, Zu wrote:
>
> If I want to display all the tiddlers with certain tags upon opening the 
> tiddlywiki 
> I set [tag[HelloThere]] in default tiddlers as indicated here 
> <https://tiddlywiki.com/static/Configuring%2520startup%2520tiddlers.html>.
>
> But tiddler order seems to be random. Can I somehow force it to be in 
> reverse chronological order? I.E. most recent post (by creation) to be the 
> first and so on ..?
>

The contents of DefaultTiddlers uses filter syntax, which allows for more 
than one filter operator to be applied.

To get the results you want, add a sort[] operator to your filter 
expression, like this:

[[tag[HelloThere]!sort[modified]]

The parameter of the sort operator (i.e., modified) indicates the field to 
sort by (the default is the title field).
Preceding the sort operator by "!" uses *descending* order (the default is 
ascending order).

enjoy,
-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/90313777-8913-4d6d-826d-dca9a051e227%40googlegroups.com.

Reply via email to