resucutie / localbooru

Cross platform local booru collection that exclusively works on local storage, without selfhosting
GNU General Public License v3.0
31 stars 1 forks source link

Feature Request: Alternative tag insert mode #16

Open admbeck opened 2 months ago

admbeck commented 2 months ago

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:

Describe the solution you'd like Clicking other button like Tab or Shift+Enter could insert currently suggested tag without moving the insert cursor away from the tag field

admbeck commented 2 months ago

Hopefully better explanation: When you manually write tags a suggestion box appears image 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. image 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. image

resucutie commented 2 months ago

Honestly, that tag imput box was made with my butt. I am planning to rework on it in the future