Have you ever wanted to jot something down on a Unix system and wished the Windows Notepad were there? Or have you ever wanted autosave and line numbering on your Windows 10 system? Then you can use Notepad==! Notepad== is a quick and simple text editor for POSIX systems. On Windows, this is a better notepad that has more features than the built-in one. Notepad== has autosave and line numbering, making it easier to take notes.
- Download latest dev source code from the Linux repository: https://github.com/matthewyang204/NotepadEE/tree/main/Linux
- These binaries are next to the Windows binaries
- Any GUI distro from the last 10-15 years should work for building from source and running binaries
Linux build instructions:
- Please clone the repo and cd into it
- Type
./configure && make && sudo make install
to build from source and install - If the configure script needs to install stuff, enter your password if prompted
- You can use
sudo make upgrade
instead ofsudo make install
to directly update your existing installation - Requires Debian-based distro to build
- Source code is in the Linux folder; Windows source code is in separate Windows folder
- Download the latest dev source code from the Windows repository: https://github.com/matthewyang204/NotepadEE/tree/main/Windows
- Binaries are next to all other binaries
- x64 binaries are provided for users, however, they are not signed
- Version compatibility:
- Windows 7 x64 or later
- Windows 11 ARM64 or later
Upgrading:
- You can directly run the new installer to upgrade. You can either download this from the Release of the new version or you can install from your custom-built installer.