-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more clarity in labels and inverts one setting
- Loading branch information
Showing
9 changed files
with
86 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# FreshRSS extension - Mark Previous as Read | ||
This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries belonging to the current feed, as read. | ||
This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries as read. | ||
|
||
The goal is, when going through a very long list of entries without reading them all, to be able to mark as read what was went through, and continue later. | ||
|
||
## Installation | ||
Download the code and copy directory `xExtension-MarkPreviousAsRead` into the `extensions/` directory of your FreshRSS installation. | ||
|
||
Then, in the settings menu, select **Extensions** and enable **Mark Previous as Read**. | ||
|
||
## Configuration | ||
Head to `https://<your hostname>/i/?c=extension` and click on **Mark Previous as Read** settings icon. | ||
|
||
- **Show a validation popup before marking entries as read.**: shows an alert when the button is clicked, as a last chance to change your mind or cancel in case you mis-clicked. | ||
- **Apply only to entries that belong to the same feed.**: mark as read only entries that belong to the same feed as the one currently open. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "Mark Previous as Read", | ||
"author": "kalvn", | ||
"description": "This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries belonging to the current feed, as read. The goal is, when going through a very long list of entries without reading them all, to be able to stop and continue later.", | ||
"version": "1.1.0", | ||
"description": "This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries as read.", | ||
"version": "1.1.1", | ||
"entrypoint": "MarkPreviousAsRead", | ||
"type": "user" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters