Open admbeck opened 2 months ago
Hopefully better explanation: When you manually write tags a suggestion box appears If you press Enter, the topmost suggestion is auto-completed, but you can't continue typing in the same box. To input another tag, you'll need to click on the tags field again. This slows down the process of tagging significantly as autosuggestion feature is basically useless in this case. Would it be possible to have a button that would insert suggested tag and allow to immediately type in the same field again. Kinda like how suggestion in bash or zsh would work.
Honestly, that tag imput box was made with my butt. I am planning to rework on it in the future
Is your feature request related to a problem? Please describe. It is difficult to insert longer tags manually. To select existing tag you should to either use:
Enter
key, which switches insert cursor away from the fieldDescribe the solution you'd like Clicking other button like
Tab
orShift+Enter
could insert currently suggested tag without moving the insert cursor away from the tag field