On Wednesday, August 5, 2020 at 11:17:29 AM UTC-7, Mark Green wrote: > > If the current tiddler > - doesn't have the "reaction" tag > - doesn't have an "a-actions" field > - has a "m-components" list with one member > - then display an extra icon. >
What if you test the list first, like this: [<currentTiddler>list[!!m-components]count[]match[1]then<currentTiddler>!tag [Reaction]!has[a-actions]] Note the use of "then<currentTiddler>" so that the results of "count[]match[1]" isn't the number "1" but is instead, the name of the tiddler that satisfied the conditional. -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/620ef569-4141-43f5-b392-d722f4537d88o%40googlegroups.com.

