You can download and install Jorts from various sources:
On Windows: Grab the Exe installer in Release Not all releases have an exe, because bundling for Windows and testing it works is a HASSLE.
You may want to check the documentation
Issues are all filed here in the Issues tab
You can also come over in matrix to talk to me directly
The app is destined to stay simple. If anything there is already too much in the UI for my comfort, so do not expect /more/
Roadmap:
- Document stuff
- Fix an annoying memory leak where deleted notes linger in memory
- Use Gtk 4.24 save-state new thing if it ever lands
- More icon variants
- Better list/bullets
- Co-maintainers would be nice
- More translations would be nice
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)
"saved_state.json" contains all notes in JSON format. The structure is quite simple, it is an array of objects, each representing the data of a sticky note
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.
The app writes to it everytime there is a sticky note change
You can get it all by entering in the search bar of your file explorer:
~/.var/app/io.github.ellie_commons.jorts/data/io.github.ellie_commons.jorts/
Or typing the below in a terminal, to move it to your Home folder:
cp ~/.var/app/io.github.ellie_commons.jorts/data/io.github.ellie_commons.jorts/saved_data.json ~/The app id is slightly different
Enter the path:
~/.var/app/io.github.elly_code.jorts/data/io.github.elly_code.jorts/
Or the command:
cp ~/.var/app/io.github.elly_code.jorts/data/io.github.elly_code.jorts/saved_data.json ~/Paste in the explorer window:
%localappdata%\io.github.elly_code.jorts\
Check out in ~/.local/share
It likely is there
