Allows to edit textareas and contenteditable elements directly in AtomThis extension allows you to edit textareas and content editable elements directly in Atom.
When invoked, it will open a new tab in atom, which will be synchronized with the element focused.
The extension currently supports
* Normal textareas
* contenteditable elements
* ace editor
* CodeMirror editor
The editor defaults to markdown, and auto-detects the language
for ace and CodeMirror, so you can easily edit gists, jsfiddles, etc.
Changelog:
- 0.2.8: Add the current page URL in the editor creation packet.
Fix another bug with CodeMirror
- 0.2.7: Fix a bug with CodeMirror editor
- 0.2.6: Fix bug with HTML special characters in contenteditable
- 0.2.5: Add/fix custom handlers
- 0.2.4: Fix Codemirror and ace support inside frame/iframe
- 0.2.3: Add support for iframe (#12)
- 0.2.2: Emit keypress event when updating text
- 0.2.1: Add support for frame (#11)