Notepad
Inspired by Microsoft’s Notepad, this is my humble attempt at building a text editor.
It doesn’t have Microsoft’s bells and whistles, including an AI co-pilot or the ability to render clickable links, but it is honest work.
I mean, how hard can it be?
Features
- Open and view file contents
- Change encoding used to parse file contents
- Edit and save file contents
- No AI
- Does not try to follow links automatically
- Font resize
-
Undo button -
Redo button - Install as PWA
Known Issues
- Cannot handle files larger than 500KB; try at your own risk
- File upload input field causes Chrome on Android to crash