Re: [tw] Re: Docu-macros: Missing .controlpanel-tab Theme-tweaks

2016-04-27 Thread Jeremy Ruston
Hi Pau Sorry for the confusion. The approach you’re suggesting won’t work. The trouble is that the theme tweaks tab is part of the “vanilla” theme plugin, and not part of the core. That means that it would be wrong to embed it in a tiddler with the $:/core prefix. Can you use the approach I

Re: [tw] Re: Docu-macros: Missing .controlpanel-tab Theme-tweaks

2016-04-27 Thread Pau Deluca
I've just commit and PR a workaround: I've created a core tiddler tagged as a control panel tab, that transcludes the contents of the plugin. This leaves the plugin untouched and reads the name of the tab from the core tiddler (and I presume that it would allow that further theme

Re: [tw] Re: Docu-macros: Missing .controlpanel-tab Theme-tweaks

2016-04-27 Thread Jeremy Ruston
Hi Pau The difficulty is that the ThemeTweaks tab is not part of the core; it is part of the “Vanilla” theme plugin. So it should not be named with a $:/core prefix. The `controlpanel-tab` is defined like this: \define .controlpanel-tab(_) <<.tab "$:/core/ui/ControlPanel/$_$">> Could you