I have 2 tiddlers:

Tiddler: *transcluded*
--------------------------
Me is transcluded!
{{hidden{
!Section
test
!end
}}}
--------------------------

Tiddler: *transcluding*
--------------------------
me is transcluding this:
<<<
<<tiddler [[transcluded]]>>
<<<
<<editSection "transcluded##Section">>
<<wikify "%0"  {{ 
    var t=store.getTiddlerText( "transcluded##Section");
    t == null ? '' : "{{{\n"+t+"\n}\}\}";
}}>>
--------------------------

The idea behind this:
The "transcluded" tiddler usually is not shown, just the "transcluding" 
one. This one contains many transcluded tiddlers. This is just one example.

The "Edit Section" allows the user to enter some data which should then be 
displayed as a code-blocke so not to be wikified in any way.

But when I edit the section, the changes are not displayed in the wikified 
part. Is there any way i can make that part update too?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to