web commit by StefanoZacchiroli
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 19 Sep 2006 23:31:38 +0000 (23:31 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 19 Sep 2006 23:31:38 +0000 (23:31 +0000)
doc/bugs/tags_base_dir_not_used_when_creating_new_tags.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/tags_base_dir_not_used_when_creating_new_tags.mdwn b/doc/bugs/tags_base_dir_not_used_when_creating_new_tags.mdwn
new file mode 100644 (file)
index 0000000..046c025
--- /dev/null
@@ -0,0 +1,7 @@
+I'm using the tags plugin with tagbase="tags".
+
+Already existing tags, corresponding to pages like tags/foo.html work just fine.
+
+If I add to a page a tag which is not existing (e.g. with [[tag newtag]]) the just modified page will have a link which point to tags/newtag. This is in theory correct, but in practice leads to creating a tags/newtag subpage of the page I'm editing, while my tagbase is supposed to be relative to the wiki root.
+
+When used in a wiki which already have some tags this leads to mixing up tags located in tags/ and tags located in whatever/tags/.
\ No newline at end of file