1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: atomic-chrome-el
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper-compat (= 12),
dh-elpa
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/atomic-chrome-el
Vcs-Git: https://salsa.debian.org/emacsen-team/atomic-chrome-el.git
Homepage: https://github.com/alpha22jp/atomic-chrome
Package: elpa-atomic-chrome
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: edit a web-browser text entry area with Emacs
Atomic Chrome is an extension for the Chromium and Google Chrome
browsers that allows one to edit text entry areas of a web-page in
Emacs. Atomic Chrome for Emacs also supports the use of GhostText
Chromium and Chrome extension.
.
This package is similar to "Edit with Emacs"; however, it features
two advantages over this alternative as a result of its websocket
design:
* Live update: The text entry area for which Atomic Chrome has been
activated and its associated Emacs buffer are synchronised.
Updates to one continuously propagate to the other.
* Bidirectional communication: Edit text in either the browser
or Emacs and difference is applied to the other half.
.
Firefox is also supported via the GhostText browser addon.
|