aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/more.mdwn
Commit message (Collapse)AuthorAge
* plugin tag reorgJoey Hess2010-02-12
|
* format plugin categorizationJoey Hess2010-02-12
|
* misc minor changesJoey Hess2008-09-11
|
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* 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
* * Changed calling convention for httmllink slightly. The first threejoey2007-02-20
parameters remain the same, but additional options are now passed in using named parameters. * Change plugin interface version to 1.02 to reflect this change. * Add a new anchor option to htmllink. Thanks Ben for the idea. * Support anchors in wikilinks. * Add a "more" plugin based on one contributed by Ben to allow implementing those dreaded "Read more" links in blogs.