hydrusnetwork / hydrusnetwork/hydrus
Jump to tag by typing in tag lists
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
When a tag list has focus, I should be able to start typing a tag and the tag list should jump to show the first tag that starts with the typed characters. Useful for navigating long taglists. E.g. if I quickly hit 't' and then 'a', it should jump to the first tag in the list that starts with 'ta'.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the tag-list widget and its keyboard/focus handling, then trace how typed input is currently processed while a tag list has focus. Verify that successive characters select the first matching tag, including the example prefix "ta", and that long tag lists visibly jump to the match.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100