@kulehandluke @evelant @Fortrikka
Alright well I got the party started on this. The first issue is fixed. Navigating with J
and K
, viewing highlights with F
, and a few other functions now work. It was an issue with WebKit's JSON.parse()
not working the same as Chrome or Firefox's implementation.
There are some things still not working such as Vimium not getting focus on page load, which means it can't begin typing into the vomnibar or the /
search command. Also the /
search command is still not working. Something to do with the retrieval of HTML elements by the looks of it in the console.
You can check out the release and repository here → https://github.com/tyirvine/vimium/releases/tag/vimium-2.0.6
If you guys work with JavaScript at all please consider contributing fixes. Vlad seems pretty busy and fixing this is something we could totally manage.
I have a pull request opened up with Vimium so any changes can be added to that and hopefully we can get them merged. If our fixes dramatically mess with Vimium then they probably won't get merged, so keep them as minimal as possible.