diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2010-12-05 13:25:56 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-05 13:25:56 +0000 |
commit | a016d965ae518f85ed0f940d194a14f541257186 (patch) | |
tree | 70bf74af8d879fa54b8e8ed35ea5a72c61983684 | |
parent | 9b6e881f884de4a813f11582909a61e6cdff705c (diff) | |
download | ikiwiki-a016d965ae518f85ed0f940d194a14f541257186.tar ikiwiki-a016d965ae518f85ed0f940d194a14f541257186.tar.gz |
is this paws-ible?
-rw-r--r-- | doc/forum/how_can_I_use___39____47____39___as_tagbase__63__.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/how_can_I_use___39____47____39___as_tagbase__63__.mdwn b/doc/forum/how_can_I_use___39____47____39___as_tagbase__63__.mdwn new file mode 100644 index 000000000..c7cd7efa8 --- /dev/null +++ b/doc/forum/how_can_I_use___39____47____39___as_tagbase__63__.mdwn @@ -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]] |