diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 21:48:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 21:48:03 +0000 |
commit | 7f58a84dea11b24bf175388b2562fcd1afad9762 (patch) | |
tree | 1837a0ffd24b28989b950cdbe7a1fdf09b58273c /doc/plugins/otl.mdwn | |
parent | 05a298c47363e66e139f76b8a198202964ce3962 (diff) | |
download | ikiwiki-7f58a84dea11b24bf175388b2562fcd1afad9762.tar ikiwiki-7f58a84dea11b24bf175388b2562fcd1afad9762.tar.gz |
* Add otl format plugin, which handles files as created by vimoutliner.
Diffstat (limited to 'doc/plugins/otl.mdwn')
-rw-r--r-- | doc/plugins/otl.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/otl.mdwn b/doc/plugins/otl.mdwn new file mode 100644 index 000000000..fd3ac23ec --- /dev/null +++ b/doc/plugins/otl.mdwn @@ -0,0 +1,7 @@ +This plugin allows ikiwiki to process `.otl` outline files, as created by +[vimoutliner](http://www.vimoutliner.org/). To use it, you need to have +vimoutliner installed, since it uses the `otl2html` program. + +This plugin is included in ikiwiki, but is not enabled by default. + +[[tag type/format]] |