aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authoryds <yds@web>2011-09-16 22:43:40 -0400
committeradmin <admin@branchable.com>2011-09-16 22:43:40 -0400
commit776e3b46777af83ab9ff1001173ea854734b9ba0 (patch)
tree5a470ae6ed94a725c1968d8d43e5f759d4900cf0 /doc/todo
parent25982076fc456897f919b6c593968252211ee680 (diff)
downloadikiwiki-776e3b46777af83ab9ff1001173ea854734b9ba0.tar
ikiwiki-776e3b46777af83ab9ff1001173ea854734b9ba0.tar.gz
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/pagedown_plugin.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/pagedown_plugin.mdwn b/doc/todo/pagedown_plugin.mdwn
new file mode 100644
index 000000000..cd49063e1
--- /dev/null
+++ b/doc/todo/pagedown_plugin.mdwn
@@ -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.