Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozanmakes/emacs-webkit-color-picker

Color picker widget using childframes (Emacs 26)
https://github.com/ozanmakes/emacs-webkit-color-picker

emacs

Last synced: about 18 hours ago
JSON representation

Color picker widget using childframes (Emacs 26)

Awesome Lists containing this project

README

        

#+AUTHOR: Ozan Sener
* webkit-color-picker

Small experiment with embedded a Webkit widgets in a childframe. Requires Emacs 26 compiled with [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Embedded-WebKit-Widgets.html][embedded Webkit Widget support]].

webkit-color-picker is available on [[https://melpa.org/][MELPA]]. Example configuration using [[https://github.com/jwiegley/use-package][use-package]]:

#+BEGIN_SRC emacs-lisp
(use-package webkit-color-picker
:ensure t
:bind (("C-c C-p" . webkit-color-picker-show)))
#+END_SRC

** Screenshot
[[file:./screenshots/webkit-color-picker.gif]]