If you do not want to type the curly brackets  like you write in Transclusion 
in a tiddler for export.

After tagging your tiddlers with either intro, middle, ending or reference.
Create a tiddler with the following contents 

<$list filter="[tag[intro]]" >
``{{``<$view field="title"></$view>``}}``<br>
</$list> 
<$list filter="[tag[middle]]" >
``{{``<$view field="title"></$view>``}}``<br>
</$list> 
<$list filter="[tag[ending]]" >
``{{``<$view field="title"></$view>``}}``<br>
</$list> 
<$list filter="[tag[reference]]" >
``{{``<$view field="title"></$view>``}}``<br>
</$list> 

when you try

<$list filter="[tag[HelloThere]]" >
``{{``<$view field="title"></$view>``}}``<br>
</$list>

in Tiddlywiki.com you'll get

{{Discover TiddlyWiki}}
{{Ten reasons to switch to TiddlyWiki}}
{{What happened to the original TiddlyWiki?}}

-- 
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/9f286cc1-e474-4cde-bcfe-aa9af64e62e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to