wmd stuff
parent
72dd9a9a04
commit
29d387d2ba
|
@ -2,6 +2,8 @@ ikiwiki (3.07) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Updated German translation (Kai Wasserbäch). Closes: #518377
|
* Updated German translation (Kai Wasserbäch). Closes: #518377
|
||||||
* Updated French translation (Jean-Luc Coulon). Closes: #518510
|
* Updated French translation (Jean-Luc Coulon). Closes: #518510
|
||||||
|
* wmd: New plugin contributed by William Uther to support the WMD
|
||||||
|
Wysiwym markdown editor.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 05 Mar 2009 15:43:02 -0500
|
-- Joey Hess <joeyh@debian.org> Thu, 05 Mar 2009 15:43:02 -0500
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,10 @@ Files: 404.pm
|
||||||
Copyright: © 2009 Simon McVittie <http://smcv.pseudorandom.co.uk/>
|
Copyright: © 2009 Simon McVittie <http://smcv.pseudorandom.co.uk/>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|
||||||
|
Files: wmd.pm
|
||||||
|
Copyright: © 2009 William Uther
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
Files: doc/logo/*
|
Files: doc/logo/*
|
||||||
Copyright: © 2006 Recai Oktaş <roktas@debian.org>
|
Copyright: © 2006 Recai Oktaş <roktas@debian.org>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue