aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/map.mdwn
blob: 5b009f424db9141cd1afc8bbb5c6726fb5816934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!template id=plugin name=map author="Alessandro Dotti Contra"]]
[[!tag type/meta type/widget]]

This plugin provides the [[ikiwiki/directive/map]] [[ikiwiki/directive]],
which generates a hierarchical page map for the wiki.

[[!if test="enabled(map)" then="""
This will create an a map, for the plugins section of this wiki:

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

Example:

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

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

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