-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow hints (link navigation) #744
Comments
It's definitely possible using either javascript or the QWebElement API. I've implemented hints in my own project (qutebrowser). See #42 for extensions - though I guess it'll take some while until something like Vimium will run. |
Cool. Thanks! @The-Compiler - hey qutebrowser is a nice browser! It even has spatial navigation hidden in there! Well done! |
In DWB and Luakit and Lynx and Elinks the same is also available. In my opinion, Opera's spatial navigation is by far better. Spatial navigation can be emulated in Elinks, but I have heard it's too difficult to do in webkit browsers. Does qutebrowser's spatial navigation start from the middle of page when you are in the middle or does it start always from the beginning? It would be great to have all the link search methods available in Otter:
|
Qutebrowser's spatial navigation appears to start in the middle of the page if you are in the middle of the page. |
This is how Qutebrowser documents its own spatial navigation in qutebrowser.conf
I tried it and it seems to work. The faults:
Otherwise it kind of navigates and its implementation could be usable for Otter too. |
There's nothing special implemented in qutebrowser really. The only thing it does is to turn on the |
Really? What is it called when you navigate with the Tab key? The Tab key kind of jumping from element to element is available all the time. |
I don't follow - I don't think that has any special name. Either way, this issue should probably be split up - this is about hints (i.e. labling links with a label). If Otter doesn't expose the spatial navigation attribute, I'd suggest to open a separate issue for that. |
I don't know if it has a name, but I'd call it something like sequential navigation. The beauty of spatial navigation is that it doesn't focus links such as they are sequentially located in the source, after all. |
It would be very nice to have this feature. |
any updates ? |
Most vim-like browsers (Vimium, vimperator, etc.) have a feature, where you press a key and then the browser decorates all links on the page with one or two letters. Then you type those letters to follow the link.
Will this kind of feature eventually be possible in Otter?
Is it the kind of thing that would be written as an Otter-specific extension? Or will Otter eventually be able to run Chrome extensions like Vimium?
The text was updated successfully, but these errors were encountered: