Rho Reader
unlistedby Vishnu Bharathi
A Reading Companion for Obsidian πΈπ
A Reading Companion for Obsidian πΈπ
RSS Feeds Β· Reading Lists Β· Your Notes β all in one place
Rho was derived from Rhododendron after I discovered the existence of these beautiful flowers in a bedtime story.
π Features
- Built on top of Obsidian Bases.
- Supports RSS, Atom, and JSON Feed formats.
- Import and export OPML.
- Tagging system to organise reading lists.
π‘ How to Use
Note: The screenshots below may be outdated and might not reflect the latest version of the plugin.
Browse feeds
Browsing the RSS/Atom feeds that you follow is just browsing an Obsidian Base managed by Rho.
View Unread feeds
This is as simple as switching to "Unread" view of the Obsidian Base managed by Rho.
Add RSS feeds
Adding RSS feed is just adding a feed_url property to any Obsidian note in your vault.
Mark as Unread
By default, when you click on a post to read it, Rho will mark it as read. If you wish to mark it as unread, you can do it via right-click.
π οΈ Installation
Rho Reader is under active development and not yet published in the Obsidian community plugin store. So you'll need to install it manually.
Option 1: Download zip
- Go to the Releases page.
- Download
rho-reader.zipfrom the latest release. - Extract the zip file.
- Copy the
rho-readerfolder to your vault's plugins directory:<your-vault>/.obsidian/plugins/ - Restart Obsidian and enable the plugin in Settings β Community plugins.
Option 2: 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.