From f921eaf27d3ead2ba3f8350c1d638587f4fdb41d Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Wed, 1 May 2019 18:51:18 +0200 Subject: [PATCH] add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..10e5f1b --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# feedprefs plugin + +Plugin for [Tiny Tiny RSS](https://tt-rss.org/) to make display preferences +specific to each feed. + +# Installation + +- git clone the repository or install a copy in the plugins.local directory of + your tt-rss install. +- Inside tt-rss, go to Configuration and enable the 'feedprefs' plugin + +# Usage + +each time you open a feed, View mode and Ordering Mode is restored to the same +state than the last time you visited the feed. + +State is stored in broswer local storage. This means state is not shared if +you use your Tiny Tiny RSS account from different browsers. +