[GH-ISSUE #171] [Feature request] Alphabetical sorting of tag select dropdown #130

Closed
opened 2026-03-02 11:46:54 +03:00 by kerem · 2 comments
Owner

Originally created by @lilacpixel on GitHub (May 19, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/171

When adding new tags for a bookmark in the preview modal, the tag select dropdown shows existing tags in the order they were created.

Screenshot 2024-05-19 at 11 00 11 AM

An alphabetical sort might make it a little easier to scroll through and see what tags already exist. I see that #80 was closed out yesterday, but that sorting only covers the tags page itself. Would a default alphabetical sort on the database level be useful to anyone else? I'm still rifling through code and trying to make sense of the new stack, but if there's a need and someone else wants to take a crack at it, I'd be super grateful 😁

Originally created by @lilacpixel on GitHub (May 19, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/171 When adding new tags for a bookmark in the preview modal, the tag select dropdown shows existing tags in the order they were created. ![Screenshot 2024-05-19 at 11 00 11 AM](https://github.com/MohamedBassem/hoarder-app/assets/44416326/d497e7c7-6259-4ca3-b5e8-920ac77025fd) An alphabetical sort might make it a little easier to scroll through and see what tags already exist. I see that #80 was closed out yesterday, but that sorting only covers the tags page itself. Would a default alphabetical sort on the database level be useful to anyone else? I'm still rifling through code and trying to make sense of the new stack, but if there's a need and someone else wants to take a crack at it, I'd be super grateful 😁
kerem closed this issue 2026-03-02 11:46:54 +03:00
Author
Owner

@MohamedBassem commented on GitHub (May 19, 2024):

hmmm, I'm surprised that I didn't end up sorting that list. The tag selector in the browser extension is sorted, so the one in preview should be sorted as well. I don't think we need to do it on the database level, just sorting it in the TagSelector of the web app should suffice. Let me send a quick commit now.

<!-- gh-comment-id:2119275435 --> @MohamedBassem commented on GitHub (May 19, 2024): hmmm, I'm surprised that I didn't end up sorting that list. The tag selector in the browser extension is sorted, so the one in preview should be sorted as well. I don't think we need to do it on the database level, just sorting it in the TagSelector of the web app should suffice. Let me send a quick commit now.
Author
Owner

@lilacpixel commented on GitHub (May 19, 2024):

From feature request to code push in less than 15 minutes--that's got to be some kind of record 😉 Thank you so much!

<!-- gh-comment-id:2119293844 --> @lilacpixel commented on GitHub (May 19, 2024): From feature request to code push in less than 15 minutes--that's got to be some kind of record 😉 Thank you so much!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#130
No description provided.