Skip to content

boyninja1555/Notegrant-for-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notegrant Icon

Notegrant for Windows - The Official/Original Notegrant

This repository is optimized for Visual Studio Code users or similar whom use the .vscode folder.

CodeFactor Grade Stargazers Forks Watchers

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.

Made With...

  • 🧱 Built with Java + JavaFX
  • 📄 UI Layouts written in FXML (XML-based declarative UI language)
  • 🎨 Themes styled with CSS

Features

  • Configuration file at {home}/Notegrant Data/config.properties.
  • A themes directory 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.

Built-In Themes

In the configuration file, part of it should look like this:

theme=light

Here, 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=blackout

See the guide How to Make a Theme for creating one of those fancy things!

Builds for Other Systems

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!

License

This repository is under the MIT License.