Plugins allow you to extend the syntax or functionality of TWiki. ...
TWikiPreferences has the list of installed plugins and activated plugins.
under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins )
under construction... ( check back at http://TWiki.org/cgi-bin/view/TWiki/TWikiPlugins )
lib/TWiki/Plugins
directory are activated automatically unless disabled by the DISABLEDPLUGINS
preferences variable in TWikiPreferences. You can optionally list the installed plugins in the INSTALLEDPLUGINS
preferences variable. This is useful to define the sequence of plugin execution, or to specify other webs then the TWiki web for the plugin topics. Settings in TWikiPreferences: Set INSTALLEDPLUGINS = DefaultPlugin, ...
Set DISABLEDPLUGINS = EmptyPlugin, ...
%ACTIVATEDPLUGINS%
variable shows all currently activated plugins. This variable is shown in TWikiPreferences for debug reasons.
web.topicname
name is used if specified in INSTALLEDPLUGINS
, then the TWiki web is searched, then the current web.
Set SHORTDESCRIPTION = Blah blah.
data/debug.txt
: (Se to 0 or 1) Set DEBUG = 0
%<pluginname>_<var>%
, i.e. %DEFAULTPLUGIN_SHORTDESCRIPTION%
shows the description of the DefaultPlugin.
%PLUGINDESCRIPTIONS%
variable shows a bullet list with descriptions of all currently activated plugins. This variable is based on %<plugin>_SHORTDESCRIPTION%
preferences variables of individual topics and is shown in TextFormattingRules.
-- PeterThoeny - 14 Jul 2001