aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/link.pm
Commit message (Expand)AuthorAge
* add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding.. Joey Hess2008-08-03
* fix encoding issues with link conversion•••Have to convert link text to page name going in. And on the way out, need to replace spaces with underscores in the link text, which is not normally done with titles. Joey Hess2008-07-24
* test suite and partial fix for encoding issues in link renamingJoey Hess2008-07-23
* preserve case of subpageJoey Hess2008-07-23
* case preservationJoey Hess2008-07-23
* add renamepage hooks•••Implemented for regular wikilinks, with a test suite. Joey Hess2008-07-23
* * Add the linkify and scan hooks. These hooks can be used to implement••• custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default. Joey Hess2008-02-11