This repository is optimized for Visual Studio Code users or similar whom use the
.vscodefolder.
Hi there! This is the official repository of Notegrant for Windows. Here you can find the Maven+Java source code that makes up the highly-customizable editor. You will also find resources as seen in the app, such as the built-in themes and interfaces. This repository also serves as the developer codebase of Notegrant for Windows, open-sourced so anyone (including you) can add on or fix features! Note that only the project owner can produce binaries known as official, but user-created builds are allowed under the terms that a) you advertise your build as non-official and b) you leave credit towards the original project (besides edits made by you,) and c) the contents of the build are not dangerous to certain softwares and hardwares.
- 🧱 Built with Java + JavaFX
- 📄 UI Layouts written in FXML (XML-based declarative UI language)
- 🎨 Themes styled with CSS
- Configuration file at {home}/Notegrant Data/config.properties.
- A
themesdirectory next to the configuration file which can be used for customized themes that are not built-in. - Default document storage directory at {home}/My Notegrants/config.properties.
In the configuration file, part of it should look like this:
theme=lightHere, you can configure the theme. By default, these are available:
light
dark
cool-purple
ice-blue
noir-red
sunset-gold
But if you placed a file named blackout.css into the themes directory, you can do this:
theme=blackoutSee the guide How to Make a Theme for creating one of those fancy things!
If you have or know someone who has a version of this app ported over to a system besides Windows, please edit this file to list it here. Be sure to include your project's name (preferably Notegrant for SysName) and a link to the project's public GitHub and the download(s) link(s).
Builds that have added-on features or removed features that don't need to be removed will be deleted from this list!
This repository is under the MIT License.