diff options
author | jwalzer <jwalzer@web> | 2010-03-10 15:26:27 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-10 15:26:27 +0000 |
commit | f64c04040717baf89f0583b59ded4819c5be29c6 (patch) | |
tree | a533345e64e18ad0caad6ed404f6f1cda1596f44 | |
parent | 6eb71547dd5ba29d18bf8f19213e58e5d785a015 (diff) |
suggesting List of tags when editing content (wishlist)
-rw-r--r-- | doc/forum/wishlist-discussion:_Editformular_showing_existing_tags.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/wishlist-discussion:_Editformular_showing_existing_tags.mdwn b/doc/forum/wishlist-discussion:_Editformular_showing_existing_tags.mdwn new file mode 100644 index 000000000..98e4280cd --- /dev/null +++ b/doc/forum/wishlist-discussion:_Editformular_showing_existing_tags.mdwn @@ -0,0 +1,11 @@ +# How about: + +having a list of all existing tags in the Edit-Formular as a selectionbox? + +Assume I have tagbase=/tags/ and for every tag I have given to articles an existing page there. + +Would it be possible to list all these tags together with the Formular, as selectionbox. +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 ? + +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. +This way, even a pagespec would suffice to determine the usable list of tags and not only the tagbase-variable. |