]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/pagedown_plugin.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[ikiwiki.git] / doc / todo / pagedown_plugin.mdwn
1 [[!template  id=gitbranch branch=git://github.com/yds/ikiwiki.git/pagedown/ author="[[yds]]"]]
2
3 Here's a [PageDown](http://Code.Google.com/p/pagedown/wiki/PageDown) plugin I put together based on the [WMD](http://WMD-Editor.com/) plugin source. In `editpage.tmpl` I moved `<TMPL_VAR WMD_PREVIEW>` to the top of the template. Makes it look like the edit `textarea` pops up below the content when hitting the edit link. Should work the same with the WMD plugin as well.
4
5 I also wrote a couple of `makefile`s to make fetching and installing the sources for the `pagedown` and `wmd` `underlaydir`s simpler.  And updated `doc/plugins/wmd.mdwn` to reflect these changes.