Releases: rianvdm/raindrop-wordpress-linkblog-sync
Releases · rianvdm/raindrop-wordpress-linkblog-sync
Raindrop to WordPress Sync v1.0.0
First stable release! Automatically sync your Raindrop.io bookmarks to WordPress as link posts.
✨ Key Features
- 🔄 Automated Hourly Sync - Set it and forget it with Cloudflare Workers cron
- 🏷️ Tag-based Selection - Only sync bookmarks tagged with your chosen tag
- 📝 Markdown Support - Raindrop notes are converted to properly formatted HTML
- 🔗 WordPress Link Format - Creates native link posts with "Read [title] ↗" format
- 🚫 Smart Deduplication - Never worry about duplicate posts
- ⚡ Edge Deployment - Fast, globally distributed via Cloudflare Workers
- 🧪 Dry Run Mode - Test your setup without creating posts
🚀 Getting Started
- Deploy to Cloudflare Workers with one click
- Add your Raindrop token and WordPress credentials
- Tag bookmarks in Raindrop to sync them
- That's it! Your linkblog updates automatically
📦 What's Included
- Full TypeScript implementation with comprehensive test coverage
- REST API endpoints for manual control and monitoring
- Error tracking and logging
- GitHub Actions CI/CD pipeline
- Detailed setup documentation
🔧 Requirements
- Cloudflare account (free tier works)
- Raindrop.io account with API token
- WordPress site with REST API enabled
- Node.js 18+ for local development
See the https://github.com/rianvdm/raindrop-wordpress-linkblog-sync#readme for complete setup instructions.