Skip to content
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

Open
bobharrisbtt opened this issue Nov 20, 2017 · 10 comments
Open

Firefox 57 - need a new extension #97

bobharrisbtt opened this issue Nov 20, 2017 · 10 comments

Comments

@bobharrisbtt
Copy link

Firefox 57 breaks the current It's All Text
A new Firefox 57 compatible extension is needed, desired, wanted, Please :-)

@xOneca
Copy link
Contributor

xOneca commented Nov 20, 2017

Please, see README:

With the Firefox 57, It's All Text! has stopped working and fixing it would require throwing everything out and starting again from scratch.

We've lost IAT forever... 😢

@Li-An
Copy link

Li-An commented Nov 20, 2017

You can test Waterfox, an alternative for Firefox.

@gibus
Copy link

gibus commented Nov 25, 2017

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".

@Li-An
Copy link

Li-An commented Nov 25, 2017

Thanks for the alternative - but it’s harsh to install.

@bobharrisbtt
Copy link
Author

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.

@sputnick-dev
Copy link

sputnick-dev commented Feb 15, 2018

The better ever extension is down :/ Sad !

AFAIK, we must bind a service on a port to work with withExEditor ?!

@docwhat
Copy link
Owner

docwhat commented Feb 15, 2018

Running a stand-alone service is the only way to work with the new security model.

@lrineau
Copy link

lrineau commented Feb 15, 2018

Running a stand-alone service is the only way to work with the new security model.

That is not true. The communication protocol can also be integrated directly in the editor. Emacs has a package, Atom as well.

@arpepper
Copy link

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
https://github.com/asamuzaK/withExEditorHost

Host setup from source code
> cd path/to/withExEditorHost
> npm run setup

(Caveat: withExEditor won't seem to work on our mattermost site).

@gibus
Copy link

gibus commented Mar 23, 2019

New versions of withExEditor need nodejs 10 which is not in ubuntu/debian repo. You've got to install it:
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants