1 [[!template id=plugin name=addtag author="[[Louis|spalax]]"]]
6 This plugin adds links in the edit page to tag pages by clicking on tag links (instead of manually typing the tag directive).
10 The editpage template has to be modified to enable this: the following code has
11 to be inserted where you want this feature to appear (right after the
12 attachment link seems a good place).
14 [[!toggle id=template text="Template"]]
15 [[!toggleable id=template text="""
16 <TMPL_IF NAME="ADDTAG">
17 <a class="toggle" href="#addtag">Tags</a>
20 <div class="toggleable" id="addtag">
22 Enable Javascript to add tags by simply clicking on them.
31 I think that in this case, the tag list looks nicer as columns. To do so, add
32 the following code to your CSS.
34 [[!toggle id=css text="CSS"]]
35 [[!toggleable id=css text="""
62 list-style-type: disc;
66 list-style-type: circle;
72 Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Addtag]].