SimpleNotepad is a simplified reimplementation of the old Windows Notepad. I don’t know why I made this, but it's kinda cool actually. I made this project using C, and CMake as the build system (I actually wanted to use "make" for the build system, but I’m kinda lazy, so I might add it later).
- Basic Windows Notepad features
- Basic formatting options (like changing fonts, etc.)
- File saving and loading (still has some bugs, probably)
- Discord Rich Presence (hell yeah)
- Visit the Releases page to download the latest version.
- Just open the executable to run it.
-
Clone this repository:
git clone https://github.com/SFINXVC/SimpleNotepad.git cd SimpleNotepad -
Install dependencies (just, install it by urself if needed).
-
Build the project:
mkdir build && cd build cmake .. cmake --build .
-
Finally, just run the application:
./SimpleNotepad.exe
SimpleNotepad supports the following compilers:
- Microsoft Visual C++ (MSVC)
(I only tested MSVC. Feel free to try building it with another compiler if possible.)
This is just a for-fun project, never meant to be serious. But feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.