summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/wmd.pm
AgeCommit message (Collapse)Author
2010-11-23Use local paths when including JavascriptSimon McVittie
2010-06-16Encode not usedJoey Hess
2010-03-19audited use POSIXJoey Hess
The POSIX perl module exports a huge number of functions by default, so make sure all imports are qualified. (And remove one that was not necessary.)
2010-02-12add section informationJoey Hess
2009-03-08configure wmd to leave text in markdownJoey Hess
2009-03-07look for wmd/wmd.jsJoey Hess
This means that the underlay needs to have a wmd/wmd/wmd.js, which is a trifle weird, but it isolates all the wmd stuff in a single wmd subdirectory of the built wiki. The wmd/images creating a toplevel images directory was particularly bad.
2009-03-07make wmd comment support comment editing (I think)Joey Hess
2009-03-07rebuild not neededJoey Hess
This plugin only affects the page edit, not the compiled wiki.
2009-03-07wmd plugin from willuJoey Hess