]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
show tagging example
authoranarcat <anarcat@web>
Wed, 30 Jan 2019 16:32:47 +0000 (12:32 -0400)
committeradmin <admin@branchable.com>
Wed, 30 Jan 2019 16:32:47 +0000 (12:32 -0400)
doc/plugins/map.mdwn

index b164d5ca82bc8fc454aa2fdbf460f0188797115a..c257d365f4c38bee7d5d0c566b43848575ca0c4e 100644 (file)
@@ -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)]]
 """]]