New plugin: parenttag

master
spalax 2014-01-18 09:16:43 -04:00 committed by admin
parent 80b1782223
commit de2b7cb2ae
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[[!template id=plugin name=parenttag author="[[Louis|spalax]]"]]
[[!tag type/tags]]
This plugin deals with subtags (e.g. `mathematics/calculus`). Whenever a page is tagged, it is automatically tagged with its subtags as well: the following directives are equivalent:
\[[!tag mathematics/calculus]]
\[[!tag mathematics mathematics/calculus]]
The `taglink` directive is changed as well: instead of displaying the leaf of the tag, the full path (up to `tagbase` configuration option) is displayed, each bit linking to its corresponding page. For instance, directive `\[[!taglink mathematics/calculus]]` creates a link similar to `\[[TAGBASE/mathematics]]/\[[TAGBASE/mathematics/calculus]]`.
## Code
Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Parenttag]].