]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/how_can_I_use___39____47____39___as_tagbase__63__.mdwn
Added a comment
[ikiwiki.git] / doc / forum / how_can_I_use___39____47____39___as_tagbase__63__.mdwn
1 I'd like tags to be top-level pages, like /some-tag.
2
3 I achieve this most of the time by *not* defining `tagbase`.
4
5 However, this goes wrong if the name of a tag matches the name of a page further down a tree.
6
7 Example:
8
9  * tag scm, corresponding page /scm
10  * a page /log/scm tagged 'scm' does not link to /scm
11  * a page /log/puppet tagged 'scm' links to /log/scm in the Tags: section
12
13 Is this possible, or am I pushing tags too far (again)? -- [[Jon]]