Feature-rich Java notebook app.
Run:
build.batThis creates dist\\NotebookMe.jar. Running that jar directly still requires Java on
the computer.
Run:
build-portable.batThis creates dist\NotebookMe-portable. Copy that whole folder to another
Windows PC or USB drive and run NotebookMe.bat; Java does not need to be
installed on the target computer.
Portable notes and diary data are stored in dist\NotebookMe-portable\data.
Portable runtimes are operating-system specific. Build on macOS or Linux to create a matching portable folder for those systems:
sh build-portable.sh