Jot++ is a fast and lightweight note-taking program written in C++.
- Fast note-taking.
- Lightweight design.
- User-friendly interface.
- Supports light and dark mode.
- Export notes as
.txtor.md. - Simple and clean UI powered by FLTK.
- Compiler:
g++ - Build Tool:
make - Dependencies:
- FLTK 1.4 (
libfltkandlibfltk_images) - SQLite3 (
libsqlite3)
- FLTK 1.4 (
# Install dependencies on macOS using Homebrew
brew install fltk sqlite
# On Linux (Ubuntu/Debian)
sudo apt install g++ make libfltk1.3-dev libsqlite3-devDownload a release from releases page. After downloading, give Jot++ execution permission by running the command below in your terminal:
# Replace this with the actual path where you extracted Jot++
chmod +x /path/to/Jot++/jotplusplusOnce the file is executable, simply double-click Jot++ to launch it.
Install Jot++ by running the commands below in your terminal:
git clone https://github.com/selimozturk13/Jot_Plus_Plus.git
cd Jot_Plus_Plus
git clone https://github.com/SqliteModernCpp/sqlite_modern_cpp
make && sudo make installThen, open it by running ./jotplusplus in your terminal or by clicking
the installed application from your file manager.
Open Jot++.
- Write the note title into the title input field.
- Write the content of the note into the editor.
- Press the create button.
- Click on the note you want to view or edit.
- The note's content will appear in the editor.
- Edit it as you like.
- Press the save button when you are done.
- Click the note you want to delete.
- Press the delete button.
- Open the File menu.
- Click Export.
- Choose the file type (
.txtor.md). - Your file manager will open; choose the folder to export your note.
- Open the View menu.
- Choose between light/dark modes or adjust other view-related settings.
