Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ There are some FreshRSS extensions out there, developed by community members:
### By [@veverkap](https://github.com/veverkap/)

* [Karakeep Button](https://github.com/veverkap/xExtension-karakeep-button): Add articles to a selected Karakeep instance with one simple button click or a keyboard shortcut.

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

* [Youlag](https://github.com/civilblur/youlag): Browse your YouTube feed through a video-focused interface that includes quality-of-life features.
11 changes: 11 additions & 0 deletions extensions.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the auto-generated file by GH actions, you should add your repo to repositories.json too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, so repositories.json is the only file that should be updated? Should I omit all other changes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow will overwrite extensions.json later, so it's fine

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 235fa01

Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,17 @@
"method": "git",
"directory": "xExtension-WordHighlighter"
},
{
"name": "Youlag",
"author": "civilblur",
"description": "Browse your YouTube feed through a video-focused interface that includes quality-of-life features.",
"version": "4.0.0",
"entrypoint": "Youlag",
"type": "user",
"url": "https://github.com/civilblur/youlag",
"method": "git",
"directory": "xExtension-Youlag"
},
{
"name": "YouTube Video Feed",
"author": "Kevin Papst, Inverle",
Expand Down
3 changes: 3 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,7 @@
}, {
"url": "https://github.com/veverkap/xExtension-karakeep-button",
"type": "git"
}, {
"url": "https://github.com/civilblur/youlag",
"type": "git"
}]