- Notifications
You must be signed in to change notification settings - Fork62
📃 A simple cross-platform notepad. Based on Qt and C++.
License
ChungZH/notepanda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple cross-platform notepad. Based on Qt and C++.
If you want to track the latest news of Notepanda, welcome to our📰 Telegram channel!
BTW you can read this post in my blog:Notepanda 开发小结
I recently started getting started with Qt, this is my first Qt project, the first C++ project, and the first project in my life. I hope to develop my skills through this project.
I'm not going to use this as a replacement for my other text editors because it's too simple and I am too poor :)
So enjoy this toy 🍵️
Light | Dark |
---|---|
![]() | ![]() |
![]() | ![]() |
- Basic operation
- Line numbers
- Syntax highlight
- Launch from the shell by typing:
notepanda
ornotepanda CMakeLists.txt
- Preview panel (Support Markdown & HTML)
- Opening files with Drag and Drop.
If you are Windows / MacOS / Linux user, you can go toReleases page.
If you are usingScoop, you can get Notepanda from my sweet scoop bucket🍑 peach:
scoop bucket add peach https://github.com/ChungZH/peachscoop install notepanda
If you are Arch Linux (or Arch-based distros) user, you can get Notepanda from AUR.
You may use an AUR helper such asyay
to automatically handle the build process of AUR packages:
yay -S notepanda
The latest version isv0.1.4
now.
For more information, go toHow to build - GitHub Wiki.
- Qt >= 5.11 (recommendation 5.14)
- KSyntaxHighlighting
SeeProjects.
You want to contribute to Notepanda? Awesome!Please read the contribution guidelines for details and useful hints. There isno rules now!
If you found a bug or have a feature request, you can report itGitHub Issue.
🙇♂️️ Thank you very much!
Copyright (c) ChungZH.
Libraries that have been used in Notepanda are listed below (Sorted by date added):
- Please see:assets/CREDIT.md
⚖ Released under theMIT license.
🗒️ Notepanda © ChungZH.
About
📃 A simple cross-platform notepad. Based on Qt and C++.