vote up 1 vote down star

I wonder that there seems to be no text editor on the mac installed that is capable of saving just text without any formatting. Which text-only editors do you know that allow for editing text without any formatting like font sizes etc.?

flag

58% accept rate

7 Answers

vote up 7 vote down

emacs, vim, nano

Mac OS X TextEdit supports editing text files without formatting.

link|flag
vote up -1 vote down

You probably would consider reading this http://hackresponsibly.com/the-best-text-code-editors-for-windows-mac-os-x-and-linux/

link|flag
2  
gedit = best editor on Linux? Well, I beg to differ, but those things can't be discussed unbiased, anyhow. – msiemeri May 2 at 10:35
1  
Of the three, only two listed are free, and gedit is very, very arguable. – Sii May 2 at 10:49
vote up 4 vote down

If you install and use either of Vim or Emacs, you will have a text editor that can be used on any major platform now and in the future, and most of the minor ones too.

As a bonus, they are both very well supported, very powerful, and (not surprisingly) have existing, rich support for just about any kind of text editing you might want to do (and even the types you don't yet realise you want).

Of course, they both support creating plain text files by default.

link|flag
Both come preinstalled, and can be accessed from Terminal.app or an xterm. – rampion May 2 at 10:39
vote up 6 vote down

There is a polished vim 7.2 version for OSX.

link|flag
MacVim rules. All the Vim goodness plus nice graphical rendering, tabs, drag and drop, Mac-friendly keyboard mapping (Cmd-S anyone?), … – zoul May 2 at 10:51
Yep, I couldn't live without MacVim either! – Alex Martelli May 2 at 17:18
vote up 1 vote down

For free Maclike (for given values thereof) GUI ones, there's Komodo Edit, Smultron, TextWrangler.

From the Emacs variants, my personal favourite is Aquamacs, because it tries its darnedest to mitigate the OS X vs. Emacs impedance mismatch, and comes with some of the hairier packages preinstalled.

link|flag
vote up 1 vote down

It was a couple years ago, but I tried everything I could find for doing front-end editing (JS, XHTML, CSS, etc). I found Komodo to be the best, most comfortable, most intuitive. It's not perfect, but it was the closest I found.

link|flag
vote up 0 vote down

It sounds like you aren't aware that it's possible to save plain text files with TextEdit. While the default is RTF, you can go to Format > Make Plain Text to switch.

And of course Xcode will save plain text files, and let you control things like encoding and line endings.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.