No description
Find a file
2026-06-14 13:59:15 -04:00
.github Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
scripts Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
.editorconfig Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
.gitignore Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
.npmrc Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
CHANGELOG.md Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
CONTRIBUTING.md Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
esbuild.config.mjs Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
eslint.config.mts Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
feed-source.ts Add feed-source contract (FeedItem, FeedSource, HttpFetcher, frontmatter keys) 2026-06-14 13:59:15 -04:00
jest.config.cjs Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
LICENSE Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
main.ts Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
manifest.json Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
package-lock.json Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
package.json Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
PRIVACY.md Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
README.md Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
SECURITY.md Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
styles.css Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
tsconfig.json Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
types.d.ts Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
version-bump.mjs Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00
versions.json Scaffold from standard plugin template 2026-06-14 13:57:19 -04:00

RSS Importer

CI Release GitHub Downloads GitHub Stars Obsidian License Latest Release

Import articles and podcasts from RSS, Atom, and Substack feeds into your vault as Markdown notes, organized by source feed and deduplicated by note identity.

Installation

  1. Open Obsidian settings.
  2. Navigate to Community plugins.
  3. Click Browse.
  4. Search for RSS Importer.
  5. Click Install, then Enable.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create a folder named rss-importer in your vault's .obsidian/plugins/ directory.
  3. Copy the downloaded files into this folder.
  4. Reload Obsidian.
  5. Enable RSS Importer in Settings → Community plugins.

BRAT (optional, for pre-release testing)

BRAT lets power users install pre-release builds before they reach the marketplace.

  1. Install the BRAT plugin from Community Plugins.
  2. Open BRAT settings and click Add Beta Plugin.
  3. Enter: https://github.com/ckelsoe/obsidian-rss-importer
  4. Enable RSS Importer in Settings → Community plugins.

Development

See CONTRIBUTING.md for setup, quality gates, and conventions.

License

MIT. See LICENSE.