You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
# Atomic Chrome for Emacs [](http://melpa.org/#/atomic-chrome)
1
+
# Atomic Chrome for Emacs [](http://melpa.org/#/atomic-chrome)[](http://stable.melpa.org/#/atomic-chrome)
2
2
3
3
This is the Emacs version of [Atomic Chrome](https://github.com/tuvistavie/atomic-chrome) which is an extension for Google Chrome browser that allows you to edit text areas of the browser in Emacs. It's similar to [Edit with Emacs](https://github.com/stsquad/emacs_chrome), but has some advantages as below with the help of websocket.
4
4
5
5
* The input on Emacs is reflected to the browser instantly and continuously.
6
6
* You can use both the browser and Emacs at the same time. They are updated to the same content bi-directionally.
7
7
8
+
__Since v2.0.0, Atomic Chrome for Emacs supports [Ghost Text](https://github.com/GhostText/GhostText) as browser extension.__
@@ -18,7 +20,7 @@ This is the Emacs version of [Atomic Chrome](https://github.com/tuvistavie/atomi
18
20
19
21
### For Chrome
20
22
21
-
Atomic Chrome for Emacs shares [extension for Chrome](https://chrome.google.com/webstore/detail/atomic-chrome/lhaoghhllmiaaagaffababmkdllgfcmc) with Atomic Chrome. Just install and setup it.
23
+
Atomic Chrome for Emacs shares browser extension with the one for [Atomic Chrome](https://chrome.google.com/webstore/detail/atomic-chrome/lhaoghhllmiaaagaffababmkdllgfcmc). Just install and setup it. Alternatively, you can use [Ghost Text](https://chrome.google.com/webstore/detail/ghosttext/godiecgffnchndlihlpaajjcplehddca) as browser extension.
22
24
23
25
### For Emacs
24
26
@@ -79,3 +81,17 @@ Available values are the followings.
79
81
`frame` is available only when you are using Emacs on some window system.
80
82
81
83
If you select `frame`, you can also set the width and height of the frame with `atomic-chrome-buffer-frame-width` and `atomic-chrome-buffer-frame-height`. Their default values are `80` and `25`.
0 commit comments