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.
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.
~
Requires Obsidian 1.9.0 or newer (Rho Reader is built on top of Obsidian Bases).
main.js, manifest.json, and styles.css (attached as individual files on the release).<your-vault>/.obsidian/plugins/rho-reader/ (create the folder if needed).cd <path-to-your-vault>/.obsidian/plugins
git clone [email protected]:scriptnull/rho-reader.git
cd rho-reader
npm install
npm run build