No Description

Damien Merenne 102055ed97 Rename `--js` to `xwidget-plus--js`. 5 years ago
.github 37ab8915f3 Add build step to CI flow. 5 years ago
test 102055ed97 Rename `--js` to `xwidget-plus--js`. 5 years ago
.gitignore d1ac4c688e Implement multiple backend support. 5 years ago
.travis.yml 51eedb7aab Add travis ci support. 5 years ago
COPYING fbde8b5be5 Add license information. 5 years ago
Cask 0c85e731ce Add a package-lint target. 5 years ago
LICENSE fbde8b5be5 Add license information. 5 years ago
Makefile 0c85e731ce Add a package-lint target. 5 years ago
README.md 65df0d4738 Add CI badge. 5 years ago
xwidget-plus-common.el 102055ed97 Rename `--js` to `xwidget-plus--js`. 5 years ago
xwidget-plus-follow-link.el 102055ed97 Rename `--js` to `xwidget-plus--js`. 5 years ago
xwidget-plus.el c9863b8271 Update emacs dependency to 26.1 for `seq-sort-by` usage. 5 years ago

README.md

Emacs xwidget-webkit enhancement suite

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

CI

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)))