cgrinds / dripdripdrop

A simple, fast, Tiny Tiny RSS reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Special feeds and Folders

hobeone opened this issue · comments

It would be great if ddd could let you read special feeds (All/Fresh articles) and feed folders. It would really speed up the workflow of catching up on all new posts for example.

I'll take a look at this. I have some support for special feeds now but ran into problems with how they interacted with the heavy amount of caching ddd does. For example, each article has multiple parents which means when you mark an article (un)read, multiple feeds/caches will need to be updated. Certainly doable but not crazy about how it will complicate the code. I'll see what I can come up with.

I really appreciate it. I love the speed of ddd compared to the stock UI
and this is really the last issue that's keeping me from using it
exclusively.

On Sun, Apr 28, 2013 at 10:50 AM, Chris Grindstaff <notifications@github.com

wrote:

I'll take a look at this. I have some support for special feeds now but
ran into problems with how they interacted with the heavy amount of caching
ddd does. For example, each article has multiple parents which means when
you mark an article (un)read, multiple feeds/caches will need to be
updated. Certainly doable but not crazy about how it will complicate the
code. I'll see what I can come up with.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-17138375
.

Daniel Hobe hobe@gmail.com

Special feeds are in 3ea90c0