As a result of my growing frustration with complexity of notepad-like apps (Windows notepad included), I created a project for notepad which will be really SIMPLE. No context help, no syntax highlighting, no cloud integrations, no other crap
https://github.com/ignytis/ez2note

The "crap" could be added via extensions

And here we go. Windows Notepad vs my notepad; check the RAM consumption, lol
Windows: an application icon added. It's the first my desktop application with icon since ~2008 I guess. That time I was working on sort of turn-based version of S.T.A.L.K.E.R. written on Borland Delphi
Icon is derived from image in public domain
Installation as RPM package - done. The app could be looked up in search
Windows installer (MSI) - check

Now officially: released it for Windows and Fedora

https://github.com/ignytis/ez2note/releases/tag/v1.0.0

Release v1.0.0 · ignytis/ez2note

The very first release with basic features A single-document UI Create, open, save files Confirmation dialog if file is modified Search and replace Simple UI configuration: show line numbers, word...

GitHub