←back to thread

145 points itkeman | 2 comments | | HN request time: 0s | 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 #
Ghoelian ◴[] No.42792283[source]
KDE's KWrite is also available on macOS if you don't like TextEdit, as well as Kate which is more of an alternative to Notepad++, practically an IDE. Kate is my personal favourite text editor.
replies(1): >>42793075 #
npteljes ◴[] No.42793075[source]
Kate is fantastic. I rarely touch the built-in software out of a bad habit, but this one turned this around. One of the things it's missing from Notepad++ is the ability to just close the editor, open it again, and get back the workflow exactly where it was, but unsaved files as well. Kate can do it via sessions, but I need to create a session, and then after re-opening, tell it to yes, open that one session.
replies(2): >>42793529 #>>42797881 #
1. pferde ◴[] No.42793529[source]
Can you run it as "kate --session MySession", with different sessions in different shortcuts, as needed?

There is also "Load last session" option in Kate's configuration, if you only ever use one session.

replies(1): >>42795751 #
2. npteljes ◴[] No.42795751[source]
Thanks, I'll check that out!