Obsidian Connector [dont merge]#988
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 696861f | May 22 2026, 01:33 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 696861f | Commit Preview URL Branch Preview URL |
May 22 2026, 01:34 AM |
|
Claude finished @sreedharsreeram's task in 1m 55s —— View job Reviewed PR #988: Obsidian Connector
Summary: Reviewed all 15 changed files (876 additions). The Obsidian plugin implementation is solid with proper error handling, batching, and debouncing. No bugs or security issues found. Code is ready to ship. Note: The Cloudflare deployment failures appear to be unrelated to this PR's changes — they may be caused by missing backend API routes ( |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Overview: Adds an Obsidian plugin to sync vault notes to Supermemory, with supporting UI changes in the web app.
Issues found: None — this looks good to ship.
The plugin implementation is well-structured:
- API client with proper error handling for auth failures and rate limiting
- Sync engine with batching (50 notes/batch) and debouncing (3s) to avoid overwhelming the API
- Proper handling of file create/modify/delete/rename events
- Settings UI for API key, sync mode (all vault vs. selected folders), and container tags
The web app changes correctly add Obsidian as a connector option with appropriate handling (shows installation instructions instead of OAuth flow).
Score: 9/10
No description provided.