diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-21 15:22:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-21 15:22:52 -0400 |
commit | 204c0a63f3fd7673dac83da6aa5f9c9e3cc9a6c5 (patch) | |
tree | dcd4236157e1a13d9937ef8bd9b1e1dd428ca703 /doc | |
parent | 034b4e826627dddf47ff27278897804e39741e57 (diff) |
document tag_autocreate
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/tag.mdwn | 3 | ||||
-rw-r--r-- | doc/roadmap.mdwn | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index 8ff70a069..bdf39d7e8 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -8,6 +8,9 @@ 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 the `tag_autocreate` setting is enabled, tag pages will automatically be +created as needed. + [[!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. diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index 0c7bf2fa8..8e2a01827 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -78,6 +78,7 @@ Probably incomplete list: * Make pagespecs match relative by default? (see [[discussion]]) * Flip wikilinks? (see [[todo/link_plugin_perhaps_too_general?]]) * YADA format setup files per default? +* Enable `tag_autocreate` by default. In general, we try to use [[ikiwiki-transition]] or forced rebuilds on upgrade to deal with changes that break compatability. Some things that |