Thanks Kristjan Unfortunatly the table I am trying to build is something very standardized and must be printer friendly.
I really need to fin a way to glue tables to each others. In a previous problem... >Any example of vertically filled fET tables ? >http://goo.gl/B4b9z ... Udo helped me out with a... >...script ... context.lines[0].push(tiddler.title); ... ... construction : >Create a table with one column per tiddler ("Vertical Report") >http://goo.gl/KjeM7 Maybe that would be an option. I wish I knew anything about coding, but I am just a Copycat :) Thanks all Julien On Oct 14, 2:51 pm, whatever <[email protected]> wrote: > Hi, Julien! > > I took a look. From what I can tell, you're trying to create a table, > which contains subtables, which contain subtables... Tables within > tables don't really work, because a second level table for example > would need its own header line, it wouldn't just adapt to the first > level table. Also, your code actually inserts a second level table > between lines of first level table, thereby breaking the first level > table, so what you get is a bunch of unconnected tables. > Instead, I would suggest you create an unnumbered list and use > NestedSlidersPlugin (1) to display the data for each tiddler on a > floating panel. You can even use tables on the floating panels. It's > not as great an overview as you'd probably like, but it's doable. > I sent you an example on your mail. > > (1)http://www.TiddlyTools.com/#NestedSlidersPlugin > > w > > On Oct 13, 11:25 pm, julien23 <[email protected]> wrote: > > > > > > > > > Hi > > > I have setup a spot so you can have a look at what I am trying to do > > :http://julien23.tiddlyspot.com > > > >if you're using {{tiddler.title}} twice > > > In this case you're right, but I use my [[Fet***TagTag]] in many > > places, and sometime need $1 and $2 > > > Anyway that is not the point > > > Feel free to ask any precision > > > Thanks a lot > > > Julien > > > On Oct 13, 6:16 pm, whatever <[email protected]> wrote: > > > > Hi! > > > Just off the top: > > > The parameters for transclusion should be separated with space. Also, > > > if you're using {{tiddler.title}} twice, it just means that you're > > > passing the same title twice, which is unnecessary, because you can > > > just reuse $1. If you want two different titles, you'll have to do > > > something different. Also, it seems that your transclusion calls the > > > FetNomenclatureTreeTagTag tiddler, which in turn also calls itself > > > through fET. > > > It would help if you had an example on the internet, so we could take > > > a look. > > > > w > > > > On Oct 13, 12:41 pm, julien23 <[email protected]> wrote: > > > > > Hi > > > > > I am trying to build a tree like nomenclature for mechanical > > > > assemblies. > > > > > Here is the schematic : > > > > > <<tiddler AutoRefresh>><<tiddler [[FetNomenclatureTreeTagTag]] with: > > > > {{tiddler.title}}{{tiddler.title}}>> > > > > > [[FetNomenclatureTreeTagTag]] > > > > > <<forEachTiddler > > > > where > > > > 'tiddler.tags.contains("$1") && tiddler.tags.contains("$2)"' > > > > write > > > > '((index == 0) ? "" : "\n")+"[["+tiddler.title+"|"+tiddler.title > > > > +"]]<<tiddler FetNomenclatureTreeTagTag with: [["+tiddler.title+"]] > > > > [["+tiddler.title+"]]\>\>"' > > > > > well... it does not work ... is it something possible any way? > > > > > would there be a workaround -- 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.

