Hi,
I've written a small plugin to integrate delicious bookmarks into
conkeror with completion. It contains both a command and a webjump.
For the latter to work, it is however necessary to change
merge_completers in minibuffer-completion.js to forward the get_value
function (i.e. somewhere around line 310 should contain "get_value:
forward('get_value')"). Otherwise webjumps always return the
completion sring, which in this case is the name of not bookmark, not
the url.I've attached the file. Hope it's useful (and not too badly written)... Cheers, Christoph
delicious.js
Description: JavaScript source
_______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
