The Note Binder is a Note Organizing Application with a built-in Application Launcher to compliment Note Taking applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
DrewTechs f2632488e0 Upload files to '' 3 years ago
LICENSE Initial commit 3 years ago
Makefile Upload files to '' 3 years ago
NoteBinder.pro Upload files to '' 3 years ago
NoteBinder.pro.user Upload files to '' 3 years ago
NoteBinderLogo.png Upload files to '' 3 years ago
README.md Update 'README.md' 3 years ago
addApplicationLauncher.cpp Upload files to '' 3 years ago
addApplicationLauncher.h Upload files to '' 3 years ago
addApplicationLauncher.ui Upload files to '' 3 years ago
applicationlaunchers.cpp Upload files to '' 3 years ago
applicationlaunchers.h Upload files to '' 3 years ago
copyItemDialog.cpp Upload files to '' 3 years ago
copyItemDialog.h Upload files to '' 3 years ago
copyItemDialog.ui Upload files to '' 3 years ago
importSection.cpp Upload files to '' 3 years ago
importSection.h Upload files to '' 3 years ago
importSection.ui Upload files to '' 3 years ago
itemProperties.cpp Upload files to '' 3 years ago
itemProperties.h Upload files to '' 3 years ago
main.cpp Upload files to '' 3 years ago
mainwindow.cpp Upload files to '' 3 years ago
mainwindow.h Upload files to '' 3 years ago
mainwindow.ui Upload files to '' 3 years ago
newNotebookDialog.cpp Upload files to '' 3 years ago
newSectionDialog.cpp Upload files to '' 3 years ago
newSectionDialog.h Upload files to '' 3 years ago
newSectionDialog.ui Upload files to '' 3 years ago
newSectionDialogGroup.ui Upload files to '' 3 years ago
newSectionGroupDialog.cpp Upload files to '' 3 years ago
newSectionGroupDialog.h Upload files to '' 3 years ago
newSectionGroupDialog.ui Upload files to '' 3 years ago
notebook.cpp Upload files to '' 3 years ago
notebook.h Upload files to '' 3 years ago
notebooklist.cpp Upload files to '' 3 years ago
notebooklist.h Upload files to '' 3 years ago
notebookmanager.cpp Upload files to '' 3 years ago
notebookmanager.h Upload files to '' 3 years ago
sectiongroup.cpp Upload files to '' 3 years ago
sectiongroup.h Upload files to '' 3 years ago
settings.cpp Upload files to '' 3 years ago
settings.h Upload files to '' 3 years ago
settings.ui Upload files to '' 3 years ago
unfilednotes.cpp Upload files to '' 3 years ago

README.md

Notebinder

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 qt5-base and qt5-default is recommended as well as setting up qmake. Also install build essentials such as make, gcc/g++ as well.

Once dependencies are installed run qmake and a Makefile will be generated.

Then run make -j N 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 https://drewtechs.net/projects/note-binder