]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/wishlist-discussion:_Editformular_showing_existing_tags.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / wishlist-discussion:_Editformular_showing_existing_tags.mdwn
1 # How about:
2
3 having a list of all existing tags in the Edit-Formular as a selectionbox?
4
5 Assume I have tagbase=/tags/ and for every tag I have given to articles an existing page there.
6
7 Would it be possible to list all these tags together with the Formular, as selectionbox.
8 Maybe even with parsing of the content and preselecting the tags, that are given in the article and vice-versa when selecting the fields then also generating the \[\[\!tag\]\]-sourcecode ?
9
10 this would need a bit JS-work and somehow on compiletime we need to put the list of tags somewhere, where the cgi could read them from.
11 This way, even a pagespec would suffice to determine the usable list of tags and not only the tagbase-variable.
12
13 > I think this would be very hard to achieve with the current tag plugin, due to the nature of its implementation.
14
15 > I've had a "tag2" plugin on the go for a while which supports this. It's in a very rough stage but I'll try to find it and upload it somewhere. -- [[Jon]]