All Projects → Elv1zz → ttrss_plugin-markasread

Elv1zz / ttrss_plugin-markasread

Licence: other
tt-rss plugin to add a "mark as read" checkbox to the article footer

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ttrss plugin-markasread

arsse
The clean & modern RSS server that doesn't give you any crap. Mirror of main repository at https://code.mensbeam.com/MensBeam/arsse. Please direct your issues there.
Stars: ✭ 15 (-16.67%)
Mutual labels:  tt-rss

"Mark as read" plugin for tt-rss

This plugin for Tiny Tiny RSS (tt-rss) adds a checkbox in the article footer to mark an article as read and unread just like in dicontinued Google Reader.

Installation

Using git

Just checkout the code into your plugins folder like this:

$ cd /path/to/your/tt-rss
$ git clone git://github.com/Elv1zz/ttrss_plugin-markasread plugins/markasread

Then go to tt-rss preferences and enable the plugin.

Without using git

Manually download, extract and copy the archive like this:

$ cd /tmp
$ wget https://github.com/Elv1zz/ttrss_plugin-markasread/archive/master.zip
$ unzip master.zip
$ mkdir /path/to/your/tt-rss/plugins/markasread
$ cp ttrss_plugin-markasread-master/* /path/to/your/tt-rss/plugins/markasread

Then go to tt-rss preferences and enable the plugin.

Update

Just pull the most recent version from the server:

$ cd /path/to/your/tt-rss/plugins/markasread
$ git pull origin master

and you are done.

Current status

This version of the plugin is fully working: Marking articles as read and unread works correctly. Also the unread status is reflected correctly when it gets changed by other means (like clicking in the article, mark all as read, mark-as-read from the context menu).

Any additional issues, problems or feature request can be found or made in the GitHub issue tracker.

Browser compatibility:

Browser Version State
Chromium 26 works
Epiphany 2.30 works
FireFox 17 works
Internet Explorer 8 works
Opera untested
Safari 12 works

Copyright

Elv1zz (Elvizz), 2013-2022

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].