show tagging example
parent
f353a12e39
commit
568cc2f758
|
@ -5,7 +5,15 @@ This plugin provides the [[ikiwiki/directive/map]] [[ikiwiki/directive]],
|
||||||
which generates a hierarchical page map for the wiki.
|
which generates a hierarchical page map for the wiki.
|
||||||
|
|
||||||
[[!if test="enabled(map)" then="""
|
[[!if test="enabled(map)" then="""
|
||||||
Here's an example map, for the plugins section of this wiki:
|
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 !*/*/*"]]
|
[[!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)]]
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Reference in New Issue