PartTiddlerPlugin : Concatenate rows from various tiddlers into a table ?

17 views
Skip to first unread message

julien23

unread,
Nov 26, 2009, 4:31:27 AM11/26/09
to TiddlyWiki
For my mechanical engineering application I have one tiddler /
material.

Mechanical properties are displayed in a table like this :
Supplier Trade Name Family E Sy G v Perf
EMS-Grivory Grivory GV-5H Pa6/66 GF50 17000 200 ?

I wish I could concatenate rows from various tiddlers in a single
tiddler with ForEachTiddlerPlugin
Supplier Trade Name Family E Sy G v Perf
EMS-Grivory Grivory GV-5H Pa6/66 GF50 17000 200 ?
BASF Capron GR30 HS Pa6 GF30 9650 170?

I have tried
1:
<part Material>|Supplier|Trade Name|Family|E|Sy|G|v|Perf|</part>
into
<<tiddler Grivory_GV-5H/Material>>
<<tiddler Capron_GR30_HS/Material>>
but rows dont want to belong to the same table
2:
<part Material>Supplier|Trade Name|Family|E|Sy|G|v|Perf</part>
into
|<<tiddler Grivory_GV-5H/Material>>|
|<<tiddler Capron_GR30_HS/Material>>|
but collumns are not understood

Any idea ?

Saverio

unread,
Dec 6, 2009, 6:09:56 AM12/6/09
to TiddlyWiki
Would this work?

<<forEachTiddler
where 'enter criteria for choosing tiddlers for each row'
write 'tiddler.text + "\n"'

julien23

unread,
Dec 8, 2009, 2:35:27 AM12/8/09
to TiddlyWiki
no it does not : rows dont want to belong to the same table

julien23

unread,
Dec 8, 2009, 5:05:05 AM12/8/09
to TiddlyWiki
http://www.TiddlyTools.com/#GridPlugin does the job just fine

Tobias Beer

unread,
Dec 8, 2009, 9:50:13 AM12/8/09
to TiddlyWiki
Hi Julien,

Would you mind uploading a minimal version of your file somewhere, so
that we (I) can have a look at how you're using tables & grid-plugin?
Always interested in learning new, well structured, realworld
applications.

Tobias.

julien23

unread,
Dec 8, 2009, 4:02:20 PM12/8/09
to TiddlyWiki
thanks for your interrest.

I am a mechanical engineer with innovation skils

my TiddlyWiki are product developpement project for my customers.
Nothing I can release before a few years ! futhermore in French ...

The great things about it, is that it allows me to manage files, part
versions, test results, design proposal, materials and properties in a
wikified cross linked fashion.
All the informations are available real-time to my customers, who are
keen on surfing in such a friendly Project Drop Point.

Tables are usefull to agregate parts properties in nomenclatures or
comparison tables.

so TiddlyWiki IS usefull :)

Tobias Beer

unread,
Dec 8, 2009, 10:26:21 PM12/8/09
to TiddlyWiki
Pourtant mon français est plutôt bien...
...mais oui, j'ai compris, dommage.

;-)

Tobias.
Reply all
Reply to author
Forward
0 new messages