Hello everyone,<br><br>I&#39;d like to be able to set up a simple tagging system, whereby on each
page you can add a tag which acts as a direct link to another page.
E.g. You could tag the page &#39;Main/Daschund&#39; with the &#39;Dogs&#39; tag, and
clicking on that link would take you to Main/Dogs. I&#39;d then like to
have the option to list, in Main/Dog, all those pages that have the
&#39;Dogs&#39; tag. This seems to be how tags in the ever-useful <a href="http://www.tiddlywiki.com/" target="_blank">TiddlyWiki</a> work, and I&#39;d like a similar navigation option in pmwiki.<br>
<br>I&#39;ve tried to do this in several ways:<br><br>First I tried using Categories but this is no good, as obviously the Category link takes you to Category/Dogs, not Main/Dogs.<br><br>Then
I tried simply adding a link at the bottom of the page to [[Main/Dogs]]
and backlinking using the (:pagelist link=Dogs:), but this isn&#39;t
suitable either, as it brings up any page that happens to have a
Main/Dogs link in it (I only want the list to show pages that have been
actively tagged).<br>
<br>My third attempt was a bit of a hack - if I add a link to the
bottom of the page with an asterisk inside the link [[*Main/Dogs]] it
seems to work as a link to Main/Dogs. Then on the Dogs page I generate
a list using (:pagelist *Main/Dogs:), which seems to excludes any links
to [[Main/Dogs]] that might happen to be in the text of other pages.
The main problem I have with this is that the pagelist output always
lists itself.<br>
<br>Does anyone have a better way of doing this, and/or a way of getting (:pagelist *Main/Dogs:) to exclude the page Main/Dogs?<br><br>Any help gratefully received!<br><br>Cheers,<br>Michael.<font color="#888888"><br></font>