Super RSS

approved

by @SuperSkypper

The Super RSS Plugin for Obsidian. - This plugin has not been manually reviewed by Obsidian staff.

โ†“ 4 downloadsUpdated 25d agoMIT

๐Ÿ“ก 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

VariableValue
{{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.