Plugin: map
Author: Alessandro Dotti Contra
Included in ikiwiki: yes
Enabled by default: no
Included in goodstuff: yes
Currently enabled: yes

This plugin provides the map directive, which generates a hierarchical page map for the wiki.

This will create an a map, for the plugins section of this wiki:

[[!map  pages="(plugins or plugins/*) and !*/*/*"]]

Example:

It's also possible to search for specific tags or links:

[[!map  pages="todo/* and !todo/done and !link(todo/done)"]]