Ask YC: Online Text Editors.
11–20 of 20 posts
Re: Ask YC: Online Text Editors.
#12Just curious, why do you want one? It seems to me that a code editor is almost uniquely unsuited to be a web app. You need to keep your data locally anyhow, unless your whole toolchain is a web service. Furthermore, my editor is a tool I want absolute control over: I don't want its behavior changing unexpectedly when a new update is released.
Re: Ask YC: Online Text Editors.
#13Just curious, why do you want one? It seems to me that a code editor is almost uniquely unsuited to be a web app. You need to keep your data locally anyhow, unless your whole toolchain is a web service. Furthermore, my editor is a tool I want absolute control over: I don't want its behavior changing unexpectedly when a new update is released.
The closer the average textfield's behavior could be to that of emacs, the happier I would be. 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…
Re: Ask YC: Online Text Editors.
#14tinyMCE is the big one, there is also FCKeditor . list: http://geniisoft.com/showcase.nsf/WebEditors
Re: Ask YC: Online Text Editors.
#15are you looking for something like this? http://www.cdolivet.net/editarea/
Re: Ask YC: Online Text Editors.
#16Just curious, why do you want one? It seems to me that a code editor is almost uniquely unsuited to be a web app. You need to keep your data locally anyhow, unless your whole toolchain is a web service. Furthermore, my editor is a tool I want absolute control over: I don't want its behavior changing unexpectedly when a new update is released.
The closer the average textfield's behavior could be to that of emacs, the happier I would be. 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…
Re: Ask YC: Online Text Editors.
#17Re: Ask YC: Online Text Editors.
#18Just curious, why do you want one? It seems to me that a code editor is almost uniquely unsuited to be a web app. You need to keep your data locally anyhow, unless your whole toolchain is a web service. Furthermore, my editor is a tool I want absolute control over: I don't want its behavior changing unexpectedly when a new update is released.
The closer the average textfield's behavior could be to that of emacs, the happier I would be. 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…
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.
Re: Ask YC: Online Text Editors.
#19Earlier quoted context omitted.
The closer the average textfield's behavior could be to that of emacs, the happier I would be. 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…
I can't think of a single time I've ever used C-x C-i. I have my C-w bound to backward-kill-word, which I definitely wish every editable text area would obey. I find it's damn near always faster to kill the whole word and retype it rather than C-h to the spot of the typo.
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.
Re: Ask YC: Online Text Editors.
#20Earlier quoted context omitted.
The closer the average textfield's behavior could be to that of emacs, the happier I would be. 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…
If you're a Firefox user, check out the "It's All Text!" extension. It lets you edit any text area in the external editor of your choice. For instance, I'm composing this comment in vim. 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.