is this paws-ible?

master
http://jmtd.livejournal.com/ 2010-12-05 13:25:56 +00:00 committed by Joey Hess
parent 9b6e881f88
commit a016d965ae
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
I'd like tags to be top-level pages, like /some-tag.
I achieve this most of the time by *not* defining `tagbase`.
However, this goes wrong if the name of a tag matches the name of a page further down a tree.
Example:
* tag scm, corresponding page /scm
* a page /log/scm tagged 'scm' does not link to /scm
* a page /log/puppet tagged 'scm' does not link to /scm
Is this possible, or am I pushing tags too far (again)? -- [[Jon]]