raucao / webmarks

remoteStorage-enabled bookmarking app
https://webmarks.5apps.com
Other
76 stars 11 forks source link

Auto-completion for tags field #45

Closed raucao closed 7 years ago

raucao commented 7 years ago

closes #29

raucao commented 7 years ago

I think this is done for the basic functionality. Would appreciate a quick review.

raucao commented 7 years ago

When removing a bookmark with tags that are only used for that bookmark, it might be a good idea to delete those tags from the cache.

They'll be overwritten entirely next time you load the index, hence the todo method also for adding tags.

Also, when adding tags via autocompletion the last trailing comma results in an empty tag being added.

The auto-completion is only putting things in the input field, so apparently there's a bug with trailing commas in general.

raucao commented 7 years ago

I moved the tag list deletion to the service and fixed the bug with trailing slashes. Thanks for your review!