Notes with priority. PrioNote is built with Librem5 in mind but will work well in any Gtk4 environment.

marcux 6edb827f83 Added Note window 1 سال پیش
src 6edb827f83 Added Note window 1 سال پیش
.gitignore 07f1e91b2b First commit, main window with basic look 1 سال پیش
Cargo.lock 6edb827f83 Added Note window 1 سال پیش
Cargo.toml 6edb827f83 Added Note window 1 سال پیش
LICENSE 109a125824 Initial commit 1 سال پیش
README.md 52ce5e6e00 Added actions for buttons and menues in main window 1 سال پیش
build.rs 07f1e91b2b First commit, main window with basic look 1 سال پیش

README.md

Prio Note

Notes with priority.
PrioNote is built with Librem5 in mind
but will work well in any Gtk4 environment.

Build and compile

To be able to build and compile PrioNote in Debian
or distribution derived from Debian,
install the following packages:

  • pkg-config
  • build-essential
  • libgtk-4-dev
  • libadwaita-1-dev

clone this repository:
git clone https://notabug.org/marcux/prionote.git

Add glib build dependency in cargo:
cargo add glib-build-tools --build

Compile: cargo build --release