danhper / atomic-chrome

Edit Chrome textareas in Atom
https://goo.gl/Et0hwg
MIT License
917 stars 30 forks source link

Add page url to the payload of "register" message #26

Closed alpha22jp closed 8 years ago

alpha22jp commented 8 years ago

Hi @tuvistavie,

I'm the author of Atomic Chrome for Emacs. It's an Emacs clone of Atomic Chrome which allows you to use Emacs as a editor of Atomic Chrome instead of Atom.

Some users want to automatically select editing mode depending on website (e.g. markdown mode for GitHub pages) like Edit with Emacs can do. It requires that the Chrome extension sends the page URL to the editor. Could you consider merging this patch to do that?

danhper commented 8 years ago

Hi @alpha22jp,

Thanks for the PR! I will publish a new version of the Chrome plugin with this addition.

alpha22jp commented 8 years ago

Hi @tuvistavie,

Thanks for your understanding!

danhper commented 8 years ago

@alpha22jp I just published version 0.2.8 with your patch, it should be available within a few hours.