1
0
Fork
You've already forked QtSimpleNote
0
No description
  • QML 61.8%
  • C++ 33.7%
  • CMake 4.5%
Find a file
2022年04月25日 23:19:21 +08:00
.gitignore Update README and .gitignore 2022年04月25日 23:07:44 +08:00
CMakeLists.txt init 2022年04月25日 21:21:59 +08:00
main.cpp init 2022年04月25日 21:21:59 +08:00
main.qml Add a close button for create note dialog 2022年04月25日 23:19:21 +08:00
noter.cpp Update addNote logic & handle existing filename 2022年04月25日 23:05:03 +08:00
noter.h Update addNote logic & handle existing filename 2022年04月25日 23:05:03 +08:00
README.md Update README and .gitignore 2022年04月25日 23:07:44 +08:00

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 . && make in this repo
  • ???
  • Profit?