Notemat is a powerful and versatile note-taking application designed to help users create, edit, and manage styled text and images with ease. Whether you're jotting down quick notes, organizing your thoughts, or working on a detailed project, Notemat provides the tools you need to stay productive.
- Text formatting: Customize your notes with different fonts, sizes, colours and more.
- Image support: Add and manage images directly in your notes.
- Google Gemini AI Integration: Leverage Google's Gemini to enhance your notes with suggestions, summarizations and more.
- Cross-Platform: Works both on Windows and Linux, with a primary focus on Linux.
Notemat is actively developed and tested on Linux, with support for Windows as well. While the primary focus is on ensuring a seamless experience on Linux, the application is designed to work reliably on both platforms.
To run Notemat, you need Java JDK 21 or later installed on your system. You can download it from the official Oracle website or use your system's package manager if you're on Linux.
-
Clone the Repository
Open a terminal or command prompt and run the following command to clone the Notemat repository:git clone https://github.com/importb/notematThis will create a local copy of the Notemat source code.
-
Build the Application
Navigate to the Notemat directory:cd notemat-
For Linux:
Run the following command to build the application:./gradlew build -
For Windows:
Use the following command instead:gradlew.bat build
After the build process completes, the compiled application will be available as a JAR file.
-
-
Locate the JAR File
The built JAR file can be found in the following directory:/notemat/build/libs/notemat.jar -
Run Notemat
Use the following command to run the application:java -jar /path/to/notemat.jarReplace
/path/to/notemat.jarwith the actual path to thenotemat.jarfile. For example:java -jar notemat/build/libs/notemat.jar
