Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,6 @@ There are some FreshRSS extensions out there, developed by community members.

* [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)

### By [@chenhaoc](https://github.com/chenhaoc)

* [Title Dedup](https://github.com/chenhaoc/freshrss-dedup-extension): Mark target feed entries as read when the same title already exists in source feeds.
11 changes: 11 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,17 @@
"method": "git",
"directory": "."
},
{
"name": "Title Dedup",
"author": "hao.chen",
"description": "Mark target feed entries as read when their title already exists in source feeds.",
"version": "0.1.0",
"entrypoint": "TitleDedup",
"type": "system",
"url": "https://github.com/chenhaoc/freshrss-dedup-extension",
"method": "git",
"directory": "xExtension-TitleDedup"
},
{
"name": "Title-Wrap",
"author": "₣rans de Jonge, Joris Kinable",
Expand Down
3 changes: 3 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,7 @@
}, {
"url": "https://github.com/caglaryalcin/xExtension-ThreePaneReader",
"type": "git"
}, {
"url": "https://github.com/chenhaoc/freshrss-dedup-extension",
"type": "git"
}]