reword after reorg
[ikiwiki] / doc / plugins / tag.mdwn
1 [[!template id=plugin name=tag author="[[Joey]]"]]
2 [[!tag type/tags type/link]]
3
4 This plugin provides the [[ikiwiki/directive/tag]] and 
5 [[ikiwiki/directive/taglink]] [[directives|ikiwiki/directive]].
6 These directives allow tagging pages.
7
8 This plugin has a configuration option. Set --tagbase=tags and links to tags
9 will be located under the specified base page. If ikiwiki is configured
10 this way, then the example above actually tags the page with the tags
11 tags/tech, tags/life, and tags/linux. This is a useful way to avoid
12 having to write the full path to tags, if you want to keep them grouped
13 together out of the way.