BlankNote is written in C with GTK4. It has no UI elements except the text view, controlled with keybindings.
Download prebuilt binary from releases and move to any folder in your $PATH, usually /usr/local/bin
To get latest and more complex installation (with icon, .desktop, manpage) you can build it yourself, see how to do it in building
Run with blanknote [file]
Ctrl-plus - Zoom text in
Ctrl-minus - Zoom text out
Ctrl-0 - Reset zooming level to default
Ctrl-O - Open file picker
Ctrl-S - Save file
Ctrl-B - Open plugins picker
Check docs/config.md or use man 5 blanknote for configuration documentation
To develop plugins please check the plugin guidelines in docs/plugins.md
Dependencies: gtk4
- Clone repo
- Build with
make - Install with
sudo make install
To uninstall, use sudo make uninstall
For developing, run make run