On Thursday, March 3, 2016 at 8:44:00 PM UTC-8, Cyrus Murphy wrote:
I have a template that I want to use whenever a tiddler has "testtag" tag. I have it tagged with "$:/tags/ViewTemplate" (see attached template.gif). Here's the contents:
<$list filter="[is[current]tag[testtag]]">test
...
The content isn't actually being "escaped". The problem is that the content inside the <$list> widget is being output using "inline mode", and some of the formatting (such as the "<<<" for blockquotes) only works in "block mode". To fix this, simply add a blank line between the opening <$list> widget and the "test" text that follows, like this:
<$list filter="[is[current]tag[testtag]]">
test
That will force the content inside the $list into block mode, allowing all the formatting syntax to be parsed as intended.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals