On Tuesday, February 18, 2014 9:53:21 AM UTC-8, Danielo Rodríguez wrote:
>
> Individual cells in the same line or in different ones?


I checked the HTML and each cell is in its own table. Each is on its own 
line.

Here is the code:
|Definitions|h
<$list filter="[tag[definition]sort[title]]">
|<$link to={{!!title}}><$view field="title"/></$link>|
</$list>
 
...and an excerpt from the resulting HTML is here:
<table>
    <tbody>
        <tr>
            <td>
                <a class="tw-tiddlylink tw-tiddlylink-resolves" 
href="AD"></a>
            </td>
        </tr>
    </tbody>
</table>
<table>
    <tbody>
        <tr>
            <td>
                <a class="tw-tiddlylink tw-tiddlylink-resolves" 
href="AHA"></a>
            </td>
        </tr>
    </tbody>
</table>

What I'd really like is to have this code:
|Definition|Meaning|h
<$list filter="[tag[definition]sort[title]]">
|<$link to={{!!title}}><$view field="title"/></$link>|<$view field="text"/>|
</$list>

...and have it display a nice two-column table, with the link to the title 
in the left column, and the wiki-formatted text (including links) in the 
right column.

-- 
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