KarimAziev / chrome-emacs

Chrome and Firefox extension designed for bi-directional editing from Emacs, providing cursor and scroll synchronization, auto-major mode detection, and support for most online editors.
https://chromewebstore.google.com/detail/chrome-emacs/dabdpcafiblbndpoadckibiaojbdnpjg
MIT License
88 stars 1 forks source link

Slack issues #6

Open d1egoaz opened 1 month ago

d1egoaz commented 1 month ago

I've tried using it in https://app.slack.com/ but it doesn't work.

The extension opens a frame with this content:

<p><br></p>

I can see that new lines are synced to the text field conversation, but then, no content is added to the text field.

KarimAziev commented 1 month ago

Thanks for the heads-up about the issue with Slack.

Here's the deal:

Before I dive into this rabbit hole, can you tell me if you’d actually use Slack with this extension if I manage to get it working? Or are you just exploring its capabilities?

By the way, instead of trying to get this working, you might want to check out emacs-slack. Personally, I use a fork of it, isamert/emacs-slack, and it works like a charm.

d1egoaz commented 1 month ago

Thank you so much for your response.

Unfortunately, I’m unable to use any third-party Slack clients (such as Emacs) because, in the corporate environment, these are typically blocked.

Before I dive into this rabbit hole, can you tell me if you’d actually use Slack with this extension if I manage to get it working? Or are you just exploring its capabilities?

To be honest, I’m primarily exploring your extension. I currently use https://github.com/tecosaur/emacs-everywhere, which allows me to use Emacs from any input field at the OS level, including in Chrome or other apps like Slack. I was particularly interested in the sync feature of your extension, but I’m not sure if it would be something I’d continue using. Please feel free to prioritize this issue at the end of the backlog.

Thank you again for taking the time to answer.