Hi, I'm back, trying to get my head around TW5. A lot has changed.
I'm just asking the experts because I did not find a solution after quite 
seom tinkering.

*What I am trying to do:*
I want to adhere to the bottom-up philosophy. So I have 3 real content 
tiddlers "Tiddlername1 partA", "Tiddlername1 partB", "Tiddlername1 partC". 
These are the input tiddlers where text content is actively maintained, 
entered, edited.
And I have a summarytiddler, "Tiddlername1" which does not much more than 
transcluding the text content of its respective parts, partA, partB, partC 
(remember: standalone tiddlers, titles "Tiddlername1 partA" and so on). 
That summary one, "Tiddlername1", is for reading. Readers are not supposed 
to even know about the parts, they would look at the summarytiddler only.

Again: "Tiddlername1" gets, by transclusion, into it's content the text of 
those 3 reasl content tiddlers: "Tiddlername1 partA", "Tiddlername1 partB", 
"Tiddlername1 partC".
Then: the same with "Tiddlername2" which should transclude  "Tiddlername2 
partA", "Tiddlername2 partB", "Tiddlername2 partC".
Then: Tiddlername3, 4, 5, and so on - many (e.g. 50) summarytidders get 
their content from the text of 150 part-tiddlers.

*So now the question:*
How do I concatenate the tiddlername to be transcluded from a 
concatenation: the title of the "summary tiddler" (as a field !!title from 
the current tiddler, would be e.g. "Tiddlername1") appended with a fixed 
string " partA". (then the same again for " partB" and " partC").

Why that: because I want to have the same code in all summarytiddlers - 
each of them would get it's content from 3 tiddlers that have the same 
title, followed by "partA", "partB", "partC", respectively.

I can concatenate a field and some static explicit string text. But I can 
not transclude to/from that concatenation. I tried using code but it did 
not work. What works: if I manually copy and edit the title text string 
into the tiddler to be transcluded (so: static text, not using the title 
field) but that's quite some work, error-prone, and also not elegant.

Thx for help.

/christian


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to