aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/link.mdwn
Commit message (Collapse)AuthorAge
* Use non-deprecated wikilink page (ikiwiki/wikilink)http://smcv.pseudorandom.co.uk/2008-09-08
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* * Add the linkify and scan hooks. These hooks can be used to implementJoey Hess2008-02-11
custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default.