Rho Reader
approvedby Vishnu Bharathi
Read and manage RSS feeds. - This plugin has not been manually reviewed by Obsidian staff.
Rho Reader is an RSS reader plugin for Obsidian.
File over app: Every feed and every post is its own file in your vault.
🌸
Rho was derived from Rhododendron after I discovered the existence of these beautiful flowers in a bedtime story.
Features
- Supports RSS, Atom, and JSON Feed formats.
- Import and export OPML.
- Tagging system to organise reading lists.
Workflows
Add an RSS feed URL to a note and get the posts alongside it.
~
By default, clicking a post opens it in your web browser. It also marks the post as read, helping you track what you've seen.
[!TIP] Enable the Web Viewer core plugin to open posts inside Obsidian instead.
~
Explore the Rho commands to get the most out of it.
~
Installation
Requires Obsidian 1.9.0 or newer (Rho Reader is built on top of Obsidian Bases).
Option 1: Community plugins (recommended)
- Open Settings → Community plugins in Obsidian.
- Click Browse and search for "Rho Reader".
- Click Install, then Enable.
Option 2: Manual install from GitHub Releases
- Go to the Releases page and pick the latest release.
- Download
main.js,manifest.json, andstyles.css(attached as individual files on the release). - Place them in your vault at
<your-vault>/.obsidian/plugins/rho-reader/(create the folder if needed). - Restart Obsidian and enable the plugin in Settings → Community plugins.
Option 3: Build from source
cd <path-to-your-vault>/.obsidian/plugins
git clone git@github.com:scriptnull/rho-reader.git
cd rho-reader
npm install
npm run build
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.