For those who may be unaware, Text Edit also handles plain text.
Format -> Make Plain Text
Or if you want that as your default:
TextEdit -> Settings -> Format -> Plain Text
I’ve seen many people giving presentations claim that Apple doesn’t ship and plain text editor and tell people to download one to make a basic edit. So I spread this information every time I have the excuse.
Plus, plain text will likely outlive RTF. My RTF files from high school are trash now. I don’t know if it was from disk corruption or changes over the last 25 years, but they’ve been lost to time.
I would think you should reasonably be able to open those files with a regular text editor (vim comes to mind) and manually extract the contents .. right? I guess if there was disk corruption and that produced an invalid UTF8 stream then maybe not .. but that'd at least be a smoking gun pointing to corruption, versus nobody being able to read the files anymore..
It feels anachronistic how something simple like Markdown wasn't an standard rich text formatting er format before the various opaque ones that caught on.
Like how computers went straight for windowed GUIs even during the early era of limited resources before the fullscreen-only UI that the iPad brought.
> My RTF files from high school are trash now. I don’t know if it was from disk corruption or changes over the last 25 years, but they’ve been lost to time.
It's a simple format. Put them in a hex editor and you should be able to extract the text.
After using SubEthaEdit, BB and what not for almost 9 years on mac now I finally thought one day that there might be N option in Text Edit to make it plaintext and there it was. Now I just use it. One of the most icky mac moments have been whenever a text file opened in textedit in its default behaviour and then I had to change “opens with” for that file.
Everyone making recommendations for other apps is missing the fact that the article is aimed at non-techies who aren't going to fire up a terminal or go searching for a plain-text, non-stylized text editor. TextEdit can save as plain text as other posters note, but most non-techies want a word processor where they can change fonts and font styles.
While I do like TextEdit, I prefer Bean (https://www.bean-osx.com/Bean.html), which has been my quick word processor of choice on the Mac since the Tiger days.
Well said, and anyone who cares enough about text editing enough to notice is the kind of user capable of finding one (and probably having opinions on their favourite one, so apple couldn’t please everyone with a text editor anyway).
Which is extra frustrating because I recall reading a Microsoft apology about how they could not easily add support for different line endings to Notepad. The software is so entrenched that they are terrified to edit it. Which, fine, maybe that is sort of justifiable, but seems like something that Microsoft has the resources to test.
A few years later, AI slop gets embedded into everything, reasonableness or performance be damned (the new Notepad is embarrassingly slow to launch with multiple visual glitches).
Ackchyually, TextEdit now has built-in AI as any other native macOS textview control if Apple Intelligence is turned on. It even autocompletes your sentences.
It also likes to save to iCloud by default if you're signed in.
TextEdit has actually become super buggy since Apple switched to TextKit 2. There are now so many drawing and editing glitches, it's frustrating. I've switched over to using BBEdit for a lot of plain text editing that I used to do in TextEdit.
I really want to like TextEdit, but I find the margins and default styles unbearable. It just doesn't feel very inspiring to write anything there.
I built https://blank.page/ to have a dead-simple page to write on the web. It’s like the more minimalist brother of TextEdit, but from a different mother (the browser, instead of MacOS), if that makes sense...
>The best way to reclaim our digital experiences, though, might be to stick with the likes of TextEdit, software that is unable to do anything except follow our commands.
<this comment doesn't really add anything, but thought I'd share anyways for whatever reason>
I forgot the editor (maybe TextMate?) that was in vogue during the peak of the Ruby on Rails era, but there was such a feeling of magic to using what was a fairly basic editor that still had syntax highlighting.
Was this feeling of magic purely because I was younger? Or perhaps we did peak in terms of the ergonomics of human-controlling-machine without too many aids?
Fighter pilots used to fly with skill and instincts, but now are assisted by all sorts of high tech equipment that has removed much of the "flying skill" and replaced it with "equipment skill". It's not that fighter pilots are worse now. I'm sure they are better at achieving the outcomes desired, while commanding much more complex equipment. But the perhaps the art of flying is less emphasized.
In the same way, perhaps the era of software engineering is changing too?
A lot of this is new to the open source world. Proprietary systems have had this for decades. In a lot of ways, the stuff we use for things like javascript are a huge step downwards from the tooling available for Java, C#, and Visual Basic.
Visual Studio is an absolutely incredible piece of software. Two decades ago, you could drag and drop GUIs. You could write callback functions on buttons and never see the any of the code around that. You could write entire programs this way.
Vibe coding has existed since visual basic for applications escaped from the deep dark depths were it was wrought. If we want to go back further, look at fourth generation languages–the unholy realm where SQL came from. ;)
What we are seeing is wider adoption of old ideas. That wider adoption may be sufficient to cause a new era of engineering.
I used to edit a news-stand magazine: every article that went into the magazine was subbed with TextEdit. All my daily notes are in TextEdit. My todo lists are in TextEdit. If I'm writing longform for the web I draft in TextEdit and then copy and paste.
It's just so immediate. Write, save. WYSIWYG formatting in the way the Mac has always done it.
The author says "It doesn’t redesign its interface without warning, the way Spotify does". I think it changed its interface once, c. 2005. Before then you could just have a window with no chrome whatsoever, just a blank slate to write in. Now you can't get rid of the formatting bar - the one with the typeface, size, bold/italics/underline. That pissed me off for a while. But compared to the ongoing hurt of 25 years of a broken spatial Finder, I can cope with it.
For those on Mac with Linux leaning, BBEdit in free mode will endlessly please you with all the great text stuff it can do and it's excellent UI. What a great program.
Happens for me too. I assume it's an iCloud thing (I vaguely remember the behaviour changing around the time I set up iCloud years ago), but I haven't ever bothered trying to figure out a way to turn it off...
Long before I got into programming I would pop into windows notepad whenever I wanted to type something for myself. The bare window is oddly comforting and helps me get into a flow state of writing, brainstorming, or whatever.
I heard on newer windows versions it has copilot though which is crazy to me...
All I need is notepad and paint, but I work on a Mac and daily drive a Gnome so I use TextEdit/gedit and GIMP. LibreOffice for presentations and spreadsheets, the few that I create.
I grew to like vi after thousands of unpleasant exposures, but I'd like to see the day the New Yorker writes about vim at all, nevermind about how simple it is to use
This x100. While I do use AI in (Neo)vim it's not built in and you can take it or leave it. And even when you do choose to use it it's on an as-needed/wanted basis.
[+] [-] al_borland|5 months ago|reply
Plus, plain text will likely outlive RTF. My RTF files from high school are trash now. I don’t know if it was from disk corruption or changes over the last 25 years, but they’ve been lost to time.
[+] [-] QuantumNomad_|5 months ago|reply
macOS also comes with vim btw.
Open terminal and then run vim from there.
Or use ed. macOS has ed also. And as we know, ed is the standard text editor.
https://www.gnu.org/fun/jokes/ed-msg.en.html
[+] [-] xyzzy_plugh|5 months ago|reply
TextEdit is pretty great.
[+] [-] jesse__|5 months ago|reply
[+] [-] Wowfunhappy|5 months ago|reply
[+] [-] Razengan|5 months ago|reply
Like how computers went straight for windowed GUIs even during the early era of limited resources before the fullscreen-only UI that the iPad brought.
[+] [-] giancarlostoro|5 months ago|reply
[+] [-] thaumasiotes|5 months ago|reply
It's a simple format. Put them in a hex editor and you should be able to extract the text.
[+] [-] saagarjha|5 months ago|reply
[+] [-] jama211|5 months ago|reply
[+] [-] crossroadsguy|5 months ago|reply
[+] [-] ravetcofx|5 months ago|reply
[+] [-] vlark|5 months ago|reply
While I do like TextEdit, I prefer Bean (https://www.bean-osx.com/Bean.html), which has been my quick word processor of choice on the Mac since the Tiger days.
[+] [-] jama211|5 months ago|reply
[+] [-] CharlesW|5 months ago|reply
[+] [-] hbn|5 months ago|reply
No this is not a joke. Notepad has a giant always-present Copilot button now
[+] [-] andai|5 months ago|reply
[+] [-] 3eb7988a1663|5 months ago|reply
A few years later, AI slop gets embedded into everything, reasonableness or performance be damned (the new Notepad is embarrassingly slow to launch with multiple visual glitches).
[+] [-] card_zero|5 months ago|reply
[+] [-] politelemon|5 months ago|reply
[+] [-] LeoPanthera|5 months ago|reply
It's open source, fully Mac native, no Electron, fast, and small. I use it almost every hour of every day.
[+] [-] maratc|5 months ago|reply
[+] [-] replwoacause|5 months ago|reply
[+] [-] ioblomov|5 months ago|reply
[+] [-] dchest|5 months ago|reply
It also likes to save to iCloud by default if you're signed in.
[+] [-] frizlab|5 months ago|reply
Like any (most) actual native macOS applications.
[+] [-] lapcat|5 months ago|reply
[+] [-] frizlab|5 months ago|reply
I hope they’ll do a TextKit 3 that will use modern design patterns…
[+] [-] renegdn|5 months ago|reply
I built https://blank.page/ to have a dead-simple page to write on the web. It’s like the more minimalist brother of TextEdit, but from a different mother (the browser, instead of MacOS), if that makes sense...
[+] [-] prvc|5 months ago|reply
Man, if he only knew...
[+] [-] fortylove|5 months ago|reply
I forgot the editor (maybe TextMate?) that was in vogue during the peak of the Ruby on Rails era, but there was such a feeling of magic to using what was a fairly basic editor that still had syntax highlighting.
Was this feeling of magic purely because I was younger? Or perhaps we did peak in terms of the ergonomics of human-controlling-machine without too many aids?
Fighter pilots used to fly with skill and instincts, but now are assisted by all sorts of high tech equipment that has removed much of the "flying skill" and replaced it with "equipment skill". It's not that fighter pilots are worse now. I'm sure they are better at achieving the outcomes desired, while commanding much more complex equipment. But the perhaps the art of flying is less emphasized.
In the same way, perhaps the era of software engineering is changing too?
[+] [-] kayodelycaon|5 months ago|reply
This is a case of "everything old is new again".
A lot of this is new to the open source world. Proprietary systems have had this for decades. In a lot of ways, the stuff we use for things like javascript are a huge step downwards from the tooling available for Java, C#, and Visual Basic.
Visual Studio is an absolutely incredible piece of software. Two decades ago, you could drag and drop GUIs. You could write callback functions on buttons and never see the any of the code around that. You could write entire programs this way.
Vibe coding has existed since visual basic for applications escaped from the deep dark depths were it was wrought. If we want to go back further, look at fourth generation languages–the unholy realm where SQL came from. ;)
What we are seeing is wider adoption of old ideas. That wider adoption may be sufficient to cause a new era of engineering.
[+] [-] jonnyysmith|5 months ago|reply
[+] [-] skinnymuch|5 months ago|reply
[+] [-] Doctor_Fegg|5 months ago|reply
I used to edit a news-stand magazine: every article that went into the magazine was subbed with TextEdit. All my daily notes are in TextEdit. My todo lists are in TextEdit. If I'm writing longform for the web I draft in TextEdit and then copy and paste.
It's just so immediate. Write, save. WYSIWYG formatting in the way the Mac has always done it.
The author says "It doesn’t redesign its interface without warning, the way Spotify does". I think it changed its interface once, c. 2005. Before then you could just have a window with no chrome whatsoever, just a blank slate to write in. Now you can't get rid of the formatting bar - the one with the typeface, size, bold/italics/underline. That pissed me off for a while. But compared to the ongoing hurt of 25 years of a broken spatial Finder, I can cope with it.
Thank you, whoever in Apple maintains TextEdit.
[+] [-] _wire_|5 months ago|reply
Plaintext only, no RTF.
Good programmers support for many languages.
[+] [-] h4ch1|5 months ago|reply
No syntax highlighting, but I love it for taking notes and maintaining my .plan files. The simple TUI interface is oddly calming
[0] https://github.com/microsoft/edit
[1] https://github.com/Homebrew/homebrew-core/pull/225837
[+] [-] stblack|5 months ago|reply
An empty TexEdit window with a non-dirty buffer should just disappear upon close.
But I'm ready to learn otherwise from the HN commentariat.
[+] [-] alain94040|5 months ago|reply
[+] [-] DavidPiper|5 months ago|reply
[+] [-] nh2|5 months ago|reply
https://superuser.com/questions/80896/how-to-disable-line-wr...
Opinions there:
> I don't think textedit is designed to be much more than demoware.
[+] [-] naet|5 months ago|reply
I heard on newer windows versions it has copilot though which is crazy to me...
[+] [-] krackers|5 months ago|reply
[+] [-] Wowfunhappy|5 months ago|reply
[+] [-] MathMonkeyMan|5 months ago|reply
[+] [-] danielfalbo|5 months ago|reply
[+] [-] GuB-42|5 months ago|reply
I think a better fit would be nano. Smaller and easier to use than vim.
Now, even nano is not that small, if you want small and you like vim, you have vi (not vim), like the version included in Busybox.
[+] [-] FredPret|5 months ago|reply
[+] [-] Koshkin|5 months ago|reply
[+] [-] alfalfasprout|5 months ago|reply