From c46bdd0a704d52fa067484a51297bdb029418b1f Mon Sep 17 00:00:00 2001 From: Caglar Yalcin Date: Mon, 25 May 2026 21:41:33 +0300 Subject: [PATCH 1/2] Add Inoreader extension --- repositories.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repositories.json b/repositories.json index e0f13983..83854872 100644 --- a/repositories.json +++ b/repositories.json @@ -121,4 +121,7 @@ }, { "url": "https://codeberg.org/strubbl/xExtension-ShowURL", "type": "git" +}, { + "url": "https://github.com/caglaryalcin/xextension-inoreader", + "type": "git" }] From c73166ae5443fc1c93bdf58e0839e414a1abadc9 Mon Sep 17 00:00:00 2001 From: Caglar Yalcin Date: Mon, 25 May 2026 23:18:22 +0300 Subject: [PATCH 2/2] Add Three Pane Reader to the extension list Co-Authored-By: Claude Opus 4.7 --- README.md | 4 ++++ repositories.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee3470c3..ceb0b891 100644 --- a/README.md +++ b/README.md @@ -227,3 +227,7 @@ There are some FreshRSS extensions out there, developed by community members. * [Show URL](https://codeberg.org/strubbl/xExtension-ShowURL): Shows the current article's URL right before the article content starts +### By [@caglaryalcin](https://github.com/caglaryalcin) + +* [Three Pane Reader](https://github.com/caglaryalcin/xExtension-ThreePaneReader): An Inoreader-style three-pane reading layout (navigation, article list, and article content side by side) + diff --git a/repositories.json b/repositories.json index 83854872..2701073d 100644 --- a/repositories.json +++ b/repositories.json @@ -122,6 +122,6 @@ "url": "https://codeberg.org/strubbl/xExtension-ShowURL", "type": "git" }, { - "url": "https://github.com/caglaryalcin/xextension-inoreader", + "url": "https://github.com/caglaryalcin/xExtension-ThreePaneReader", "type": "git" }]