Live data from Hacker News

Use Atom to edit in Chrome

github.com

1–10 of 88 posts

Re: Use Atom to edit in Chrome

#3
Very cool, but I'm struggling to see the purpose of this. The time it would take to focus on the textarea/ contenteditable field, then press the icon just to begin typing from a different program seems like a waste. Either that, or it has extremely narrow uses; none of which are readily apparent in my eyes.

Re: Use Atom to edit in Chrome

#6
The screenshots demo-ing this tool in use shows the native WYSIWYG editors in the respective sites to be more feaure rich and intuitive.

This seems like a fun programming exercise with little real utility.

Re: Use Atom to edit in Chrome

#7
As others say, there's no use for this.

It would be really cool to have some kind of a bidirectional WYSIWYG for web design. Edit a text field in a Chromium window managed by Atom, and it makes the same change in your template file (or even JSX file). Edit something in your template, and the change is instantly painted to the browser window.

I know this wouldn't be trivial to implement, though.

Re: Use Atom to edit in Chrome

#10
I use this Firefox add-on to edit text in gvim from time to time:

https://addons.mozilla.org/en-US/firefox/addon/its-all-text/...

But I don't see the advantage of editing text areas with atom, which presents an extremely similar text editing experience compared to the experience the text area already provided. On the other hand, moving to Vim to edit a particuarly long comment or what have you makes more sense because I get to use the crazy keybindings I've drilled into my fingers.

Post reply on HN