Skip to content

Single page application for simplifying note taking

License

Notifications You must be signed in to change notification settings

namuan/onepage-fx

Repository files navigation

OnePageFx

🚀 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