Plugin for Obsidian
- Reading RSS feeds from within obsidian
- Sorting feeds into folders(sorting into nested folders is on the roadmap #3)
- staring articles
- creating new notes from articles
- pasting article into current note
- creating custom filters
- tagging articles
- Search for the RSS logo or a link on the website
- Use an browser addon (Firefox, Chrome based)
- Search the websites sourcecode for
rss
If you want to style the plugin differently you can use the following css classes
- rss-read
- rss-not-read
- rss-filters
- rss-folders
- rss-folder
- rss-feed
- rss-feed-title
- rss-feed-items
- rss-feed-item
- rss-tag
- rss-tooltip
- rss-title
- rss-subtitle
- rss-content
For help with styling you can also check out the #appearance
channel on the Obsidian Members Group Discord
- using the build in Community plugins(once this plugin is accepted)
- Using the Beta Reviewers Auto-update Tester plugin with the repo path:
joethei/obsidian-rss
- Copy over
main.js
,styles.css
,manifest.json
from the releases to your vaultVaultFolder/.obsidian/plugins/rss-reader/
.