Thank you for your prompt response Eric!! I think I tried something similar and didn't work, It seems I was missing "!" Anyway it works as intended now :))
On Monday, March 16, 2020 at 10:39:36 PM UTC+4, Eric Shulman wrote: > > 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[created]] > > The parameter of the sort operator (i.e., created) 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/a1b7e913-c185-493c-842d-074a0f5c79ba%40googlegroups.com.

