MCPcopy Index your code
hub / github.com/amatya-aditya/obsidian-rss-dashboard

github.com/amatya-aditya/obsidian-rss-dashboard @2.4.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.4.1 ↗ · + Follow
3,028 symbols 8,588 edges 340 files 141 documented · 5% updated 6d ago2.4.1 · 2026-07-03★ 6204 open issues

Browse by type

Functions 2,464 Types & classes 564
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RSS Dashboard Logo

RSS Dashboard

Only the feeds you need. Stream the world's knowledge into your vault: RSS, podcasts, YouTube, and more, all in one dashboard.

Latest release Release date License Total downloads Open issues

Version 2.2.0 Showcase Video

Table of Contents

About

RSS Dashboard is a free, open source community plugin for Obsidian that makes it easy to manage your RSS feeds, YouTube subscriptions, podcasts, and Twitter/X feeds in one place.

  • Data is stored locally.
  • Content can be saved directly to your vault.
  • No ads, no tracking, no paywalls.

Community

Want to help shape the next release? Join the Discord server: https://discord.gg/9bu7V9BBbs

Community highlights:

  • Build the manually curated Discover page with one-click subscriptions grouped by category.
  • Discuss ideas, questions, and best practices in real time.
  • Share sneak peeks of upcoming features and gather early feedback.

Features

Feed and Media Support

Feature Description
Multi-Format RSS Support Support for RSS, Atom, XML and JSON feeds with automatic feed discovery and parsing
YouTube Integration Convert YouTube channels to RSS feeds with embedded video playback
Podcast Support Full podcast feed support with an integrated podcast player
Twitter/X Support Convert Twitter/X profile URLs to chronological Nitter RSS feeds automatically
Media Detection Automatic detection of video and podcast content

Reading and Saving

Feature Description
Article Reader View Built-in reader with full article content fetching and Markdown conversion
Article Saving Save articles as Markdown files with customizable templates and frontmatter
Custom Templates Customize saved article output with variable substitution
Media Progress Resume from where you left off in videos and podcasts
Pagination Paginated article lists with configurable page sizes
Android/Apple Support Responsive support for cross-platform mobile devices

Organization and Workflow

Feature Description
Folder Organization Organize feeds into folders and subfolders with hierarchical structure
Tag Management Add custom tags to feeds and articles for better organization
Article Filtering Filter articles by read status, age, starred, saved, and more
Article Sorting Sort articles by newest, oldest, and group by feed, date, or folder
Auto-Refresh Automatic feed refresh with configurable intervals
OPML Import/Export Import and export feed subscriptions in OPML format

Discovery

Feature Description
Discover Page Curated collection of RSS feeds organized by categories
Kagi Smallweb Browse and subscribe to a curated stream of smaller independent blogs and websites

Screenshots

RSS Dashboard main dashboard view

Article reader view

RSS Dashboard Discover page

RSS Dashboard feed view in light mode

YouTube integration in light mode

Video Showcase

What's New in 2.2.0?

Roadmap

Looking for upcoming features? The old README planned-features list now lives in docs/plans/public-roadmap.md, along with links to other public-facing plans that have not been implemented yet.

Vault Shards Storage Guide

Using the new Vault Shards storage mode? See the user-facing guide here: docs/storage-vault-shards-guide.md.

Tags Guide

Tags let you label and filter articles the way that works best for you. Automatic tagging is available at three levels: feed-type defaults (Settings), folder rules (right-click a folder → Auto tag feeds in folder...), and per-feed custom tags (Add/Edit feed). For a full walkthrough of precedence, backfill, and filter modes, see docs/tags-primer.md.

Installation

Community Plugins Directory

  1. Open Settings in Obsidian.
  2. Go to Community plugins and disable Restricted mode if it is enabled.
  3. Click Browse.
  4. Search for RSS Dashboard.
  5. Click Install, then Enable.

Installing Through BRAT

  1. Install BRAT from Obsidian's Community Plugins browser.
  2. Copy the repository URL: https://github.com/amatya-aditya/obsidian-rss-dashboard
  3. Open the command palette and run BRAT: Add a beta plugin for testing.
  4. Paste the repository URL into the modal and select the latest version.
  5. Click Add Plugin and wait for BRAT to finish.
  6. Open Settings > Community plugins.
  7. Refresh the plugin list if needed.
  8. Find RSS Dashboard and enable it.

Manual Installation

  1. Download the latest release files (manifest.json, styles.css, main.js) from the Releases page.
  2. Create a folder named rss-dashboard in your vault's .obsidian/plugins directory.
  3. Copy the downloaded files into that folder.
  4. Enable the plugin in Settings > Community plugins. You may need to restart Obsidian before it appears.

Getting Started

Adding Your First Feed

  1. Open the RSS Dashboard view using the ribbon icon or the command palette.
  2. Click the + button in the sidebar to add a new feed.
  3. Enter a feed URL or website URL. The plugin will try to auto-discover the feed for you.
  4. Choose a folder to organize the feed.
  5. Click Add Feed to subscribe.

Using the Discover Page

  1. Open the RSS Discover view using the Discover icon or the command palette.
  2. Browse curated feeds organized by category.
  3. Use the Kagi Smallweb button at the top of the Discover sidebar to open a curated collection of smaller independent blogs and websites.
  4. Use filters or search to find content you want to follow.
  5. Click Add Feed on any feed card to subscribe instantly.

Reading Articles

  1. Click any article in the dashboard to open it in the reader view.
  2. Use the built-in reader for a cleaner reading experience.
  3. Save articles as Markdown files for long-term storage in your vault.
  4. Use the video player for YouTube content or the audio player for podcasts.
  5. YouTube embeds use Privacy Enhanced Mode through youtube-nocookie.com, and each video includes a visible Watch on YouTube link.

One-Click Subscribe URI

RSS Dashboard supports adding feeds directly from external apps and browser extensions through Obsidian's URI protocol handler.

Use this format:

obsidian://rss-dashboard?action=add-feed&url=<encoded-feed-url>

Example:

obsidian://rss-dashboard?action=add-feed&url=https%3A%2F%2Fexample.com%2Frss.xml

Browser-extension mapping example:

  • Set your extension's subscribe/open URL target to obsidian://rss-dashboard?action=add-feed&url=${encodeURIComponent(feedUrl)} (replace feedUrl with your extension's feed URL variable).

Notes:

  • The url query parameter is required.
  • Feed URLs must be URL-encoded before being inserted into the URI.
  • The URI opens the Add Feed modal with the URL prefilled so you can confirm settings before saving.

Troubleshooting:

  • Unsupported RSS Dashboard URI action: verify action=add-feed.
  • Missing required URL parameter for add-feed.: include url=<encoded-feed-url>.
  • URL must start with http:// or https://: pass a valid web feed URL.
  • Feed URL is malformed. Ensure the url parameter is URL-encoded.: encode the feed URL before launching the URI.

Organizing Your Feeds

  1. Create folders and subfolders to organize your subscriptions.
  2. Drag and drop feeds and folders to reorder them and build the structure you want more directly.
  3. Add tags to categorize your content.
  4. Use the filtering and sorting options to find specific articles quickly.
  5. Export your feed list as OPML for backup or migration.

Keyboard Shortcuts

To quickly access the keyboard shortcuts help file, press ? (Shift + /) within the app. This will display a comprehensive list of available shortcuts and their functions.

For a preview of the keyboard shortcuts, see Keyboard Shortcuts.

Syncing Across Devices

RSS Dashboard supports Obsidian Sync and some other third-party sync solutions, but requires a specific setup order on new devices to prevent feed data from being overwritten.

Before you begin: folder naming requirements

For sync to work reliably across devices, two naming rules must be followed in General Settings → Storage > Storage Mode as well as Metadata storage > Metadata data.json location:

  • No dot prefix on folder names. Folders beginning with . are hidden by the operating system and ignored by most sync tools. For example, use rss-dashboard-data not .rss-dashboard-data.
  • Folder names must match exactly across all devices. Your shard storage location and your data folder must use identical names on every device you sync to.

How to set up a new device

Let's assume your desktop PC is your existing device and your phone or tablet is your new device.

  1. If you already have RSS Dashboard installed on your new device (phone/tablet), disable it there before beginning these steps: (Obsidian settings > Community Plugins > RSS Dashboard > Toggle 'Off').
  2. If you do not yet have the plugin installed on your new device, install it but do not enable it yet.

⚠️ Important: Enabling the plugin before Obsidian Sync finishes its initial pull will cause it to write empty defaults to disk. Sync will treat this empty file as the authoritative state and propagate it to all your devices, wiping your feeds.

⚠️ Important: Sync will only work on legacy mode if your data.json file is below 5mb. It is highly recommended to use Shard Storage v2 since it is currently the most robust version for data storage.

  1. On your existing device (PC): Set up RSS Dashboard with all the feeds, folders, and tags you want to sync.
  2. On your existing device (PC): Confirm your storage folder names follow the requirements above (Settings → RSS Dashboard → Storage, as well as Storage → Metadata storage > Metadata data.json location).
  3. On your existing device (PC): Open Obsidian Settings → Core Plugins → Sync → Activity Log and wait until it shows today's date and time with the text "Fully synced"

  4. On your new device (phone/tablet): Open Obsidian and check the same Sync Activity Log. Wait until it shows today's date and time with the text "Fully synced". Close the sync window.

  5. On your new device (phone/tablet): Enable the RSS Dashboard plugin. Your data should now be synced.

⚠️ Important: If feeds do not appear after enabling, disable the plugin, wait two minutes, and re-enable it. If the issue persists, see [Troubleshooting] or open an issue.

  1. On your new device (phone/tablet): Verify that the storage folder paths match your existing device's (PC) folder structure exactly. These settings sync automatically, but a mismatch here will cause future sync issues.

If you've already hit this issue, disable the plugin on the affected device, wait for "Fully synced", then re-enable it.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 1,739
Function 725
Class 374
Interface 190

Languages

TypeScript100%

Modules by API surface

test_files/stubs/obsidian.ts188 symbols
src/views/reader-view.ts157 symbols
src/views/dashboard-view.ts150 symbols
main.ts120 symbols
src/components/sidebar.ts116 symbols
src/views/discover-view.ts67 symbols
src/components/article-renderer.ts63 symbols
src/components/article-list.ts62 symbols
test_files/unit/views/dashboard-lifecycle.test.ts51 symbols
src/views/podcast-player.ts45 symbols
src/services/feed-storage-repository.ts45 symbols
test_files/unit/views/dashboard-hotkeys.test.ts44 symbols

For agents

$ claude mcp add obsidian-rss-dashboard \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page