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