An Obsidian plugin that fetches RSS feeds and saves articles as notes in your vault.
Available in the Obsidian Community Plugins directory.
🗒️ Note Templates
📁 Feed Organization
🔍 Deduplication
🧹 Auto-Cleanup
✅ Mark as Read
🖼️ Images
▶️ YouTube
Install Super RSS from Settings → Community plugins inside Obsidian.
| 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 |
MIT — see LICENSE.
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.