Super RSS
approvedby @SuperSkypper
The Super RSS Plugin for Obsidian. - This plugin has not been manually reviewed by Obsidian staff.
๐ก Super RSS
An Obsidian plugin that fetches RSS feeds and saves articles as notes in your vault.
Available in the Obsidian Community Plugins directory.
โจ Features
๐๏ธ Note Templates
- Control filename, frontmatter, and content using template variables.
- Override global settings per feed (fetch interval, template, cleanup rules).
๐ Feed Organization
- Batch edit feeds.
- Group feeds into collapsible folders.
- Folders rename automatically when feeds are moved or edited.
๐ Deduplication
- Scans your rss folder before importing to avoid duplicate notes.
- Tracks imported entries in a local database.
๐งน Auto-Cleanup
- Delete old notes automatically after a configurable period.
- Choose whether to measure age by publication date or saved date.
- Skip cleanup for notes that have a specific property checked.
โ Mark as Read
- URI handler lets you mark items as read from within a note.
- Optional: delete the note automatically on mark as read.
- Mark as read in Obsidian Bases.
๐ผ๏ธ Images
- Link images from articles to your notes.
- Optional: download images locally to your vault.
โถ๏ธ YouTube
- Automatically detect youtube rss by channel link.
- Picks the highest available thumbnail resolution.
- Fetches video duration for YouTube links.
- Optional: Toggle to skip shorts or live streams.
๐ฆ Installation
Install Super RSS from Settings โ Community plugins inside Obsidian.
๐ Template Variables
| Variable | Value |
|---|---|
{{title}} | Article title |
{{author}} | Author name |
{{datepub}} | Publication date from the feed |
{{datesaved}} | Date the note was created |
{{snippet}} | Short description or summary |
{{feedname}} | Name of the source feed |
{{link}} | Original article URL |
{{image}} | Local or remote image path |
{{duration}} | Video duration (YouTube only) |
{{#tags}} | Tags derived from feed categories |
{{content}} | Full article content |
๐ฌ Support
๐ License
MIT โ see LICENSE.
Note from the author
I am not a programmer. I built Super RSS because it was a tool I needed for my own workflow, and I decided to share it in case it helps other people too.
This plugin was created over roughly four months using the tools Claude and Codex.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.