Mark,

When you say print are you talking to a printer out just output?

<$list filter="[tag[HelloThere]]" variable=myVariable>
   <$transclude tiddler=<<myVariable>> mode=block><br>
</$list>
Try this on Tiddlywiki.com

Can be simplified to...
<$list filter="[tag[HelloThere]]">
   <$transclude mode=block><br>
</$list>

Do not under estimate listing its the key method of handling any set, 
including sets of zero or one. And tiddler handling.

Regards
Tony


On Sunday, June 28, 2020 at 8:45:11 AM UTC+10, Mark Green wrote:
>
> I'm trying to use the if-then options in a filter to create a 
> transcludable template which will add a list of standard messages to a 
> tiddler if it has certain tags.
>
> However, there doesn't seem to be a way to just print the result of a 
> filter; it has to be listed instead. Also, the result of the if-then seems 
> to be made into a link.
>
> How can you just output the result of an if/then filter?
>

-- 
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/c24cb6ab-b8d9-49a2-91cf-1c01e70c8c12o%40googlegroups.com.

Reply via email to