Ask YC: Online Text Editors.
Ok, I've been looking for an online text(code) editor.
For WYSIWIG there are many options, and a few leading free ones, but I can't find anything in the Code Editing realm.
Preferably it'd be open source, secondly; if not, something that I can host/integrate and not a hosted thing.
I know you have apps doing on-demand code running etc around here, so surely somebody else is using something similliar to this.
Thanks
19 comments
[ 2.8 ms ] story [ 53.8 ms ] threadEditArea has a lot of features and works well, if it displays properly in your browser: http://www.cdolivet.net/editarea/
CodePress does pretty well in FireFox: http://codepress.org/
I think CodeMirror has the most potential -- I like the parser design in particular: http://marijn.haverbeke.nl/codemirror/
list: http://geniisoft.com/showcase.nsf/WebEditors
Mac OS X supports a decent batch of emacs-style keybindings -- C-a and C-e work, C-k and C-y work, the cursor-movement keys work. Give me C-s and C-r and I would be even happier, though. Or C-x C-w to write half-written drafts of news.yc posts to files for backup. Or C-x C-i to import text from files on disk. The list goes on and on.
I type an unfortunate amount of text into browser fields during the course of a day. It would be nice to be able to make these fields work more like a decent editor, and by that I don't mean TinyMCE.
Yes, backward-kill-word would be excellent. I have C-backspace bound to that in Emacs, but I also have a Kinesis keyboard, so C-backspace is just as easy to type as C-w.
The download page at mozilla.com claims that it's hard to get working on Mac OS X, but that's actually not true. Skim through the comments... someone explains how do to it.
I was scared off by the claims that the OS X install was tricky. That and the fact that I don't use Firefox for anything but Firebug at the moment... I find Safari to be more stable and faster. This might tempt me to switch back to the Fox, though.
http://marijn.haverbeke.nl/codemirror/story.html