https://github.com/piotrpsz/notes
notes app
https://github.com/piotrpsz/notes
cpp20 notes qt6
Last synced: 3 months ago
JSON representation
notes app
- Host: GitHub
- URL: https://github.com/piotrpsz/notes
- Owner: piotrpsz
- License: mit
- Created: 2024-04-08T12:06:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T14:50:39.000Z (6 months ago)
- Last Synced: 2024-12-27T00:09:34.930Z (5 months ago)
- Topics: cpp20, notes, qt6
- Language: C++
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes
GUI desktop program for managing notes.
The program is written in C++ and uses the Qt library as the GUI.
This is my own implementation of a note management program.
Something like 'Evernote' and other similar programs (but my own).
But it's free and cross-platform.
I ran it on Linux and macOS, I don't know if it works on Windows (but I guess it should).### Basic properties:
Notes can be moved between categories.
### Main Window view:

### Edit notes:
Notes can be added to a specific category.
They can be edited and changed.
They can be removed.
And as I mentioned, they can be moved from one category to another.
Through copy/paste operations you can cooperate with external content sources.
The note editor is simple but supports many operations. It has what it takes (at least for me).
