https://github.com/danhper/atomic-chrome-atom
Edit Chrome textareas in Atom
https://github.com/danhper/atomic-chrome-atom
atom chrome editing textarea
Last synced: 2 months ago
JSON representation
Edit Chrome textareas in Atom
- Host: GitHub
- URL: https://github.com/danhper/atomic-chrome-atom
- Owner: danhper
- License: mit
- Created: 2016-01-29T05:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T03:36:10.000Z (over 7 years ago)
- Last Synced: 2025-03-26T20:04:08.979Z (3 months ago)
- Topics: atom, chrome, editing, textarea
- Language: CoffeeScript
- Homepage: https://goo.gl/haazl1
- Size: 8.79 KB
- Stars: 92
- Watchers: 6
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomic Chrome
## Use Atom to edit in Chrome


## Screencast
### GitHub issue (textarea)

### Gmail (contenteditable)

## Installation
You need to install
* [The Chrome Plugin](https://chrome.google.com/webstore/detail/atomic-chrome/lhaoghhllmiaaagaffababmkdllgfcmc) (Atomic Chrome from the Chrome Store)
* [The Atom package](https://atom.io/packages/atomic-chrome) (`atomic-chrome` from apm)## Usage
Atom needs to be running for this to work.
1. Focus a textarea or a contenteditable element
2. Press the icon of Atomic Chrome (or the shortcut).Note that the tab will open in the first launched instance of Atom.
### How do I bind a shortcut
1. Navigate to `chrome://extensions`
2. Scroll to the bottom of the page
3. Press 'Keyboard shortcuts'
4. Set a shortcut for Atomic Chrome## Development
This repository is for the Atom plugin development.
For the Chrome plugin development, see https://github.com/tuvistavie/atomic-chrome.
Contributions are welcome.