X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Ftags.mdwn;h=71d925b2458155a13a75ef7ce77497467ef2f13c;hb=d4101ad64f801f862cceab51f91a2a66e51b73d8;hp=f1a3f9f9b8253cf2a263cf2d4f74d24c1ad86eb1;hpb=7960031135e74f6d36abc4294dbadb687117222c;p=ikiwiki.git diff --git a/doc/tags.mdwn b/doc/tags.mdwn index f1a3f9f9b..71d925b24 100644 --- a/doc/tags.mdwn +++ b/doc/tags.mdwn @@ -9,15 +9,15 @@ 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 [[WikiLink]]. +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.