OK, I've found a way --
<$view field=list format=htmlencoded>{{!!list}}</$view>
will render the value of the list field literally.
Thanks,
Hubert
On Thursday, 21 June 2018 09:57:57 UTC+1, Hubert wrote:
>
> 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/6d3574f6-df2f-48e2-beb6-0f6b01ce852a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.