An Obsidian plugin that converts RSS feeds into notes, enabling seamless capture of newsletters and other RSS content directly into your vault.
This plugin works perfectly with Kill the Newsletter to convert email newsletters or emails into an RSS feed for note creation in Obisidan:
- Visit kill-the-newsletter.com and create a new inbox
- You'll receive a unique email address (e.g.,
example_123@kill-the-newsletter.com) and RSS feed URL - Subscribe to newsletters using this email address or manually forward emails to this adress for processing.
- Add the RSS feed URL to this plugin settings
- Newsletter emails or forwarded emails will automatically become notes in your Obsidian vault
This plugin is not yet available in the Community Plugin store as its pending review. To install manually:
- Download the latest release from https://github.com/Gjessing1/Obsidian-RSS
- Create a folder named
rss-to-notein your vault's plugins directory:YourVault/.obsidian/plugins/ - Extract the downloaded files and copy
main.jsandmanifest.jsoninto therss-to-notefolder - Restart Obsidian
- Go to Settings → Community Plugins and enable "RSS to Note"
- Open Settings → RSS to Note
- Configure your global preferences (folder structure, note template, etc.)
- Click Add Feed to add your first RSS source
- Enter the feed name and URL
- Import notes by:
- Running "Fetch All RSS Feeds Now" from the command palette (Ctrl/Cmd + P)
- Clicking the "Fetch Now" button for specific feeds
- Setting an auto-fetch interval for automatic background updates
Folder Structure
- Single shared folder: All notes save to one folder
- Separate folders per feed: Each feed gets its own folder
Content Format
- Cleaned HTML (Recommended): Content renders directly in Obsidian's reading mode
- HTML in Code Block: Wraps content in ```html blocks for source inspection
- HTML in Callout: Places HTML code blocks inside Obsidian callouts
Auto-fetch Interval Set how frequently the plugin checks for new items, or choose "Manual only" to disable automatic fetching.
Note Template Customize the structure of imported notes using these variables:
{{title}}: Feed item title{{author}}: Item author{{link}}: Original URL{{pubDate}}: Publication date{{feedName}}: Feed name from settings{{content}}: Main content
Feed Configuration
- Feed Name: Display name for the feed
- Feed URL: Direct link to the RSS/Atom feed
- Target Folder: Specific folder for this feed (when using separate folders)
- Start Date Filter: Only import items published after this date (YYYY-MM-DD format)
Feed Actions
- Test: Verify the feed URL is valid and accessible
- Fetch Now: Import new items from this feed immediately
- Clear History: Reset import history (next fetch will re-import all items)
- Remove: Delete feed configuration (requires confirmation), does not delete the notes.
Disclaimer: Use at your own risk.