parkouss / webmacs

webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
GNU General Public License v3.0
157 stars 21 forks source link

handle address query as search if it contains space #146

Open sleep-walker opened 1 year ago

sleep-walker commented 1 year ago

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.

1) I'm aware that the naming is not stellar. 2) 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()

sleep-walker commented 1 year ago

OK, it's still not working as expected with the bookmarks containing space. Not for merge yet.