Skip to content

Commit 38ce912

Browse files
committed
Add description about Ghost Text support
1 parent 5518562 commit 38ce912

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Atomic Chrome for Emacs [![MELPA](http://melpa.org/packages/atomic-chrome-badge.svg)](http://melpa.org/#/atomic-chrome)
1+
# Atomic Chrome for Emacs [![MELPA](http://melpa.org/packages/atomic-chrome-badge.svg)](http://melpa.org/#/atomic-chrome) [![MELPA Stable](http://stable.melpa.org/packages/atomic-chrome-badge.svg)](http://stable.melpa.org/#/atomic-chrome)
22

33
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.
44

55
* The input on Emacs is reflected to the browser instantly and continuously.
66
* You can use both the browser and Emacs at the same time. They are updated to the same content bi-directionally.
77

8+
__Since v2.0.0, Atomic Chrome for Emacs supports [Ghost Text](https://github.com/GhostText/GhostText) as browser extension.__
9+
810
## Screencast
911

1012
![Screencast](https://github.com/alpha22jp/atomic-chrome/blob/master/images/screencast.gif)
@@ -18,7 +20,7 @@ This is the Emacs version of [Atomic Chrome](https://github.com/tuvistavie/atomi
1820

1921
### For Chrome
2022

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.
2224

2325
### For Emacs
2426

@@ -79,3 +81,17 @@ Available values are the followings.
7981
`frame` is available only when you are using Emacs on some window system.
8082

8183
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`.
84+
85+
## History
86+
87+
version 2.0.0 (2016-11-08)
88+
89+
* Add Ghost Text support
90+
91+
version 1.0.1 (2016-11-06)
92+
93+
* Fix updating text from Chrome doesn't work
94+
95+
version 1.0.0 (2016-11-05)
96+
97+
* Initial version

0 commit comments

Comments
 (0)