-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox 57 - need a new extension #97
Comments
Please, see README:
We've lost IAT forever... 😢 |
You can test Waterfox, an alternative for Firefox. |
After having bad experiences with some other alternative (GhostText, Textern), I'm using withExEditor for a couple of days and eventually found it gives same functionalities as IAT. You have to install a nodejs host (see https://github.com/asamuzaK/withExEditorHost. The only difficulty is to have nodejs > v8.9.0 (for Debian Stretch or Ubuntu Xenial, you've got to installing it from https://nodejs.org/en/download/package-manager/). You've got an install and configure scripts to run and then the host is transparently launched by Firefox, and a right click on any textarea gives allows you to "edit with XXX". |
Thanks for the alternative - but it’s harsh to install. |
Yes, thank you gibus for the withExEditor pointer. And I agree with Li-An, it is tedious and annoying to setup on my Mac. I ended up using MacPorts.org to install nodejs8 and npm5 just so I could install the withExEditorHost, to make withExPorts happy using MacVim. I did have to set the MacVim preferences to quit after the last window closes, otherwise I ended up with multiple instances of MacVim running as I edited more and more browser text boxes. |
The better ever extension is down :/ Sad ! AFAIK, we must bind a service on a port to work with withExEditor ?! |
Running a stand-alone service is the only way to work with the new security model. |
Re: gibus commented on Nov 25, 2017... It might be nice to mention this (withExEditor) in README.md; I wasted a lot of time getting effectively nowhere with GhostText. withExEditorHost basically just worked for me (Ubuntu 18.04 actually in an lxc container) My notes... On an 18.04 container "apt-get install npm" gets the right node.js Needs
(Caveat: withExEditor won't seem to work on our mattermost site). |
New versions of withExEditor need nodejs 10 which is not in ubuntu/debian repo. You've got to install it: |
Firefox 57 breaks the current It's All Text
A new Firefox 57 compatible extension is needed, desired, wanted, Please :-)
The text was updated successfully, but these errors were encountered: