Skip to content

Neither jeans nor shorts, just like jorts. A sticky notes app for elementary OS

License

Notifications You must be signed in to change notification settings

ellie-commons/Jorts

Repository files navigation

icon Jorts

Neither jeans nor shorts, just like jorts. A sticky notes app for elementary OS

License: GPL v3 Static Badge Please do not theme this app CI

Screenshot of Elly's sticky note as an example


🛣️ Roadmap

Jorts is a cute simple little notes app Feel free to check the project board

💝 Donations

Some of the code (and the aesthetic) was from original work by Lainsce because this is a fork of an older version of Notejot from a time before new additions broke NoteJot for elementary OS 8. Currently the real, official NoteJot is something different, more fully-featured and no longer focused on elementary OS. Some people liked the simplicity of the old version, and thus we created this fork of it.

If you want to thank the original creator:

Be a backer on Lainsce on Patreon

Currently actively trying to revive this project is me - Stella Support is always welcome and shows us that people want this work to continue.

Stella, current main dev:

🏗️ Building

Please make sure you have these dependencies first before building Jorts.

flatpak-builder
libgranite-7-dev
gtk+-4.0
libjson-glib-dev
libgee-0.8-dev
libjson-glib
meson
valac
gettext

As of the current date (16March2025), here are the package names to install:

sudo apt install libgranite-7-common libjson-glib-dev libgee-0.8-2 meson valac libvala-0.56-0 flatpak-builder gettext

Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory, and run the following command:

flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.ellie_commons.jorts.yml

💾 Notes Storage

Notes are stored in ~/.var/app/io.github.ellie_commons.jorts/data

You can get it all by entering in a terminal:

cp ~/.var/app/io.github.ellie_commons.jorts/data ~/

"saved_state.json" contains all notes in JSON format. "backup_state.json" is a monthly backup of it.