scronide / scuttle

Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links online.
http://scuttle.org/
GNU General Public License v2.0
199 stars 85 forks source link

Autocompleting tags #7

Open makoshark opened 12 years ago

makoshark commented 12 years ago

A common problem when you are trying to add new bookmarks into a Scuttle system is that you do not realize which tags already exist. Ajax auto-completion of tags helps address this issue very nicely and has been present in Delicious and most of the proprietary competitors for some time.

Thomas Niepraschk created a pretty awesome [https://github.com/niepi/scuttle-autocomplete/](set of patches) on top of Scuttle 0.9.0 (which is imported directly from a tarball). I've done a some work to clean his patch up, split it into distinct commits and fix a bug in it. Anyway, I think it's ready in its current state to be merged into the main version of Scuttle.