webmacs
webmacs copied to clipboard
handle address query as search if it contains space
When the entered address contains space, we can be rather certain that the content is not URL but webjump.
Let's add option which automatically use default webjump to handle the query.
- I'm aware that the naming is not stellar.
- I was considering more options how to get the same functionality but I'd need to duplicate WebJumpPrompt.value in some inherited class and monkey-patch
wj_prompt()
OK, it's still not working as expected with the bookmarks containing space. Not for merge yet.