https://github.com/elly-code/jorts
Neither jeans nor shorts, just like jorts. A sticky notes app for elementary OS
https://github.com/elly-code/jorts
elementary-apps elementary-os elementaryos granite gtk4 pantheon sticky-notes vala
Last synced: about 1 month ago
JSON representation
Neither jeans nor shorts, just like jorts. A sticky notes app for elementary OS
- Host: GitHub
- URL: https://github.com/elly-code/jorts
- Owner: elly-code
- License: gpl-3.0
- Created: 2024-12-08T14:47:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-27T22:52:46.000Z (about 2 months ago)
- Last Synced: 2026-01-28T03:06:44.024Z (about 2 months ago)
- Topics: elementary-apps, elementary-os, elementaryos, granite, gtk4, pantheon, sticky-notes, vala
- Language: Vala
- Homepage:
- Size: 92.6 MB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
## 🦺 Installation
You can download and install Jorts from various sources:
[](https://appcenter.elementary.io/io.github.elly_code.jorts)
[
](https://flathub.org/apps/io.github.elly_code.jorts)
On Windows:
Grab the Exe installer in Release
## ❓ Questions, building, etc
[Check the wiki, lol](https://github.com/elly-code/jorts/wiki/%F0%9F%8F%A1Home)
## 🛣️ Roadmap
Jorts is a cute simple and lightweight little notes app, and i wanna keep it this way
Top priority is to have the clearest, simplest, most efficient code ever
## 💝 Donations
On the right you can donate to various contributors:
- teamcons, the main devs and maintainers behind jorts
- wpkelso, the author of the modern icon and its Pride variant
- lains, the initial creator of the app (It was Notejot, now something very different)
## 💾 Notes Storage
Notes are stored in `~/.var/app/io.github.elly_code.jorts/data`
You can get it all by entering in a terminal:
```bash
cp ~/.var/app/io.github.elly_code.jorts/data ~/
```
"saved_state.json" contains all notes in JSON format. The structure is quite simple, if not pretty.
The app reads from it only during startup (rest of the time it writes in) so you could quite easily swap it up to swap between sets of notes.
ON WINDOWS: It's in:
YourUserFolder \AppData\Local\io.github.elly_code.jorts
AppData is a hidden folder. Either you paste the above path in the path bar, from your user folder
Or you do a "Show hidden files"
