Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/namuan/onepage-fx
- Owner: namuan
- License: mit
- Created: 2022-12-12T20:03:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T09:20:33.000Z (11 months ago)
- Last Synced: 2024-10-18T13:32:04.524Z (3 months ago)
- Topics: javafx, javafx-application, kotlin, kotlin-javafx
- Language: Kotlin
- Homepage:
- Size: 414 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```