No description
| .gitignore | Update README and .gitignore | |
| CMakeLists.txt | init | |
| main.cpp | init | |
| main.qml | Add a close button for create note dialog | |
| noter.cpp | Update addNote logic & handle existing filename | |
| noter.h | Update addNote logic & handle existing filename | |
| README.md | Update README and .gitignore | |
SimpleNote
Feature
- Support multiple notes
- Add/Rename/Delete functionality builtin
- Mark at window title when file is modified and unsaved
- Prompt to save if there's unsaved change when switching note
Building
- Ensure Qt 6, gcc, cmake and make is installed
- Run
cmake . && makein this repo - ???
- Profit?