diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-19 19:11:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-19 19:11:18 -0400 |
commit | 98095ccac43b4b82d95bd8fd0ce3c8c16a325b22 (patch) | |
tree | aa1e5c9634e3172c28f5173f07cf29f6c5fb9e57 /doc | |
parent | 3a204fabbb4a7324bf7bdda1ffd5886e0da70c71 (diff) |
creole: New plugin from Bernd Zeimetz. Closes: #486930
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/creole.mdwn | 16 | ||||
-rw-r--r-- | doc/todo/support_creole_markup.mdwn | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn new file mode 100644 index 000000000..b2496adad --- /dev/null +++ b/doc/plugins/creole.mdwn @@ -0,0 +1,16 @@ +[[template id=plugin name=creole author="BerndZeimetz"]] +[[tag type/format]] + +This plugin allows ikiwiki to process pages written in +[WikiCreole](http://www.wikicreole.org/) format. +To use it, you need to have the [[cpan Text::WikiCreole]] perl +module installed, enable the plugin, then files with the extention `.creole` +will be processed as creole. + +The creole format is based on common elements across many different +wiki markup formats, so should be fairly easy to guess at. There is also a +[CheatSheet](http://www.wikicreole.org/wiki/CheatSheet). + +Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and +[[PreProcessorDirectives]] inside `{{{ }}}` blocks are still expanded, +since this happens before the creole format is processed. diff --git a/doc/todo/support_creole_markup.mdwn b/doc/todo/support_creole_markup.mdwn index 40157d94f..b0ebf5b9e 100644 --- a/doc/todo/support_creole_markup.mdwn +++ b/doc/todo/support_creole_markup.mdwn @@ -14,3 +14,5 @@ Syntax file for vim: http://www.peter-hoffmann.com/code/vim/ (Since a typical i > Should be pretty easy to add a plugin to do it using [[cpan > Text::WikiCreole]]. --[[Joey]] + +[[done]] |