Nincs leírás

Damien Merenne ec499adb1f Don't rely on `featurep` to choose which completion backend to use. 5 éve
.github 37ab8915f3 Add build step to CI flow. 5 éve
test ec499adb1f Don't rely on `featurep` to choose which completion backend to use. 5 éve
.gitignore 036470ac01 Git should ignore lisp byte compiled files. 5 éve
.travis.yml 51eedb7aab Add travis ci support. 5 éve
COPYING fbde8b5be5 Add license information. 5 éve
Cask b3b7b904c3 Rename to xwwp and split packages. 5 éve
LICENSE fbde8b5be5 Add license information. 5 éve
Makefile b3b7b904c3 Rename to xwwp and split packages. 5 éve
README.md b3b7b904c3 Rename to xwwp and split packages. 5 éve
xwwp-follow-link-helm.el b3b7b904c3 Rename to xwwp and split packages. 5 éve
xwwp-follow-link-ido.el b3b7b904c3 Rename to xwwp and split packages. 5 éve
xwwp-follow-link-ivy.el b3b7b904c3 Rename to xwwp and split packages. 5 éve
xwwp-follow-link.el ec499adb1f Don't rely on `featurep` to choose which completion backend to use. 5 éve
xwwp.el b3b7b904c3 Rename to xwwp and split packages. 5 éve

README.md

Emacs xwidget-webkit enhancement suite

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

CI

Follow link

Using xwwp-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.

How to install

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

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

Development

The goal of this package is to enhance the xwidget-webkit browser. If you have any code or feature suggestion that you think should make it into this package, please open an issue or better, create a pull request!