From: anarcat Date: Wed, 30 Jan 2019 16:32:47 +0000 (-0400) Subject: show tagging example X-Git-Tag: 3.20190207~39 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/568cc2f7587c7d568f6114965b01c14b36e307fd show tagging example --- diff --git a/doc/plugins/map.mdwn b/doc/plugins/map.mdwn index b164d5ca8..c257d365f 100644 --- a/doc/plugins/map.mdwn +++ b/doc/plugins/map.mdwn @@ -5,7 +5,15 @@ This plugin provides the [[ikiwiki/directive/map]] [[ikiwiki/directive]], which generates a hierarchical page map for the wiki. [[!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 !*/*/*"]] + +It's also possible to search for specific tags or links: + + [[!map pages="todo/* and !todo/done and !link(todo/done)]] """]]