Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
welford
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've written a little plugin in TW that transcludes a tiddler, but i'm struggling to do this correctly whent he trancluded widget itself uses a subsequently transcluded tiddler.
in the attached example. "study fruits" is trying to programatically include "banana" in this case, but it is not quite right.
the code is:
Card is a dom node div i have created to be rendered in to, and i pass in "banana" as tiddler in this case. Could someone point me in the right direction for achieving transclusion e.g. {{banana}} within a js widget.
broken_transclude.zip
Beta Was this translation helpful? Give feedback.
All reactions