diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 17:07:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 17:07:51 +0000 |
commit | c1474d795c521c466dc997f6eb03b9a84eb1f73f (patch) | |
tree | 3c95fcbe4a03fe322e5b06bfd64a32262d561738 /doc/plugins | |
parent | 622b866f3ee3d3b5fe76f913559a0afae66af001 (diff) |
make taglink support the same method for specifying link text as a regular
wikilink
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/tag.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index c221624cd..caffaa692 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -14,6 +14,7 @@ feeds. If you want a visible [[WikiLink]] along with the tag, use taglink instead: \[[taglink foo]] + \[[taglink tagged_as_foo|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 |