The RSS Dashboard plugin transforms your vault into a comprehensive feed reader supporting RSS, Atom, JSON feeds, YouTube channels and podcasts. Browse articles in a clean reader view, save them as markdown files with customizable templates and organize feeds into folders with tags. The plugin includes a curated Discover page with hand picked feeds across categories. YouTube videos play embedded, podcasts have an integrated audio player and articles convert to markdown automatically. OPML import/export lets you manage subscriptions easily. Auto refresh keeps content current, while filtering and sorting help you navigate large feed collections.
Beta release 2.2.0-beta.3
⚠️ Important: Database Migration (for Existing Users)
Starting in 2.2.0, feed data is migrated from JSON storage to SQLite for better performance.
- What migrates: feeds, articles, folders, and tags
- One-time migration: runs automatically on first launch after updating to 2.2.0
- What to expect: first load may take longer than usual if you have a large feed/article history
- Backup created:
data.json.backupis written in the plugin folder during migration - New storage split:
rss-dashboard.sqlitestores bulk feed/article datausersettings.jsonstores plugin settings
If something looks wrong after migration:
- Run command palette action: Restore from JSON backup
- Reload Obsidian/plugin
Fresh installs are not affected by this migration path.