diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-19 18:54:25 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-19 18:54:25 -0500 |
commit | f813b10fef13682c95ada9c9a9ccf05ff602c172 (patch) | |
tree | 85402ea3875c99358d54819edcc46b71f5b122ca /doc/plugins | |
parent | e611d4cdc10d2fb66d41ec8e101e6e35ddc9fdbf (diff) |
rename tag() to tagged(); add docs
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/tag.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index 17bb086a1..8ff70a069 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -5,6 +5,9 @@ This plugin provides the [[ikiwiki/directive/tag]] and [[ikiwiki/directive/taglink]] [[directives|ikiwiki/directive]]. These directives allow tagging pages. +It also provides the `tagged()` [[ikiwiki/PageSpec]], which can be used to +match pages that are tagged with a specific tag. + [[!if test="enabled(tag)" then=""" This wiki has the tag plugin enabled, so you'll see a note below that this page is tagged with the "tags" tag. |