That did it!
So the solution is:
<table><thead><tr><td>Term</td><td>Definition</td></tr></thead><$list 
filter="[tag[definition]sort[title]]"><tr><td><$link to={{!!title}}><$view 
field="title"/></$link></td><td>{{!!text}}</td></tr></$list></table>

That works just as I wanted. Two columns, nice header, term on the left, 
definition on the right.

Thank you so much Danielo and Uwe!

On Tuesday, February 18, 2014 12:57:05 PM UTC-8, UBi wrote:
>
> Try replacing <$view field="text" /> with {{!!text}}.
>
> Uwe
>
> Am Dienstag, 18. Februar 2014 21:04:26 UTC+1 schrieb Matthew Petty:
>>
>> On Tuesday, February 18, 2014 11:44:51 AM UTC-8, Danielo Rodríguez wrote:
>>>
>>> Remove the line feed between the lists and the truth tags. TW can render 
>>> mixed html and wikitext so you have to take care of the line feeds.
>>
>>
>> Of course! That worked, with one issue.
>> <table><thead><tr><td>Definition</td><td>Meaning</td></tr></thead><$list 
>> filter="[tag[definition]sort[title]]"><tr><td><$link 
>> to={{!!title}}><$view field="title"/></$link></td><td><$view 
>> field="text"/></td></tr></$list></table>
>>
>>  ...gives me the table I'm looking for, correctly structured in HTML...
>>
>> Except, it shows the meaning in the second column as unformatted raw 
>> text, with [[ ]] around the links. I would really like to have the meaning 
>> column formatted with links. I've tried to figure out how to maybe do this 
>> with transclusion or a text reference, but I can't seem to make it work.
>>
>> Thank you for your help so far!
>>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to