This is a small but growing collection of plugins for WikklyText.
If you write a plugin and would like it listed here, send a note to the
MailingList.
Installing Plugins
Plugins are packaged as regular ZIP files. To use a plugin, simply unzip it under the
plugins directory in your wiki. So for example, if your wiki lives in
/MY/WIKI, then unpacking a plugin
foo would leave you with a new folder
/MY/WIKI/plugins/foo. You should be able to use the plugin immediately after unpacking it.
hello
The traditional "Hello World!" plugin. This is a minimal sample plugin meant to demonstrate the WikklyText plugin API. If you want to write your own plugins, this is a good place to start. Of course, you'll also want to read the documentation on
WritingPlugins.
Once unpacked, see the
README file for usage notes.