I am building a preview for tiddlers that shows the actual content of the original shadow tiddler and just cant seem to find a way to do so;
For example in a new tiddler. 5.3.2+
<$transclude $tiddler={{{ [[$:/ControlPanel]shadowsource[]] }}} $subtiddler="$:/ControlPanel" $mode="block" $output="text/plain"/>
And what mistake am I making?
Do I need to somehow extract the tiddler from the plugin tiddlers JSON representation of the selected tiddler?