Hello, I am keeping a diary where (almost) each tiddler has a field journal-date YYYYMMDD using TiddlyWiki5. These tiddlers have one or more tags, say tagA, tagB...
Currently, when I click on the tag tagA, I get a list of tiddlers tagged by tagA sorted in alphabetical order. I read in here http://tiddlywiki.com/#Tagging that I can use ListField in the tiddler tagA to sort the tiddlers, but the ordering is easily done with sort[journal-date] and I would like to avoid to add them by hand. I tried to add to the tiddler tagA the statement <$list filter="[all[current]tagging[]sort[journal-date]]"> in the text field but this just prints the list. On the other hand, the instructions http://tiddlywiki.com/#Tagging seem to state that only alphabetical order is allowed. I see that the ordering is defined in the system tiddler :/core/ui/TagTemplate. When I modify the following line <$list filter="[all[current]tagging[]sort[journal-date]]" template="$:/core/ui/ListItemTemplate"/>, I sort all tiddlers according to journal-date as I would like, for all tags. Which one is the right way of doing it? Creating tiddlers tagA, tagB... and defining a filter in there, or modifying the system tiddler :/core/ui/TagTemplate? michele -- 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/deb911cf-e7bd-4172-92ef-73e25faa66ae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

