-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Multi-select categories from context menu feature #918
Comments
Nice work -- Checkbox-style UI for categories is quite better and I wouldn't mind adding this in, yeah! The only drawback I can think of is that the API call is now made everytime you want to add/remove a category to an ID (previously it was only needed for removal), but I don't think it's that big of a deal ¯\_(ツ)_/¯ I'd approve a PR with those changes (or I guess I'll copy-paste it in myself eventually but don't have the time for it rn) -- just a few notes from me:
|
Thanks for the tips! I haven't noticed anything wrong spamming the checkboxes so far. And I don't mind if anything I share just gets copy/pasted, since I still need to make time on learning how to do pull requests. |
Cleaned up and implemented. |
I think this feature will be extremely nice to have (well for me at least). I want to be able to quickly organize my archives anywhere I am or triage my queue from the reading list into the right categories without needing to look in "remove from category" before going to "add to category", and that's if I remember which category it's already in.
Marked checkboxes also prevent selecting the same category more than once.
I managed to get it working now with the code below. I'm hoping for an official implementation.
Demo video of the context menu with multi-select categories, FYI the video is sped up
index.html.tt2
index.js
Thank you.
The text was updated successfully, but these errors were encountered: