The Note Binder is a Note Organizing Application with a built-in Application Launcher to compliment Note Taking applications.
This is currently at Version 1.0
# Compiling the program:
To compile the program, installing the required dependencies is essential. Installing <i>qt5-base</i> and <i>qt5-default</i> is recommended as well as setting up qmake. Also install build essentials such as make, gcc/g++ as well.
Once dependencies are installed run <i>qmake</i> and a Makefile will be generated.
Then run <i>make -j N</i> where N is the number of jobs runnning on the CPU (highest recommended number being the same number of CPU threads on the computer compiling the code).
Once that is runned the application has been created (the binary file is NoteBinder).
More information on this project can be found at <ahref=https://drewtechs.net/projects/note-binder>https://drewtechs.net/projects/note-binder</a>