https://github.com/danhper/atomic-chrome
Edit Chrome textareas in Atom
https://github.com/danhper/atomic-chrome
atom chrome editing textarea
Last synced: about 1 month ago
JSON representation
Edit Chrome textareas in Atom
- Host: GitHub
- URL: https://github.com/danhper/atomic-chrome
- Owner: danhper
- License: mit
- Created: 2016-01-29T06:02:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T09:31:07.000Z (over 8 years ago)
- Last Synced: 2025-03-28T20:07:01.790Z (about 2 months ago)
- Topics: atom, chrome, editing, textarea
- Language: JavaScript
- Homepage: https://goo.gl/Et0hwg
- Size: 193 KB
- Stars: 913
- Watchers: 20
- Forks: 30
- Open Issues: 18
-
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 Chrome plugin development.
For the Atom package development, see https://github.com/tuvistavie/atomic-chrome-atom.
Contributions are welcome.