From 3ea9478ce38a1af3960fd4cd6ff4bbbf5abb0044 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 22 Feb 2023 15:48:46 +0100 Subject: doc: add more apps written in GJS --- doc/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.md b/doc/README.md index 306e7695..38a5dc49 100644 --- a/doc/README.md +++ b/doc/README.md @@ -59,6 +59,7 @@ GNOME Applications written in GJS: * [GNOME Weather](https://gitlab.gnome.org/GNOME/gnome-weather) * [GNOME Books](https://gitlab.gnome.org/GNOME/gnome-books) * [Polari](https://gitlab.gnome.org/GNOME/polari) IRC Client +* [GNOME Extensions](https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app) Third party applications written in GJS: @@ -78,6 +79,11 @@ Third party applications written in GJS: * [Annex](https://github.com/andyholmes/annex) * [Bolso](https://github.com/felipeborges/bolso) * [Workbench](https://github.com/sonnyp/Workbench) +* [Design](https://github.com/dubstar-04/Design) +* [Capsule](https://gitlab.gnome.org/verdre/Capsule) +* [Spiel](https://gitlab.gnome.org/feaneron/spiel) +* [Retro](https://github.com/sonnyp/Retro) +* [libportal test](https://github.com/flatpak/libportal/tree/main/portal-test/gtk4) ### GNOME Shell Extensions -- cgit v1.2.1 From 63534f4d1f6f70f6d0e927a79e054a906ee3a608 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 22 Feb 2023 15:51:30 +0100 Subject: doc: Remove Gnomit app A more up to date codebase is available in the fork "Commit". The Gnomit repository has been archived. --- doc/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 38a5dc49..2ed71540 100644 --- a/doc/README.md +++ b/doc/README.md @@ -67,7 +67,6 @@ Third party applications written in GJS: * [Quick Lookup](https://github.com/johnfactotum/quick-lookup) * [Foliate](https://github.com/johnfactotum/foliate) * [Marker](https://github.com/fabiocolacio/Marker) -* [Gnomit](https://github.com/small-tech/gnomit) * [Clapper](https://github.com/Rafostar/clapper/) * [Flatseal](https://github.com/tchx84/Flatseal) * [Almond](https://github.com/stanford-oval/almond-gnome/) -- cgit v1.2.1 From 87cec4ba2a2a40bd6a942333a5ce4f9a02af7805 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 22 Feb 2023 15:52:40 +0100 Subject: doc: Remove Marker app Not written in GJS --- doc/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 2ed71540..30f79647 100644 --- a/doc/README.md +++ b/doc/README.md @@ -66,7 +66,6 @@ Third party applications written in GJS: * [Tangram](https://github.com/sonnyp/Tangram) * [Quick Lookup](https://github.com/johnfactotum/quick-lookup) * [Foliate](https://github.com/johnfactotum/foliate) -* [Marker](https://github.com/fabiocolacio/Marker) * [Clapper](https://github.com/Rafostar/clapper/) * [Flatseal](https://github.com/tchx84/Flatseal) * [Almond](https://github.com/stanford-oval/almond-gnome/) -- cgit v1.2.1 From cf8cf07cbfc52ff89755c8538cd4e387b9d1a917 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 22 Feb 2023 23:50:57 +0100 Subject: doc: Re-organize apps Merge GNOME Core and Circle apps - it's the best and most fair indication of quality we have. --- doc/README.md | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/doc/README.md b/doc/README.md index 30f79647..887045ff 100644 --- a/doc/README.md +++ b/doc/README.md @@ -50,39 +50,45 @@ new project and select `JavaScript` language. There is a also a [package specification]: https://gitlab.gnome.org/GNOME/gjs/-/blob/HEAD/doc/Package/Specification.md [template]: https://github.com/gcampax/gtk-js-app -GNOME Applications written in GJS: +Here is a non-exhaustive list of applications written in GJS: -* [GNOME Characters](https://gitlab.gnome.org/GNOME/gnome-characters) -* [GNOME Documents](https://gitlab.gnome.org/GNOME/gnome-documents) -* [GNOME Maps](https://gitlab.gnome.org/GNOME/gnome-maps) -* [GNOME Sound Recorder](https://gitlab.gnome.org/GNOME/gnome-sound-recorder) -* [GNOME Weather](https://gitlab.gnome.org/GNOME/gnome-weather) -* [GNOME Books](https://gitlab.gnome.org/GNOME/gnome-books) -* [Polari](https://gitlab.gnome.org/GNOME/polari) IRC Client -* [GNOME Extensions](https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app) - -Third party applications written in GJS: +GNOME Apps +* [Characters](https://gitlab.gnome.org/GNOME/gnome-characters) +* [Maps](https://gitlab.gnome.org/GNOME/gnome-maps) +* [Weather](https://gitlab.gnome.org/GNOME/gnome-weather) +* [Extensions](https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app) +* [Polari](https://gitlab.gnome.org/GNOME/polari) * [Tangram](https://github.com/sonnyp/Tangram) -* [Quick Lookup](https://github.com/johnfactotum/quick-lookup) -* [Foliate](https://github.com/johnfactotum/foliate) -* [Clapper](https://github.com/Rafostar/clapper/) * [Flatseal](https://github.com/tchx84/Flatseal) -* [Almond](https://github.com/stanford-oval/almond-gnome/) * [Commit](https://github.com/sonnyp/commit/) * [Junction](https://github.com/sonnyp/Junction) * [Oh My SVG](https://github.com/sonnyp/OhMySVG) -* [Lobjur](https://github.com/ranfdev/Lobjur) +* [Workbench](https://github.com/sonnyp/Workbench) +* [GNOME Sound Recorder](https://gitlab.gnome.org/GNOME/gnome-sound-recorder) (TypeScript) + +Others + + +* [Quick Lookup](https://github.com/johnfactotum/quick-lookup) +* [Foliate](https://github.com/johnfactotum/foliate) +* [Clapper](https://github.com/Rafostar/clapper/) +* [Almond](https://github.com/stanford-oval/almond-gnome/) +* [Lobjur](https://github.com/ranfdev/Lobjur) (Clojure) * [Touché](https://github.com/JoseExposito/touche) * [Annex](https://github.com/andyholmes/annex) * [Bolso](https://github.com/felipeborges/bolso) -* [Workbench](https://github.com/sonnyp/Workbench) * [Design](https://github.com/dubstar-04/Design) * [Capsule](https://gitlab.gnome.org/verdre/Capsule) * [Spiel](https://gitlab.gnome.org/feaneron/spiel) * [Retro](https://github.com/sonnyp/Retro) * [libportal test](https://github.com/flatpak/libportal/tree/main/portal-test/gtk4) +Archived + +* [GNOME Books](https://gitlab.gnome.org/GNOME/gnome-books) +* [GNOME Documents](https://gitlab.gnome.org/GNOME/gnome-documents) + ### GNOME Shell Extensions GJS is used to write [GNOME Shell Extensions](https://extensions.gnome.org), -- cgit v1.2.1