It's All Text for Chrome?
Problem
I'm a big fan of It's All Text for Firefox, as it's really helpful to be able to quickly open up gvim and write out code, wiki markup, etc in a powerful editor rather than trying to do edits in a large text box. Is there a similar plugin for Chrome? I'm looking for a cross-platform solution, or at least something that will work on Linux.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: It's All Text for Chrome?
On macs: http://www.hogbaysoftware.com/products/quickcursor (product abandoned and removed) On Windows: Text Editor Anywhere Other platforms: (extension no longer available) from https://github.com/stsquad/emacs_chrome/blob/master/servers/README Because the Chrome(ium) security model doesn't allow for extensions spawning processes we can't just exec() the editor process. Instead we have to implement an "edit server" which listens to XmlHttp requests on port 9292 (default) and then sends a respo…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix