]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tags.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / tags.mdwn
index a210df09c563cecd94322e33dc6a513d8e5d3433..c8f31423df7dbcfb760c854ec689f00afbc9a53d 100644 (file)
@@ -9,18 +9,18 @@ special link that ikiwiki knows is intended to be used as a tag.
 Generally you will tag a page without putting a visible link on it.
 The [[tag_plugin|plugins/tag]] allows you to do so, like this:
 
-       \[[tag mytag othertag thirdtag]]
+       \[[!tag mytag othertag thirdtag]]
 
 You can also tag a page with a visible link:
 
-       \[[taglink mytag]]
+       \[[!taglink mytag]]
 
 This tag will be displayed just like a regular [[ikiwiki/WikiLink]].
 
-One way to use these tags is to create a [[ikiwiki/blog]] of pages that have a
+One way to use these tags is to create a [[blog]] of pages that have a
 particular set of tags. Or just look at the [[BackLinks]] to a tag page to
 see all the pages that are tagged with it. [[Plugins]] can be written to do
 anything else with tags that you might desire.
 
-Once you have tags, you can use the [[plugins/pagestats]] plugin to
-generate tag clouds.
+Once you have tags, you can use the [[plugins/pagestats]], [[plugins/inline]] or [[plugins/map]] plugins to
+generate tag clouds and lists.