qupzilla icon indicating copy to clipboard operation
qupzilla copied to clipboard

Missing plugins in Qupzilla

Open Kishore96in opened this issue 9 years ago • 6 comments

My installation of Qupzilla is missing a number of the plugins (eg. access keys navigation) listed in https://github.com/QupZilla/qupzilla-plugins/wiki. I have checked in my distribution(Arch Linux)'s package (version 2.0.2) and by compiling from the source available on github. The downloaded source contains folders corresponding to the missing plugins (with various c files in them). However, some of the plugins are missing from the settings dialog in the compiled binary.

Kishore96in avatar Dec 23 '16 08:12 Kishore96in

Access Keys Navigation is not ported to QupZilla 2 yet.

nowrep avatar Dec 23 '16 08:12 nowrep

Is there any documentation on what changes need to be made to port plugins to Qupzilla 2?

Kishore96in avatar Dec 23 '16 09:12 Kishore96in

Basically the same as porting from QtWebKit -> QtWebEngine. That means instead of C++ API use JavaScript to manipulate content of webpages.

nowrep avatar Dec 23 '16 09:12 nowrep

This would be a great plugin to have in QupZilla 2. Link hints are so convenient!

epitron avatar May 05 '17 00:05 epitron

Seconded. Access keys is one of Qupzilla's best features.

dwrz avatar May 27 '17 03:05 dwrz

Is there another QtWebEngine based browser with this feature which we can just port over?

(There are quite a few browsers which have this: qute-browser, uzbl, luakit, etc.)

epitron avatar May 27 '17 07:05 epitron