fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

allow user extensions #663

Closed BebeSparkelSparkel closed 3 years ago

BebeSparkelSparkel commented 3 years ago

It would be nice to have user extensions in $HOME/.vimb.

config.mk seems to be set with PREFIX and EXTENSIONDIR.

Is there a way to add more directories in the .vimbrc?

fanglingsu commented 3 years ago

@BebeSparkelSparkel I do not see any real benefit from allowing to kick in additional webextensions. And as I understand the code https://github.com/WebKit/WebKit/blob/8afe31a018b11741abdf9b4d5bb973d7c1d9ff05/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp#L1513 right there is only one directory where webkit look for webextensions. So I close this.