diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-07 18:57:06 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-07 18:57:06 -0500 |
commit | 29d387d2bacfdf10cc8712af1250e5655967f1b9 (patch) | |
tree | 726346d95bc325ab16ae0cd585e2c2485348153f /doc | |
parent | 72dd9a9a0434e1682d7e27b935500c010a03dddc (diff) | |
download | ikiwiki-29d387d2bacfdf10cc8712af1250e5655967f1b9.tar ikiwiki-29d387d2bacfdf10cc8712af1250e5655967f1b9.tar.gz |
wmd stuff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/wmd.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/plugins/wmd.mdwn b/doc/plugins/wmd.mdwn new file mode 100644 index 000000000..31a508cdb --- /dev/null +++ b/doc/plugins/wmd.mdwn @@ -0,0 +1,15 @@ +[[!template id=plugin name=wmd author="[[Will]]"]] +[[!tag type/chrome]] + +[WMD](http://wmd-editor.com/) is a What You See Is What You Mean editor for +[[mdwn]]. This plugin makes WMD be used for editing pages in the wiki. + +To use the plugin, you will need to install WMD. Download the [WMD +source](http://wmd-editor.com/downloads/wmd-1.0.1.zip). In that zip file +you'll find a few example html files, a readme and `wmd` directory. Move the +`wmd` directory into the ikiwiki `underlaydir` directory (ie +`/usr/share/ikiwiki/`). You should now have a `wmd/wmd.js` file as well as +some other javascript files and an images directory in the same place. + +Note that the WMD plugin does **not** handle ikiwiki directives. For this +reason the normal `preview` button remains. |