micahrl 2011-11-10 15:32:19 -04:00 committed by admin
parent b197506d6f
commit acd8d98394
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
I have the tag plugin enabled, and these additional lines in my setup file:
tagbase => "tags",
tag_autocreate => 1,
tag_autocreate_commit => 1,
However, when I use a !tag or !taglink directive, nothing gets autocreated in the tags/ directory. What am I doing wrong?