Skip to content
forked from ChungZH/notepanda

๐Ÿ“ƒ A simple cross-platform notepad. Based on Qt and C++. [WIP] Just practice :)

License

Notifications You must be signed in to change notification settings

ACK555/notepanda

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Notepanda's icon is owned by [ChungZH](https://github.com/ChungZH), any unanthorized usage will be blamed.

Notepanda

Codacy Badge C++ & Qt FOSSA Status

LICENSE Made with love Build CI

A simple cross-platform notepad. Based on Qt and C++.

Just practice XD

๐Ÿšง WIP

BTW you can read this post in my blog: Notepanda ๅผ€ๅ‘ๅฐ็ป“

Why write this text editor?

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 ๐Ÿต๏ธ

Screenshots

Feature

  • Basic operation
  • Line numbers
  • Syntax highlight
  • Launch from the shell by typing: notepanda or notepanda CMakeLists.txt.

Dependencies

  • CMake >= 3.1.0
  • Qt >= 5.14 (not sure)
  • KSyntaxHighlighting
    • Extra CMake Modules

Roadmap

See Projects.

Install

If you are Windows / MacOS / Linux user, you can go to Releases page.

If you are Arch Linux (or Arch-based distros) user, you can get Notepanda from AUR. AUR Badge

You may use an AUR helper such as yay to automatically handle the build process of AUR packages:

yay -S notepanda

The latest version is v0.0.2 now.

Contributions / Bugs

PRs Welcome

You want to contribute to Notepanda? Awesome! Please read the contribution guidelines for details and useful hints. There is no rules now!

If you found a bug or have a feature request, you can report it GitHub Issue.

๐Ÿ™‡โ€โ™‚๏ธ๏ธ Thank you very much!

Special Thanks

Copyright

Copyright (c) ChungZH. All rights reserved.

Libraries that have been used in Notepanda are listed below (Sorted by date added):

LICENSE

โš– Released under the MIT license.

FOSSA Status


๐Ÿ—’๏ธ Notepanda ยฉ ChungZH.

Blog ยท Portfolio ยท GitHub

About

๐Ÿ“ƒ A simple cross-platform notepad. Based on Qt and C++. [WIP] Just practice :)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.0%
  • CMake 17.0%