joethei / obsidian-rss

Read RSS Feeds from inside Obsidian
GNU General Public License v3.0
394 stars 23 forks source link

Support starring articles #5

Closed wenlzhang closed 3 years ago

wenlzhang commented 3 years ago

It would be great to support star articles for reading later. Specifically, such starred articles may be inserted/linked to a note. If one clicks the link, the article would be created in Markdown format.

joethei commented 3 years ago

I have added the ability to star articles to make them stand out more. Listing all stared articles is a part of #3. Inserting links to articles into notes is not something I am going to add right now, but I have opened another issue for that #7

wenlzhang commented 3 years ago

Thanks for the update.

When importing RSS feeds, one can organize them into different folders. To better access all starred articles, is it possible to do it in a similar way for starred articles?

Specifically, besides the star symbol before the article title, is it possible to also add those starred articles to a separate folder "Starred". Or, one can use tags to somewhat organize interesting articles, e.g. "Starred", "ToDo", etc.

The RSS reader Inoreader has the ability to access all starred files from one tab and add tags to articles for later revisit. So it would be really great if this can be somewhat supported.

joethei commented 3 years ago

while a seperate favorites folder has been added in 0.3.0, tagging items is probably not happening in the near future as that requires a bit of design work. The issue for tagging is #9