aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-04-21 20:30:14 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-21 20:30:14 +0000
commitffe9fd8eb14cedaf31477dbce72c28dd38cc78ae (patch)
tree2c7882ad5972ce7d55f0fe06414b99152d72204a /doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
parentb21db4197802ebd4d268b81b3df9448aa8108742 (diff)
downloadikiwiki-ffe9fd8eb14cedaf31477dbce72c28dd38cc78ae.tar
ikiwiki-ffe9fd8eb14cedaf31477dbce72c28dd38cc78ae.tar.gz
suppressing auto-creation can be quite counter-intuitive
Diffstat (limited to 'doc/todo/auto-create_tag_pages_according_to_a_template.mdwn')
-rw-r--r--doc/todo/auto-create_tag_pages_according_to_a_template.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn b/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
index e993a9aa4..5a1aff928 100644
--- a/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
+++ b/doc/todo/auto-create_tag_pages_according_to_a_template.mdwn
@@ -177,6 +177,32 @@ wrong direction. (fixed --[[Joey]] )
>>>>> manual recreation -- it still needs to remember it was once an autofile,
>>>>> in order to avoid recreating it if it's deleted yet again. --[[Joey]]
+>>>>>> Are these really the semantics we want? It seems strange to me
+>>>>>> that this:
+>>>>>>
+>>>>>> * tag a page as foo
+>>>>>> * tags/foo automatically appears
+>>>>>> * delete tags/foo
+>>>>>> * create tags/foo manually
+>>>>>> * delete tags/foo again
+>>>>>> * tags/foo isn't automatically created
+>>>>>>
+>>>>>> isn't the same as this:
+>>>>>>
+>>>>>> * create tags/foo
+>>>>>> * delete tags/foo
+>>>>>> * tag a page as foo
+>>>>>> * tags/foo automatically appears
+>>>>>>
+>>>>>> or even this:
+>>>>>>
+>>>>>> * create tags/foo
+>>>>>> * tag a page as foo
+>>>>>> * delete tags/foo
+>>>>>> * tags/foo automatically appears (?)
+>>>>>>
+>>>>>> --[[smcv]]
+
>>> * `autoindex` forgets that a page was deleted when it's no longer needed
>>> anyway (this may be harder for `autotag`?)