Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Local RSS

onikun94onikun942k downloads

Download RSS feed articles to local files.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates20

This plugin allows you to save articles from RSS feeds as local markdown files.

Features

  • Fetch articles from RSS feeds and save them as markdown files
  • Manage multiple RSS feeds
  • Automatic periodic updates
  • Customizable file names and content templates
  • Front matter and tag support

Usage

  1. Install and enable the plugin
  2. Configure the RSS folder in settings (default is "RSS")
  3. Click the "Add Feed" button to add a new feed
  4. Enter the feed name and URL (folder name is optional)
  5. Click the "Update Now" button to update the feed, or wait for automatic background updates

Commands

  • Update RSS feeds: Update all enabled RSS feeds
  • Add RSS feed: Add a new RSS feed

Template Variables

You can use the following variables in file name and content templates:

Basic Information

  • {{title}}: Article title
  • {{link}}: Original article URL
  • {{author}}: Article author name
  • {{content}}: Full article content (HTML)

Date & Time

  • {{publishedTime}}: Publication date and time (YYYY-MM-DD HH:mm:ss format)
  • {{savedTime}}: Date and time when the article was saved to your vault

Images

  • {{image}}: Article image URL (can be used in frontmatter or content)

Description

  • {{description}}: Full article description/summary
  • {{descriptionShort}}: First 50 characters of the description

Tags

  • {{#tags}}: Article categories formatted as hashtags (e.g., "#tech #news")

Example Template (Default)

---
title: {{title}}
link: {{link}}
author: {{author}}
publish_date: {{publishedTime}}
saved_date: {{savedTime}}
image: {{image}}
tags: {{#tags}}
---

![image](https://raw.githubusercontent.com/onikun94/obsidian-local-rss/HEAD/{{image}})

{{content}}

Advanced Examples

With description:

---
title: {{title}}
link: {{link}}
author: {{author}}
publish_date: {{publishedTime}}
saved_date: {{savedTime}}
image: {{image}}
description: {{descriptionShort}}
tags: {{#tags}}
---

![image](https://raw.githubusercontent.com/onikun94/obsidian-local-rss/HEAD/{{image}})

{{content}}

Note: The publish_date and saved_date frontmatter keys are used by the auto-delete feature to determine which articles to remove.

Development

  • Clone this repository
  • Install dependencies with npm i or yarn
  • Start development mode with npm run dev

License

MIT

Acknowledgments

This plugin is inspired by the implementation of joethei/obsidian-rss.

77%
HealthExcellent
ReviewSatisfactory
About
Save articles from RSS feeds as local Markdown files with customizable file names and content templates. Manage multiple feeds with automatic periodic updates, front matter, and tag support. Use template variables for title, link, author, dates, images, description, and content.
ImportTemplatingAutomation
Details
Current version
0.2.1
Last updated
2 months ago
Created
Last year
Updates
20 releases
Downloads
2k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Ko-fi
Author
onikun94onikun94
github.com/onikun94
GitHubonikun94
  1. Community
  2. Plugins
  3. Import
  4. Local RSS

Related plugins

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Readwise Official

Sync highlights from Readwise to your vault.

Weread

Sync Tencent Weread highlights and annotations.

Kindle Highlights

Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file.

PodNotes

Write notes on podcasts with ease.

Media DB

Query multiple APIs for movies, series, anime, games, music releases and wiki articles, and import them into your vault.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

BRAT

Easily install a beta version of a plugin for testing.