ikiwiki/ plugins

Most of ikiwiki's features are implemented as plugins. Beyond the core features, there are plugins to format text, use tags, show meta information, do other useful stuff, add chrome to the wiki, or just have fun.

There's documentation if you want to write your own plugins, or you can install and use plugins contributed by others.

The mdwn, inline, and htmlscrubber plugins are enabled by default. To enable other plugins, use the --plugin switch described in usage, or the equivalent add_plugins line in ikiwiki.setup.

Plugin directory

Add all plugins here. Or add ideas to the todo page.

googlecalendar
Posted Sun 20 Apr 2008 12:29:11 CEST

htmltidy
Posted Sun 20 Apr 2008 12:29:11 CEST

html
Posted Sun 20 Apr 2008 12:29:11 CEST

inline
Posted Sun 20 Apr 2008 12:29:11 CEST

camelcase
Posted Sun 20 Apr 2008 12:29:11 CEST

template
Posted Sun 20 Apr 2008 12:29:11 CEST

brokenlinks
Posted Sun 20 Apr 2008 12:29:11 CEST

smiley
Posted Sun 20 Apr 2008 12:29:11 CEST

meta plugin (enabled)
Posted Sun 20 Apr 2008 12:29:11 CEST

tag
Posted Sun 20 Apr 2008 12:29:11 CEST

toc
Posted Sun 20 Apr 2008 12:29:11 CEST

pagestats
Posted Sun 20 Apr 2008 12:29:11 CEST

otl
Posted Sun 20 Apr 2008 12:29:11 CEST

map
Posted Sun 20 Apr 2008 12:29:11 CEST

rst
Posted Sun 20 Apr 2008 12:29:11 CEST

pagecount
Posted Sun 20 Apr 2008 12:29:11 CEST

polygen
Posted Sun 20 Apr 2008 12:29:11 CEST

mdwn
Posted Sun 20 Apr 2008 12:29:11 CEST

wikitext
Posted Sun 20 Apr 2008 12:29:11 CEST

orphans
Posted Sun 20 Apr 2008 12:29:11 CEST

htmlscrubber
Posted Sun 20 Apr 2008 12:29:11 CEST

linkmap
Posted Sun 20 Apr 2008 12:29:11 CEST

syntax (third-party plugin)
Posted Sun 20 Apr 2008 12:29:11 CEST

aggregate
Posted Sun 20 Apr 2008 12:29:11 CEST

img
Posted Sun 20 Apr 2008 12:29:11 CEST

haiku
Posted Sun 20 Apr 2008 12:29:11 CEST

search
Posted Sun 20 Apr 2008 12:29:11 CEST

linguas (third-party plugin)
Posted Sun 20 Apr 2008 12:29:11 CEST

favicon
Posted Sun 20 Apr 2008 12:29:11 CEST

shortcut
Posted Sun 20 Apr 2008 12:29:11 CEST

ddate
Posted Sun 20 Apr 2008 12:29:11 CEST

img (third-party plugin)
Posted Sun 20 Apr 2008 12:29:11 CEST

googlemaps (third-party plugin)
Posted Sun 20 Apr 2008 12:29:11 CEST

fortune
Posted Sun 20 Apr 2008 12:29:11 CEST

sidebar
Posted Sun 20 Apr 2008 12:29:11 CEST

typography
Posted Sun 20 Apr 2008 12:29:11 CEST

Installing third party plugins

Plugins are perl modules and should be installed somewhere in the perl module search path. See the @INC list at the end of the output of perl -V for a list of the directories in that path. All plugins are in the IkiWiki::Plugin namespace, so they go in a IkiWiki/Plugin subdirectory inside the perl search path. For example, if your perl looks in /usr/local/lib/site_perl for modules, you can locally install ikiwiki plugins to /usr/local/lib/site_perl/IkiWiki/Plugin