Open https://tiddlywiki.com/prerelease/#%24%3A%2FControlPanel
Open the Info and the new Wiki Information tab
Then click: Drag this link to copy this tool to another wiki
See the description
This page summarises high level information about the configuration of this TiddlyWiki. It is designed to enable users to quickly share relevant aspects of the configuration of their TiddlyWiki with others, for example when seeking help in one of the forums. No private or personal information is included, and nothing is shared without being explicitly copied and pasted elsewhere
Why does Drag this link to copy this tool to another wiki copy the $:/ControlPanel?
The “…copy this tool…” link is to <<thisTiddler>>
<$link to=<<thisTiddler>>>
<<lingo title:"Drag/Caption" mode:"inline">>
</$link>
However, when it is displayed inside a control panel tab, the value of thisTiddler is $:/ControlPanel .
To fix this, the link should use the currentTab and currentTiddler values, like this:
<$tiddler tiddler=<<currentTab>>>
<$link to=<<currentTiddler>>>
<<lingo title:"Drag/Caption" mode:"inline">>
</$link>
</$tiddler>
-e
Thanks @EricShulman @Mohammad that’s fixed.