Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any open source tag editors, just like SO's? [closed]

Looking for a UI element implementation that allows to select multiple items out of a predefined set, just like the tag editor we have here, below the question form on StackOverflow.

I don't even know what the proper name for such control is to google for it. Multi-select? Multi-edit?

Autocomplete (and jQuery Autocmplete) is not quite it because it selects just one item, although the tag editor does have autocomplete as an aid.

jQuery is OK although I prefer generic JavaScript that works on modern browsers: IE9+ and the rest.

like image 695
mojuba Avatar asked Jul 21 '12 18:07

mojuba


People also ask

What do people use instead of Dreamweaver?

The best alternative is Atom. It's not free, so if you're looking for a free alternative, you could try Aptana Studio or BlueGriffon. Other great apps like Adobe Dreamweaver are Pinegrow Web Editor, Bluefish Editor, WebStorm and Silex.


2 Answers

jQuery UI Autocomplete has multi-select support.

Other than that, in no particular order:

  • Select2
  • jQuery Tag-it!
  • Chosen
  • TextExt
  • jQuery Tags Input Plugin
  • jQuery Tagit
  • tagedit
  • jQuery Tokeninput
  • FCBKcomplete
  • AutoSuggest

Edit: Just found another similar SO question. Take a look there also: jQuery autocomplete tagging plug-in like StackOverflow's input tags?

like image 112
Miroslav Popovic Avatar answered Sep 22 '22 18:09

Miroslav Popovic


Chosen.js is a simple clean library; it also allows multiple selects.

enter image description here

like image 32
pat34515 Avatar answered Sep 21 '22 18:09

pat34515