Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ozanmakes/emacs-webkit-color-picker
- Owner: ozanmakes
- License: mit
- Created: 2018-03-05T20:12:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T07:39:09.000Z (over 6 years ago)
- Last Synced: 2024-08-10T11:02:55.561Z (3 months ago)
- Topics: emacs
- Language: HTML
- Homepage:
- Size: 717 KB
- Stars: 63
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+AUTHOR: Ozan Sener
* webkit-color-pickerSmall 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]]