Hi

Im creating a few meta-tiddlers that ara supposed to mesh the data
from several other tiddler's custom fields.

Right now im using this method:

> Create a tiddler called [[SerialLink]], containing:
> ----------
> /%
> !out
> [[$1|$2]]
> !end
> %/<<tiddler SerialLink##out with:
>   {{store.getValue('$1','serialnumber')}} [[$1]]>>
> ----------
> Then, use it like this:
>
>   <<tiddler SerialLink with: TiddlerTitleA>>

(not my own idea but Eric Shulman's suggestion to a slightly different
problem 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/bdc217a8f33bb9e3/d3e269456ca93d3b#d3e269456ca93d3b)

I've create a few other costumFieldLink tiddlers and it all works
perfectly.

But now I want to export the meta-tiddlers and my problem is that
their content outside of tiddlywiki is, obviously, just nonsense
(eg   <<tiddler SerialLink with: TiddlerTitleA>>    <<tiddler
SerialLink with: TiddlerTitleB>>    <<tiddler SerialLink with:
TiddlerTitleC>> ).

Is there any smart way to circumvent this (without resorting to copy/
pase)

Ive tried exporting the tiddlers as xml using the exportiddlerplugin
and then running them through excel but I find that to be a rather
messy solution.

Should I mesh the data from the different tiddlers using another
technique or am i missing something export-wise?

My end goal is individual text-documents containing the same info (and
formatting) as the meta-tiddler display in view-mode inside
tiddlywiki.

Hopes this makes sense.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to