Rho Reader

by Vishnu Bharathi
5
4
3
2
1
Score:Β 48/100

Description

A Reading Companion for Obsidian πŸŒΈπŸ“š

Reviews

No reviews yet.

Stats

2
stars
1,436
downloads
0
forks
108
days
80
days
108
days
34
total PRs
0
open PRs
3
closed PRs
31
merged PRs
13
total issues
2
open issues
11
closed issues
126
commits

Latest Version

4 months ago

Changelog

A small release containing the following :white_flower:

Ribbon Icon

A new ribbon icon is now available to quickly nagivate to the reader

Fixes

Full Changelog: https://github.com/scriptnull/rho-reader/compare/1.0.0...1.1.0

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