diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 00:24:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 00:24:22 +0000 |
commit | cedb48765b52d3e074f43703cf55611b3bce101d (patch) | |
tree | eb35fa82b6ed9f2c63cb111453de2a5af59d9188 /doc/plugins.mdwn | |
parent | 5d37a3837c6a047d47ec6eadc0859c97db65416e (diff) | |
download | ikiwiki-cedb48765b52d3e074f43703cf55611b3bce101d.tar ikiwiki-cedb48765b52d3e074f43703cf55611b3bce101d.tar.gz |
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
* If a page links to itself, mark up the link text in a span with
class="selflink" so that it can be styled. I don't have a useful style
defined for that though.
Diffstat (limited to 'doc/plugins.mdwn')
-rw-r--r-- | doc/plugins.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn index 1c04d09f5..efcf65a7d 100644 --- a/doc/plugins.mdwn +++ b/doc/plugins.mdwn @@ -1,7 +1,7 @@ Most of ikiwiki's [[features]] are implemented as plugins. Beyond the [[type/core]] features, there are plugins to [[type/format]] text, use [[type/tags]], show [[type/meta]] information, do other [[type/useful]] -stuff, or just have [[type/fun]]. +stuff, add [[type/chrome]] to the wiki, or just have [[type/fun]]. There's documentation if you want to [[write]] your own plugins, or you can install and use plugins contributed by others. |