Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/namuan/onepage-fx

Single page application for simplifying note taking
https://github.com/namuan/onepage-fx

javafx javafx-application kotlin kotlin-javafx

Last synced: about 1 month ago
JSON representation

Single page application for simplifying note taking

Awesome Lists containing this project

README

        

# 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](https://sdkman.io/).

Once you have SDKMAN installed, you can install `17.0.5.fx-zulu` which includes the `JavaFX` library.

```shell
sdk install java 17.0.5.fx-zulu
```

Once it is installed, just run the following command to build the application.

```shell
make run
```

You can just run `make` to display list of available commands.

```shell
make
```

### Packaging

```shell
make install
```