←back to thread

145 points itkeman | 1 comments | | HN request time: 0.218s | source

As a native Windows user who switched to macOS a few years back, one thing I never got over was the simplicity and usefulness of the old school Notepad app. This app aims to recreate that very same experience, cross-platform and easily installable as a PWA.

I've been using this for personal use for around 2 years and I figured it was time to share it with the world. Criticism, issues and PRs are welcome. Thanks!

Show context
JTyQZSnP3cQGa8B ◴[] No.42792182[source]
What's wrong with TextEdit on macOS?

It's good that you made an alternative but it's not serious. I need to run Firefox, enable JS, reload the page, there is no "top menu" or install button, the open/save button does nothing, I can't choose my own fonts, and I guess it doesn't work if I don't have an internet connection.

replies(8): >>42792283 #>>42792295 #>>42792307 #>>42792351 #>>42792385 #>>42792465 #>>42792947 #>>42794030 #
lucideer ◴[] No.42792307[source]
Other criticisms may be valid, but TextEdit is a terrible comparison. TextEdit is comparable to Windows WordPad (another terrible app - which is why Microsoft dropped it). Both are rich-text , not plaintext editors. They're more like Microsoft Word without the features.

Notepad is a plaintext editor, of which their is no equivalent built into Macs outside of terminal applications.

replies(2): >>42792334 #>>42792346 #
rpgbr ◴[] No.42792346[source]
You can change TextEdit to handle plain text: Format > Convert to plain text, or Shift + Command + T.

I prefer TextEdit over Notepad. Its undo is way better, and it's overall a snappier app.

replies(1): >>42792488 #
sbuttgereit ◴[] No.42792488[source]
I can do something similar with Microsoft Word as well.

But I also risk losing something in the process. Did I emphasize things with bold or italic in the editor? That will be lost when saving to plain text. In that sense Word and TextEdit are both correctly called rich text editors which just happen to have the ability to save to plain text.

Notepad, however, doesn't support the formatting... so you can't create something that you can't save. That's the difference.

replies(2): >>42792651 #>>42797554 #
1. CoryAlexMartin ◴[] No.42797554[source]
You cannot use bold or italics in plain text mode in TextEdit. It is truly a plain text mode. If you try to switch from rich text to plain text, and you utilize any rich text features in your document, it will warn you that you're going to lose that information.