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.