forked from stsquad/emacs_chrome
-
Notifications
You must be signed in to change notification settings - Fork 1
A Chromium "clone" of It's All Text for spawning an editor to edit text areas in browsers. Based on David Hilley's original Chromium extension.
License
acunote/emacs_chrome
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About ===== Edit with Emacs is an extension for Google's Chrome(ium) browser family that allows you to edit text areas on your browser in a more full featured editor. It does this in conjunction with an "Edit Server" which services requests by the browser. This is because extensions cannot spawn new processes as a security measure. Example edit servers can be found at the project homepage including a native elisp version that can be run inside Emacs itself. There is no reason why other server scripts could not spawn other editors. This extension is licensed under the GPL v3 and development versions can be found at: http://github.com/stsquad/emacs_chrome History ======= Dave Hilley [1] wrote the original proof of concept that showed it could be done. I [2] then hacked around with the Javascript to make the behaviour more like the classic It's All Text add-on available to Firefox. [1] http://www.thegibson.org/blog/archives/689 [2] http://www.bennee.com/~alex Authors ======= David Hilley Alex Bennee Riccardo Murri Niels Giesen Wei Hu Ævar Arnfjörð Bjarmason Chris Houser Robert Goldman Phil Pennock
About
A Chromium "clone" of It's All Text for spawning an editor to edit text areas in browsers. Based on David Hilley's original Chromium extension.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 44.7%
- Emacs Lisp 43.9%
- Python 11.4%