-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tag autocomplete #2320
add tag autocomplete #2320
Conversation
Hey @daiyam can you filter tags that has already been added ? I think it will be better. |
@ZeroX-DG good idea! It's done. |
Nice! LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need Awesomeplete? I think this feature can be achieved by implement some React components.
@Rokt33r ya, a React component would be better but Awesomplete was faster to integrate. |
@Rokt33r I removed |
@daiyam LGTM. Btw, it doesn't work on snippet notes. Could you fix it too? |
Hi @daiyam, I featured your contribution on release blog! |
@daiyam i just wanted to say that i like your feature. It's pretty cool :) |
@ehhc thx |
yeah, best feature ever! 👍 I was longing for this from the first time I've used BN. So many redundant tags due to inconsistent letter case, plural / singular, synonyms, etc. I had a script before to rename all tags to clean it all up. |
This change adds tag autocomplete #192