Hello,

What's the correct syntax for transcluding a field without wikifying it? 
I've searched in the documentation but failed to find a working solution 
(so, apologies if I've overlooked something obvious).

What I'm trying to do is list specific tiddlers in a table with the exact 
(literal) values of their respective list fields -- this should include the 
'[[ ]]' brackets that are added for list items with spaces.

This is my code:

<table>
<$list filter="[all[tiddlers]search:title[_list]]">
<tr><td>{{!!title}}</td><td>{{!!list}}</td></tr>
</$list>
</table>


I'm aware that the problem lies in the... 
{{!!list} 
...reference that wikifies its output by default.

How could I replace it to get the literal value of the list field?

Thank you for your help!

Regards,
Hubert

-- 
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/f8562bdf-1bfe-4cc8-84c8-c8b2be443058%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to