I've created a small example for you to reproduce on tiddlywiki.com

Create some paragraph tiddlers. I've called them A, B and C containing some 
Lorem 
Ipsum text <http://lipsum.org>.

Example

AA 
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam eget ex 
nunc. Maecenas blandit efficitur erat a malesuada. Vivamus sit.
AA

Then I creted 2 tiddlers which are the "workhorses":

trans-editor:
<$edit-text tiddler=<<tiddler2edit>>/>

and trans-edit
<$list filter=<<currentTiddler>> variable="theTiddler">

<$button class="tc-btn-invisible tc-tiddlylink">
<$action-sendmessage $message="tm-modal" $param="trans-editor" 
tiddler2edit=<<theTiddler>> />
{{$:/core/images/edit-button}}
</$button> <$transclude tiddler=<<theTiddler>> />

</$list>

Finally create your tiddler which will transclude all your paragraph 
tiddlers:

{{
[[A]]
[[B]]
[[C]]
||
trans-edit
}}












-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f277552e-f04b-4c9c-a4b0-6092b6f58cbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to