[pmwiki-users] Tagging like TiddlyWiki

Peter Bowers pbowers at pobox.com
Sat Aug 15 21:04:54 CDT 2009


2009/8/14 Patrick R. Michaud <pmichaud at pobox.com>:
...
> Use page text variables.  In the text:
>
>    (:tag: dogs:)
>
> In the pagelist command to find all of the pages tagged with "dogs":
>
>    (:pagelist $:tag=*dogs* :)

Do note that PTVs are not part of the page index.  For performance
reasons you might consider something like this:

(:pagelist $:tag=*dogs* dogs:)

so that the search term "dogs" can be used to optimize the search
somewhat.  (Unless you're dealing with a pretty small site so the
optimization isn't necessary.)

-Peter



More information about the pmwiki-users mailing list