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

-- 
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/dea23586-3e27-4d8a-8392-f9c0ff069764%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to