HugoFara / lwt

Learn languages by reading! A language learning app stemmed from Learning with Texts (LWT).
https://hugofara.github.io/lwt/
The Unlicense
164 stars 19 forks source link

Replace aehlke/tag-it by jQuery Autocomplete widget #183

Open HugoFara opened 6 months ago

HugoFara commented 6 months ago

tag-it was good to use and all, but it is no longer maintained.

Based on tag-it issues, the package has many problems and incompatibilties with future versions of jQuery, which will be a hinder to LWT development.

Some replacements:

  1. Using pure jQuery with Autocomplete. Seems nice and all but rather minimal.
  2. Using tagify (recommended by tag-it). Fully featured, but adds a new dependency.
  3. Other (I didn't check out).