暂无描述

Damien Merenne e7907d0d98 Use js injection framework in test. 5 年之前
test e7907d0d98 Use js injection framework in test. 5 年之前
.gitignore d1ac4c688e Implement multiple backend support. 5 年之前
.travis.yml 51eedb7aab Add travis ci support. 5 年之前
Cask c9e34c1e64 Add cask file. 5 年之前
README.md 1f8d7a5dbc Allow choosing backend. 5 年之前
xwidget-plus-common.el ec296d222e Add subr-x feature for string-join. 5 年之前
xwidget-plus-follow-link.el e63e3e01b7 Ensure ido-set-matches advices are removed by using unwind-protect. 5 年之前
xwidget-plus.el 1f8d7a5dbc Allow choosing backend. 5 年之前

README.md

Emacs xwidget-webkit enhancement suite

This package enhance the integrated xwidget-webkit browser with hopefully useful functionnalities.

Follow link

Using xwidget-plus-follow-link to choose a link on the current web page. It also highlight the candidates on the web page.

Imgur

It currently supports completing-read, ido, ivy and helm completion backend. I'm willing to add support for other completion backend, open an issue with your backend of choice and I'll have a look at what can be done. Or better, fork and create a pull request, most of the needed code is already there, it just needs to be hooked.

Switch to xwidget on browse

This package provides the xwiget-plus-browse-url function. Unlike xwidget-webkit-browse-url, when reusing an existing session, it will bring it to the front.

How to install

Sorry, no melpa as of now. Should be added quite soon.

(use-package xwidget-plus
  :load-path "~/.emacs.d/xwidget-plus"
  :bind (:map xwidget-webkit-mode-map
              ("v" . xwidget-plus-follow-link)))