Hello TW Experts,
I developed a button with several functions to create a “released” version of my wiki by cleaning and hiding information.
Everything works fine but I am struggling to switch off, or delete, some of my plugins the user should not be able to access easily.
In the plugin section is there a simple button Disable but I cannot find how to call the same function by myself.
Any help is welcome!
Stefan
The “disable” button creates a tiddler named $:/config/Plugins/Disabled/nameofplugintiddlerhere. If this tiddler exists with a text value of yes, then the indicated plugin is disabled. Deleting this tiddler (or changing the text value to anything other than yes) re-enables the plugin.
-e
Hi @stefan_from_germany,
Is your “released” version going to be publically accessable? The reason I ask is I am going through a similar exercise at the minute myself and I would like to see how others have managed.
Declan
Hi @dhjackal,
Excactly.
We are a community of authors and editors.
And the released version will be provided to our readers.
Stefan