FreshRSS / Extensions

A repository containing all the official FreshRSS extensions
GNU Affero General Public License v3.0
320 stars 52 forks source link

Extension: Mark previous as read #204

Closed kalvn closed 4 months ago

kalvn commented 4 months ago

Hello,

This is just to inform you that I created a tiny extension that adds a button Mark previous as read into the footer of each entry.

https://github.com/kalvn/freshrss-mark-previous-as-read

It mimics the features that is triggered by ALT+R but makes it available for mobile devices where shortcuts can't be used.

The main goal was to benefit from something similar to Feedly's "mark above as read".

Important point: it only targets entries belonging to the feed of the current entry.

I've used it for a couple of days and it works pretty well so far. Feedbacks welcome :)

Alkarex commented 4 months ago

Nice 👍🏻 Please add it to our list (and potentially readme): https://github.com/FreshRSS/Extensions/blob/master/repositories.json

kalvn commented 4 months ago

Done, thanks :)

https://github.com/FreshRSS/Extensions/pull/205