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

onikun94onikun943k 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]({{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]({{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.

HealthGood
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
6 months ago
Created
Last year
Updates
20 releases
Downloads
3k
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.

Kindle Highlights

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

Smart Templates

AI powered templates for generating structured content. Works with Local Models, Anthropic Claude, Gemini, OpenAI & more.

Granola Sync

Sync Granola notes to your vault.

Make It Rain

Pull Raindrop.io bookmarks, highlights, and attachments into Markdown notes with rich metadata, smart folder structures, and native file support.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Homepage

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

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.