Skip to content

Commit 0b37a2b

Browse files
authored
Make list of local (official) extensions (#457)
* Make list of local (official) extensions * Forgot change to MarkdownLint
1 parent 59a144b commit 0b37a2b

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"blanks-around-lists": false,
55
"first-line-heading": false,
66
"line-length": false,
7+
"no-blanks-blockquote": false,
78
"no-hard-tabs": false,
89
"no-inline-html": {
910
"allowed_elements": ["br", "img", "kbd", "details", "summary"]

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,31 @@ composer run-script phpstan-third-party
2121

2222
*Custom CSS* and *Custom JS* are now a part of [core extensions shipped with FreshRSS](https://github.com/FreshRSS/FreshRSS/tree/edge/lib/core-extensions).
2323

24+
## Official extensions
25+
26+
Those extensions are in the current official extension repository, with automatic tests and some level of reviewing from the FreshRSS team, making them more trusted than extensions from other sources.
27+
28+
> 🙋 Help welcome to maintain those extensions.
29+
30+
* [Colorful List](xExtension-ColorfulList/README.md): Colorful entry title based on RSS source
31+
* [Form Captcha](xExtension-Captcha/README.md): Protect register/login forms with captcha
32+
* [Image Proxy](xExtension-ImageProxy/README.md): Proxy to avoid insecure content warnings or disappearing images
33+
* [Quick Collapse](xExtension-QuickCollapse/README.md): Quickly change from folded to unfolded articles
34+
* [Reading Time](xExtension-ReadingTime/README.md): Add a reading time estimation next to each article
35+
* [Share By Email](xExtension-ShareByEmail/README.md): Improve the sharing by email system
36+
* [Show Feed ID](xExtension-showFeedID/README.md): Show the ID of feed and category
37+
* [Title-Wrap](xExtension-TitleWrap/README.md): Applies a line-wrap to long article titles instead of truncating them
38+
* [Unsafe Autologin](xExtension-UnsafeAutologin/README.md): Brings back removed unsafe autologin feature from FreshRSS
39+
* [Word Highlighter](xExtension-WordHighlighter/README.md): Highlight specific words
40+
* [YouTube Video Feed](xExtension-YouTube/README.md): Embed YouTube feeds inside article content
41+
2442
## Third-party extensions
2543

26-
There are some FreshRSS extensions out there, developed by community members:
44+
There are some FreshRSS extensions out there, developed by community members.
45+
46+
> ⚠️ Those extensions are not monitored by the FreshRSS team, so use at your own risk.
47+
48+
> 👍 Developers of popular extensions are invited to promote them to the official repository and continue development and support there.
2749
2850
### By [@kevinpapst](https://github.com/kevinpapst), [Web](https://www.kevinpapst.de/)
2951

@@ -36,30 +58,25 @@ There are some FreshRSS extensions out there, developed by community members:
3658
* [Mobile Scroll Menu](https://github.com/oyox/FreshRSS-extensions/tree/master/xExtension-MobileScrollMenu): (mobile) Automatically hides the header menu when scrolling down and shows it when scrolling up.
3759
* [Touch Control](https://github.com/oyox/FreshRSS-extensions/tree/master/xExtension-TouchControl): (mobile) Add touch gestures to FreshRSS.
3860

39-
4061
### By [@Eisa01](https://github.com/Eisa01)
4162

4263
* [FreshRSS Auto Refresh](https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension): Automatically refreshes FreshRSS page once in a minute.
4364

44-
4565
### By [@aledeg](https://github.com/aledeg)
4666

4767
* [Date Format](https://github.com/aledeg/xExtension-DateFormat): Change how dates are displayed in the interface
4868
* [Latex Support](https://github.com/aledeg/xExtension-LatexSupport): Add support for LaTeX notation rendering
4969
* [Paywall](https://github.com/aledeg/xExtension-Paywall): Add title prefix on articles behind a paywall
5070
* [Reddit Image](https://github.com/aledeg/xExtension-RedditImage): Replace link to Reddit topic with resource link
5171

52-
5372
### By [Nicolas Frandeboeuf](https://framagit.org/nicofrand)
5473

5574
* [ThreePanesView](https://framagit.org/nicofrand/xextension-threepanesview): [Adds a third vertical pane along the articles list, to display the articles content](https://nicofrand.eu/freshrss-extension-threepanesview/).
5675

57-
5876
### By [@Lapineige](https://github.com/lapineige), [@hkcomori](https://github.com/hkcomori)
5977

6078
* [Reading Time](https://github.com/FreshRSS/Extensions/tree/main/xExtension-ReadingTime): Add a reading time estimation next to each article.
6179

62-
6380
### By [@Korbak](https://github.com/Korbak)
6481

6582
* [Invidious](https://github.com/Korbak/freshrss-invidious): Displays videos from YouTube feeds inline and replaces every source by the Invidious instance of your choice for an enhanced privacy (no tracking or limitation)

0 commit comments

Comments
 (0)