Rho Reader

by Vishnu Bharathi
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Read and manage RSS feeds.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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).

  1. Open Settings → Community plugins in Obsidian.
  2. Click Browse and search for "Rho Reader".
  3. Click Install, then Enable.

Option 2: Manual install from GitHub Releases

  1. Go to the Releases page and pick the latest release.
  2. Download main.js, manifest.json, and styles.css (attached as individual files on the release).
  3. Place them in your vault at <your-vault>/.obsidian/plugins/rho-reader/ (create the folder if needed).
  4. Restart Obsidian and enable the plugin in Settings → Community plugins.

Option 3: Build from source

cd <path-to-your-vault>/.obsidian/plugins
git clone [email protected]:scriptnull/rho-reader.git
cd rho-reader
npm install
npm run build