aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/toggle.mdwn
Commit message (Collapse)AuthorAge
* plugin tag reorgJoey Hess2010-02-12
|
* misc minor changesJoey Hess2008-09-11
|
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* fixed description for open parameterrdennis2008-07-23
|
* 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
* toggle: Add support for toggles that are open by default.Joey Hess2008-07-02
| | | | Also fix to work in preview mode.
* improvejoey2007-02-20
|
* simplified plugin definitionsjoey2007-02-13
|
* * Add toggle plugin.joey2006-11-22
* Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time.