-
Notifications
You must be signed in to change notification settings - Fork 24
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 New Tag? #10
Comments
Looks like this jquery plugin could be useful - would need to create an ajax view possibly for creating new tags... https://maxfavilli.com/jquery-tag-manager |
I may have to implement this for my project. @bennylope any direction here before I submit a PR? I also need to be able to remove tags. But maybe for that I generate a button for every tag known and perform a DELETE request via ajax. |
Nothing specifically @morenoh149 - as long as the necessary JS requirements are bundled I'd say go for it. |
@morenoh149 did you ever make any progress on this? 😄 |
Nope. But I may do this as part of a youtube video? Want to help? |
I'm happy to help if I can, although I'm a Python noob and I have zero experience of js/jquery/etc |
ok @djjudas21 please email me. We can setup sometime to discuss how to do this. I am very experienced in js. |
Would be great if this also optionally included a way to create a new tag as opposed to only using a curated list of tags.
Perhaps the last tag in the list is a "plus" symbol and when you click on it, it becomes a text field styled like an unselected tag...
The text was updated successfully, but these errors were encountered: