Email or SMS yourself quick notes and ideas throughout the day. River captures everything and syncs to Obsidian with AI-enhanced tagging.
This plugin connects to River, a paid service for managing your digital inbox.
Pricing:
- $5/month or $50/year - unlimited messages
- Sign up at river.dev
The plugin itself is free and open source. You need a River account to use it.
- 📧 Email syncing - Automatically pull emails from your River inbox
- 📱 SMS/MMS syncing - Sync text messages and attachments
- 🤖 AI enhancement - Messages are processed and formatted by AI
- 🏷️ Auto-tagging - Smart topic detection and linking
- 📅 Event detection - Automatically detect calendar events, add them to Google Calendar
- 🔄 Automatic syncing - Configurable intervals or manual sync
- 🔐 OAuth authentication - One-click secure connection
- Open Obsidian Settings
- Navigate to Community Plugins → Browse
- Search for "River Sync"
- Click Install, then Enable
- Download
main.jsandmanifest.jsonfrom the latest release - Create folder:
YourVault/.obsidian/plugins/river-sync/ - Copy both files to that folder
- Reload Obsidian (Cmd/Ctrl + R)
- Enable "River Sync" in Settings → Community Plugins
- Open Settings → River Sync
- Click "Connect to River"
- Sign in to your River account in the browser
- Click "Authorize"
- The plugin will automatically configure itself
- Done! Messages will start syncing
- Sync on startup: Automatically sync when Obsidian opens
- Sync interval: Minutes between automatic syncs (0 = manual only)
- Inbox folder: Where notes are created (e.g.,
Inbox/) - Tag prefix: Prefix for auto-generated tags (e.g.,
river/) - Add frontmatter: Include YAML metadata in notes
- Date format: Customize filename date format
River Sync connects to your River staging ground and pulls pending messages. Each message is:
- AI-enhanced - Content is cleaned and formatted
- Tagged - Topics are automatically detected
- Linked - Related nodes are suggested
- Organized - Saved to your inbox folder
---
source: email
from: john@example.com
received: 2025-01-14T10:30:00Z
contentType: task
---
# Email from john@example.com - Jan 14, 10:30 AM
Can you review the Q4 report by Friday?
**Topics:** #river/work #river/reports
**Detected:** Task
**Due:** Friday, Jan 17- Sync notes from River - Manually trigger sync
- Test River connection - Verify connection status
- Go to Settings → River Sync
- Click "Disconnect" if shown
- Click "Connect to River"
- Complete OAuth flow in browser
- Check your internet connection
- Verify your River subscription is active
- Try "Test River connection" command
- Check the console (Cmd/Ctrl + Shift + I) for errors
- Ensure messages are in your River staging ground
- Check the "Inbox folder" path is correct
- Verify sync interval is set (or manually sync)
- Check River dashboard for pending messages
- Authentication: OAuth 2.0 with secure tokens
- Data flow: Plugin → River servers → Your vault
- No third parties: No data sent to anyone except River
- Open source: Full source code available for audit
- Website: river.dev
- Documentation: river.dev/docs
- Issues: GitHub Issues
- Email: support@river.dev
Want to contribute or build locally?
# Clone the repo
git clone https://github.com/dustinlyons/obsidian-river-sync.git
cd obsidian-river-sync
# Install dependencies
npm install
# Build
npm run build
# The built files (main.js, manifest.json) can be copied to your vault- Custom templates for different message types
- Bulk operations (archive, delete, move)
- Search and filter in staging ground
- Attachment preview
MIT License - See LICENSE file
Made with ❤️ by Dustin Lyons
River is a product of River Technologies, Inc.