Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: jorts.flatpak
manifest-path: io.github.elly_code.jorts.yml
manifest-path: io.github.ellie_commons.jorts.yml
run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://ellie-commons.github.io/community-badge.svg" alt="Made for elementary OS">
</a>

<span align="center"> <img class="center" src="https://github.com/elly-code/jorts/blob/main/data/screenshots/spread.png" alt="Several colourful sticky notes in a spread. Most are covered in scribbles. One in forefront is blue and has the text 'Lovely little colourful squares for all of your notes! 🥰'"></span>
<span align="center"> <img class="center" src="https://github.com/ellie-commons/jorts/blob/main/data/screenshots/spread.png" alt="Several colourful sticky notes in a spread. Most are covered in scribbles. One in forefront is blue and has the text 'Lovely little colourful squares for all of your notes! 🥰'"></span>
</div>

<br/>
Expand All @@ -17,9 +17,9 @@

You can download and install Jorts from various sources:

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.elly_code.jorts)
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg?new)](https://appcenter.elementary.io/io.github.ellie_commons.jorts)

[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.elly_code.jorts)
[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts)


On Windows:
Expand All @@ -28,7 +28,7 @@ Grab the Exe installer in Release

## ❓ Questions, building, etc

[Check the wiki, lol](https://github.com/elly-code/jorts/wiki/%F0%9F%8F%A1Home)
[Check the wiki, lol](https://github.com/ellie-commons/jorts/wiki/%F0%9F%8F%A1Home)



Expand All @@ -50,12 +50,12 @@ On the right you can donate to various contributors:
## 💾 Notes Storage


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

You can get it all by entering in a terminal:

```bash
cp ~/.var/app/io.github.elly_code.jorts/data ~/
cp ~/.var/app/io.github.ellie_commons.jorts/data ~/
```

"saved_state.json" contains all notes in JSON format. The structure is quite simple, if not pretty.
Expand All @@ -66,7 +66,7 @@ The app reads from it only during startup (rest of the time it writes in) so you

ON WINDOWS: It's in:

YourUserFolder \AppData\Local\io.github.elly_code.jorts
YourUserFolder \AppData\Local\io.github.ellie_commons.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"
2 changes: 1 addition & 1 deletion data/icons/classic/128.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/48.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/64.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/icons/classic/scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions data/jorts.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Version=1.5
Name=Jorts
GenericName=Sticky notes
Comment=Write down notes, reminders, random thoughts and other short-term informations
Icon=io.github.elly_code.jorts
Exec=io.github.elly_code.jorts
Icon=io.github.ellie_commons.jorts
Exec=io.github.ellie_commons.jorts
Terminal=false
Actions=NewNote;Preferences;
Categories=Office;GTK;
Expand All @@ -16,9 +16,9 @@ SingleMainWindow=false
[Desktop Action NewNote]
Name=New sticky note
Icon=list-add
Exec=io.github.elly_code.jorts --new-note
Exec=io.github.ellie_commons.jorts --new-note

[Desktop Action Preferences]
Name=Show Preferences
Icon=open-menu
Exec=io.github.elly_code.jorts --preferences
Exec=io.github.ellie_commons.jorts --preferences
2 changes: 1 addition & 1 deletion data/jorts.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/io/github/elly_code/jorts">
<gresource prefix="/io/github/ellie_commons/jorts">
<file compressed="true" alias="Application.css">Application.css</file>
<file compressed="true" alias="Themes.css">Themes.css</file>
</gresource>
Expand Down
2 changes: 1 addition & 1 deletion data/jorts.gschema.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/io/github/elly_code/jorts/" id="io.github.elly_code.jorts">
<schema path="/io/github/ellie_commons/jorts/" id="io.github.ellie_commons.jorts">
<key name="scribbly-mode-active" type="b">
<default>false</default>
<summary>Change font to an illegible one</summary>
Expand Down
20 changes: 10 additions & 10 deletions data/jorts.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.elly_code.jorts</id>
<id>io.github.ellie_commons.jorts</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>

Expand All @@ -18,20 +18,20 @@
</ul>
<p>This is a fork of an old version of "Notejot" by lainsce. The community liked it so much, we thought it would be great to revive it!</p>
</description>
<launchable type="desktop-id">io.github.elly_code.jorts.desktop</launchable>
<launchable type="desktop-id">io.github.ellie_commons.jorts.desktop</launchable>

<provides>
<id>io.github.ellie_commons.jorts</id>
<binary>io.github.ellie_commons.jorts</binary>
<id>io.github.elly_code.jorts</id>
<binary>io.github.elly_code.jorts</binary>
</provides>
<replaces>
<id>io.github.ellie_commons.jorts</id>
<id>io.github.elly_code.jorts</id>
</replaces>

<developer id="io.github.elly-code">
<developer id="io.github.ellie-commons">
<name>Lainsce + Stella + Charlie</name>
</developer>
<project_group>elly-code</project_group>
<project_group>ellie-commons</project_group>
<url type="homepage">https://github.com/elly-code/jorts</url>
<url type="bugtracker">https://github.com/elly-code/jorts/issues</url>
<url type="help">https://github.com/elly-code/jorts/wiki</url>
Expand All @@ -40,7 +40,7 @@
<url type="vcs-browser">https://github.com/elly-code/jorts</url>

<content_rating type="oars-1.1"/>
<translation type="gettext" source_locale="en_GB">io.github.elly_code.jorts</translation>
<translation type="gettext" source_locale="en_GB">io.github.ellie_commons.jorts</translation>
<branding>
<color type="primary" scheme_preference="light">#64baff</color>
<color type="primary" scheme_preference="dark">#002e99</color>
Expand All @@ -59,7 +59,7 @@
<keyword>elementary OS</keyword>
</keywords>
<suggests>
<id>io.github.elly_code.reminduck</id>
<id>io.github.ellie_commons.reminduck</id>
<id>com.github.elfenware.badger</id>
<id>io.github.xchan14.larawan</id>
</suggests>
Expand Down Expand Up @@ -100,7 +100,7 @@
<description>
<p>Organization change</p>
<ul>
<li>From elly-code to elly-code</li>
<li>From ellie-commons to ellie-commons</li>
</ul>
<p>😎 Guests stars:</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
id: io.github.elly_code.jorts
runtime: io.elementary.Platform
runtime-version: '8.2'
sdk: io.elementary.Sdk
command: io.github.elly_code.jorts
id: io.github.ellie_commons.jorts
# elementary SDK is not available on Flathub, so use the elementary BaseApp instead
base: io.elementary.BaseApp
base-version: 'circe-25.08'
runtime: org.gnome.Platform
runtime-version: '49'
sdk: org.gnome.Sdk
command: io.github.ellie_commons.jorts

finish-args:
- '--share=ipc'
Expand All @@ -23,7 +26,6 @@ cleanup:

modules:
# Needed for the Scribbly mode
# It should be present by default on elementary OS, but better not assume it is the case
- name: RedactedScript
buildsystem: simple
build-commands:
Expand All @@ -50,5 +52,9 @@ modules:
config-opts:
- -Dvariant=['default']
sources:
- type: dir
path: .
- type: git
url: https://github.com/elly-code/jorts.git
commit: b0a8091a6a466b59356b02978df7fd77689ff1e6
x-checker-data:
type: git
tag-pattern: '^([\d.]+)$'
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Name our project
project('io.github.elly_code.jorts', ['vala', 'c'],
project('io.github.ellie_commons.jorts', ['vala', 'c'],
version: '4.0.1'
)

Expand Down
2 changes: 1 addition & 1 deletion po/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## First Things First

* Clone this repository by opening the terminal in a folder of your choice and typing ```git clone https://github.com/elly_code/jorts```
* Clone this repository by opening the terminal in a folder of your choice and typing ```git clone https://github.com/ellie_commons/jorts```

## Basics

Expand Down
4 changes: 2 additions & 2 deletions po/bn.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the io.github.elly_code.jorts package.
# This file is distributed under the same license as the io.github.ellie_commons.jorts package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: 2025-06-02 19:29+0300\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
4 changes: 2 additions & 2 deletions po/extra/bn.po
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the io.github.elly_code.jorts package.
# This file is distributed under the same license as the io.github.ellie_commons.jorts package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/extra/cs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/extra/de.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/extra/es.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
2 changes: 1 addition & 1 deletion po/extra/fi.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: io.github.elly_code.jorts\n"
"Project-Id-Version: io.github.ellie_commons.jorts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-22 14:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Loading
Loading