(no commit message)
authoryds <yds@web>
Sat, 17 Sep 2011 02:43:40 +0000 (22:43 -0400)
committeradmin <admin@branchable.com>
Sat, 17 Sep 2011 02:43:40 +0000 (22:43 -0400)
doc/todo/pagedown_plugin.mdwn [new file with mode: 0644]

diff --git a/doc/todo/pagedown_plugin.mdwn b/doc/todo/pagedown_plugin.mdwn
new file mode 100644 (file)
index 0000000..cd49063
--- /dev/null
@@ -0,0 +1,5 @@
+[[!template  id=gitbranch branch=git://github.com/yds/ikiwiki.git/pagedown/ author="[[yds]]"]]
+
+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.
+
+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.