What is the best way to have something like: *if [some boolean condition] 
then… * ?

I am trying to create a custom ViewTemplate that shows some information *only 
when it exists*. For instance, to show a list of publications of an author 
only if there is any:


*If ([is[current]tagging[]tag[publication]] ≥ 1) then **(show the 
following)*

<div class="author-footer">
<$count filter="[tag[publication]author{!!title}]"/> publications
<br><br>
<$list filter="[tag[publication]author{!!title}]">
</$list>
</div>


Any idea?

Thanks!

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to