Thanks for the reply, but it's just another complicated hack solution for a simple thing like a list in a table cell.
I'm using TW at work and "solutions" like this are useless since you cannot seriously explain it to your colleagues. On Jul 8, 4:12 pm, Måns <[email protected]> wrote: > Hi Sub > > > |cell|* list item 1 > > *list item 2| > > |cell|cell| > > > I searched and found 2 hack solutions which are not practicable at > > all. > > > Is there a proper solution? > > Basic tools in TW are macros. > One way to insert multiline content into a tablecell is to use the > tiddlermacro: > <<tiddler TiddlerTitle>> or more detailed <<tiddler > TiddlerTitle##TiddlerSection>> or <<tiddler > TiddlerTitle::tiddlerslice>> > > If you want to show a list in a cell you can do it like this: > > |<<tiddler TiddlerTitle>>| > > where [[TiddlerTitle]] contains the list - or you can put the list in > a hidden section in the current tiddler containing the table - like > this: > > |<<tiddler TiddlerTitle##List>>| > /% > !List > *ListItem#1 > *ListItem#2 > !end > %/ > > Cheers Måns Mårtensson > (Btw - I'm NOT a programmer - just using TW for everything I can think > of...) > > > > > > > > > All these missing BASIC features are the reason why TW will never be > > used by the masses. It's only cool for users who have experience in > > Skriv teksten til 'New Tiddler 'prgramming / webdesign. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

