Hello everyone! I'm new to TiddlyWiki, I've been doing my research, learning and having a lot of fun with it. I decided to make a catalog of TV series I've watched using TiddlyWiki, but now I have some doubts about how to do something that I'd say it should be easy, but I'm stuck.
My tiddler structure goes like this: - I have a tiddler for each series. I have tagged them with [series], a tag for the season (Summer, Winter, Spring, Fall), and a tag for the year (the actual number for the year). - I have created a tiddler for each season. I have tagged them with [season], a tag for the season, and another for the year number. - I created a tiddler for each year. I have tagged them with [year], and a tag for the year number. - The home tiddler contains a $list like this: <ul> <$list filter="[tag[year]]"> <li><$link><<currentTiddler>></$link> <small class="tc-menu-list-count">(<$count filter="[all[current]tagging[]tag[series]]"/>)</small></li> </$list> </ul> It is working properly, as it is. However, in the tiddler for each year, I would like to get a list of seasons for that year, however, I'm stuck as in how to get it working. This is my attempt at it. <ul> <$list filter="[tag[season]tag[2016]]"> <li><$link><<currentTiddler>></$link> <small class="tc-menu-list-count">(<$count filter="[all[current]tagging[]tag[series]]"/>)</small></li> </$list> </ul> It isn't working at all, it always shows a count of 0. Any ideas on how could I make it work? Even if I have to change the tagging system, I would love to get that count. Thank you all. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4a823275-6266-4fb1-a594-794aae98a3a7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

