diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 18:59:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 18:59:27 +0000 |
commit | d1999f0357d893924acdc84f7c6c93dab144aa7e (patch) | |
tree | 3bdd3fc1a28b607c1768d660710827e0891a9c23 /doc/plugins | |
parent | 7f087e18aef78ea8d1b115bed669cfd108237b47 (diff) |
* Add taglink preprocessor directive, supporting visible tag links.
Closes: #443344
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/tag.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index 2f541e532..c221624cd 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -11,6 +11,10 @@ tagged with a given tag, for example. The tags will also show up on blog entries and at the bottom of the tagged pages, as well as in RSS and Atom feeds. +If you want a visible [[WikiLink]] along with the tag, use taglink instead: + + \[[taglink foo]] + This plugin has a configuration option. Set --tagbase=tags and links to tags will be located under the specified base page. If ikiwiki is configured this way, then the example above actually tags the page with the tags |