Gorkycreator / obsidian-quick-tagger

Quick tagger for Obsidian.md
MIT License
27 stars 1 forks source link

adding new tag, text should be on the top. otherwise ctrl + enter to add tag #14

Open techeddie opened 1 week ago

techeddie commented 1 week ago

hi there, when adding a new tag via hotkey, the typed text should be on the top. It would make the worklflow easier by just pressing Enter. Alternatively Ctrl + Enter should be working even if suggested text is currently marked. Any ideas how to solve? Thank you

Gorkycreator commented 1 week ago

Thanks for the suggestion. I think the keyboard shortcut proposal would be a good fit for this plugin, as that implementation still permits quick entry of the closest match with the Enter key (fuzzy matching will work better in an upcoming release).

I think I will go with Shift + Enter instead of Ctrl + Enter. That way it will mimic the shortcuts used by Obsidian's native Quick Switcher. This does depend on mapping out how to steal the keyboard focus, though, so it might take me a while.