notepad--
一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。
A cross-platform text editor for Windows, macOS, and Linux (including UOS, a Chinese Linux OS), written in C++ as a lightweight alternative to Notepad-style editors. Primary releases are on Gitee, GitHub is a mirror.
Notepad-- is a lightweight text editor that runs on Windows, Linux, and Mac. It is written in C++ and is designed as a cross-platform alternative to other Notepad-style editors. The README is written primarily in Chinese, so some details below are drawn from what the text makes clear.
The project's stated goal is to provide a domestically developed Chinese text editor, with particular focus on running well on UOS (a Chinese Linux-based operating system), as well as on Mac and various other Linux distributions. The name is a deliberate contrast to a competing product, carrying the meaning of reducing mistakes and overconfidence by one step.
The repository on GitHub is a mirror of the primary codebase hosted on Gitee, a Chinese code platform. The author notes that because they frequently cannot access GitHub from within China, the GitHub copy may not always be up to date. Downloads for the latest release are linked from the Gitee page.
The README includes screenshots showing the editor running on the UOS operating system, on Windows, on macOS, and on Red Hat Linux, demonstrating that it does function across those platforms. The interface in the screenshots looks similar to a standard desktop text editor with a menu bar and tabbed documents.
Beyond cross-platform support, the README does not go into detail about specific editing features, keyboard shortcuts, or configuration options. If you need full documentation, the Gitee repository at the link in the README would be the better starting point, as that is where active development and releases happen.
Where it fits
- Use as a lightweight tabbed text editor on Linux or macOS without installing a heavy IDE
- Edit code or config files on UOS or other Chinese Linux distributions with a familiar desktop interface