]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins.mdwn
* Add the needsbuild hook. Plugins can use this to manipulate which files
[ikiwiki.git] / doc / plugins.mdwn
1 Most of ikiwiki's [[features]] are implemented as plugins. Beyond the
2 [[type/core]] features, there are plugins to [[type/format]] text,
3 use [[type/tags]], show [[type/meta]] information, add [[type/auth]]
4 methods, do other [[type/useful]] stuff, add [[type/chrome]] to the
5 wiki, or just have [[type/fun]].
6
7 There's documentation if you want to [[write]] your own plugins, or you can
8 install and use plugins [[contributed|contrib]] by others.
9
10 To enable plugins, use the `--plugin` switch described in
11 [[usage]], or the equivalent `add_plugins` line in [[ikiwiki.setup]].
12 Enable the [[goodstuff]] plugin to get a nice selection of plugins that
13 will fit most uses of ikiwiki.
14
15 # Plugin directory
16
17 [[inline pages="plugins/* and !plugins/type/* and !plugins/write and
18 !plugins/contrib and !*/Discussion"
19 feedpages="created_after(plugins/graphviz)" archive="yes"
20 rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]