alpha22jp / atomic-chrome

Edit text area on Chrome with Emacs using Atomic Chrome
392 stars 38 forks source link

Access to the URL and title from hooks #50

Closed To1ne closed 4 years ago

To1ne commented 4 years ago

I'd like to use the atomic-chrome-edit-done-hook, but want to use the URL and title of the webpage.

How can I access those?

I've been considering to submit a PR to store the url and title in buffer local variables. But there might be a better, already supported way?

To1ne commented 4 years ago

There is a limitation from GhostText itself: https://github.com/GhostText/GhostText/issues/112.

This was clarified in #31. I guess the fix needs to happen in the Firefox plugin.