views:

232

answers:

2

Have any of the heavy users put together an emacs or conkeror stackoverflow mode that they'd wish to share? It'd be REALLY nice to compose posts and replies in a text editor rather than switching to the browser. Pages could load in the background while you get coding done, etc.

In terms of implementation -- I took a look at how stackoverflow renders in lynx and emacs-w3m, and most of the functionality is there (except for a few AJAXY things like upvote). So this should be very possible.

Alternatively, does anyone have any conkeror customizations to share? This might be the most unappreciated tool out there for the emacs aficionado. It's basically Firefox with Emacs keybindings, customized in .js files rather than .el files.

http://conkeror.org/

+5  A: 

Not exactly what you're looking for but check out the It's All Text! Firefox extension. Lets you edit text in your editor of choice as an alternative to editing in the browser.

https://addons.mozilla.org/en-US/firefox/addon/4125

anthony
Brilliant! Thanks
Andy
I actually do use this already, but I couldn't get it to launch 'emacs -nw', so I'm just having it use TextEdit. It also breaks flow a bit. But it's definitely better than the standard SO keybindings...
ramanujan
A: 

I've actually have just written a StackOverflow mode for Conkeror. It only allows for voting on questions at the moment. If you run conkeror from git you should just be able to pull and get it if you don't already have it. It should work on any StackExchange site but it is only loaded by default on Meta, StackOverflow, SuperUser, and ServerFault.

docgnome