OnePageFx
December 16, 2022 ยท View on GitHub
๐ Only allows you to create a single note
๐ No possibility of creating multiple notes so your notes are always in front
๐ Single App across platforms
๐ Remove any formatting style
๐ Auto-save notes
Development
You'll need Java17 and JavaFX to build and run this application. The easiest way is to use SDKMAN.
Once you have SDKMAN installed, you can install 17.0.5.fx-zulu which includes the JavaFX library.
sdk install java 17.0.5.fx-zulu
Once it is installed, just run the following command to build the application.
make run
You can just run make to display list of available commands.
make
Packaging
make install