tomokat / tk-bookmark-app

0 stars 0 forks source link

Auto-labelling feature #3

Open tomokat opened 1 year ago

tomokat commented 1 year ago

When user enter "Name" field to bookmark page (manually or auto populated via extension), it would be nice if it can parse it, compared with existing label and auto label what's "matched" (I want to make this bit configurable but I guess I'll create separate issue for that)

tomokat commented 1 year ago

I have decided to add this if and only user is trying to create new bookmark (otherwise, I think this will only confuse user)

tomokat commented 1 year ago

for matching, I end up using fuzzyset.js

tomokat commented 1 year ago

I needed to refactor tk-add-tags component a bit but managed to get auto generated tag to be colour coded differently than other tags :)