Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpsz/notes
notes app
https://github.com/piotrpsz/notes
cpp20 notes qt6
Last synced: about 2 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T08:04:37.000Z (7 months ago)
- Last Synced: 2024-06-07T06:50:00.321Z (7 months ago)
- Topics: cpp20, notes, qt6
- Language: C++
- Homepage:
- Size: 333 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:
![scr_notes_main.png](images/scr_notes_main.png)
### 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).
![scr_notes_editor.png](images/scr_notes_editor.png)