Count hits in numerical order

34 views
Skip to first unread message

vinvi...@gmail.com

unread,
Mar 23, 2021, 6:00:55 AM3/23/21
to TiddlyWiki
Hello,

List (Unique) text field of tiddlers tagged: "(S)", where all tiddlers with tag "(I)" and field: "rate" with value: "2" are tagged to.

<$list filter="[[2]listed[rating]tag[(I)]]">
<$list filter="[all[current]tags[]]+[tag[(S)]] +[limit[1]]">
{{!!text}}
</$list>
</$list>


Each listed (S) tagged tiddler has one or more (I) tagged tiddlers tagged to it. 
How do I use the CountWidget in the example above so that it also counts the number of hits?

And how do I list the tiddlers in numerical order with the highest number on top?

Thank you,
Reply all
Reply to author
Forward
0 new messages