Hi Stefano The wikitext table syntax doesn’t allow the inclusion of newlines, so you’ll have to use the underlying HTML elements:
<table> <tbody> <tr> <th> Column A </th> <th> Column B </th> </tr> <tr> <td> 23 </td> <td> 32 </td> </tr> </tbody> </table> Best wishes Jeremy > On 6 Mar 2019, at 19:12, stefano franchi <[email protected]> wrote: > > Problem: Building a table with images by inserting some image-rendering > widgets in table cells does not work directly, only by transclusion. > > That is, if <$myWidget myField=" ..." /> is a widget that outputs an (SVG) > image and whose myField field contains newlines, the following does not work: > > | <$myWidget.... /> | <$myWidget.... /> | <$myWidget.... /> | > > but the transclusion works (where the GraphicTiddlers simply contain the > graphic-redendering widget): > > | {{myGraphicTiddler1}} | {{myGraphicTiddler2}} | {{myGraphicTiddler3}} | > > I can appreciate that the transclusion solution is more in tune with T's > overall philosophy, but it would be more convenient for writing and editing > to have a direct inclusion when a table contains several small images. I am > (wildly) guessing the problem is that <$myWidget .. /> contains newlines and > that breaks the table-building algorithm. > Is there any workaround? > > > > Cheers, > S. > > -- > __________________________________________________ > Stefano Franchi > > [email protected] <mailto:[email protected]> > http://stefano.cleinias.org <http://stefano.cleinias.org/> > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/CAJODLwaU9JbMTqQsbU9OUCokpkGQvs5g%3DWw3xUgo2vDR6LzWaQ%40mail.gmail.com > > <https://groups.google.com/d/msgid/tiddlywiki/CAJODLwaU9JbMTqQsbU9OUCokpkGQvs5g%3DWw3xUgo2vDR6LzWaQ%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/E3E5C709-C1E7-48F4-80E4-36B3B1E8353C%40gmail.com. For more options, visit https://groups.google.com/d/optout.

