Medianoche Sync is the official Obsidian companion plugin for Medianoche, a desktop RSS reader, web clipper, and read later app.
It adds article triage actions to Markdown files exported by Medianoche, so you can star, archive, or mark articles for deletion without leaving your Obsidian vault.
- Star important RSS and web articles for later review.
- Triage web clipper-style article notes exported from Medianoche.
- Archive articles after reading to keep your Medianoche Inbox focused.
- Mark articles for deletion from Obsidian when you are done with them.
- Use commands and hotkeys for fast keyboard-first triage.
- Work in Reading view, Live Preview, Source mode, desktop, and mobile.
- Keep Medianoche AI Summary and AI Comments close to the article in Obsidian when those export options are enabled.
Use this plugin if you read articles in Medianoche and keep exported Markdown in Obsidian. It fits RSS reader, web clipper, Obsidian Web Clipper-style, read later, read-it-later, web article archive, and knowledge management workflows where Obsidian is your long-term reading vault.
This plugin does not fetch RSS feeds or create article notes by itself. Medianoche desktop owns feed subscriptions, article extraction, file export, and the sync watcher that imports frontmatter changes back into the app.
Medianoche is an AI-powered RSS, web clipper, and read later reader. This plugin helps its Obsidian export feel native, especially for workflows around:
- RSS and Atom feeds
- Web clipper and Obsidian Web Clipper-style article capture
- Read later article libraries
- AI Summary and AI summaries
- AI Comments and AI Perspectives
- AI Search and semantic search
- AI Clusters, scores, tags, and rich frontmatter metadata
- Local-first reading, BYOK AI, and offline-friendly knowledge management
AI Summary, AI Comments, AI Perspectives, scores, clusters, and tags are created or managed by Medianoche desktop, then synced into Markdown files when the corresponding Medianoche settings are enabled.
- Medianoche exports an article as a Markdown file in your Obsidian vault.
- The exported file includes a
medianoche_idfield in YAML frontmatter. - Medianoche Sync detects that field and shows article actions only for that file.
- When you star, archive, or delete, the plugin updates Medianoche frontmatter fields.
- Medianoche desktop watches those files and syncs the status back to your reader database.
---
medianoche_id: 12345
medianoche_starred: false
medianoche_archived: false
medianoche_deleted: false
---Only notes with medianoche_id are managed. Your normal Obsidian notes are left
alone.
Medianoche Sync adds commands for the active Medianoche article:
| Action | macOS | Windows / Linux |
|---|---|---|
| Toggle star | Cmd + Shift + S |
Ctrl + Shift + S |
| Archive | Cmd + Shift + A |
Ctrl + Shift + A |
| Mark for deletion | Cmd + Shift + D |
Ctrl + Shift + D |
The same actions are also available as article controls in supported Obsidian views.
- Medianoche desktop app with Obsidian Sync enabled
- Obsidian 1.0.0 or newer
- Markdown articles exported by Medianoche
- Open Settings -> Community plugins in Obsidian.
- Choose Browse.
- Search for
Medianoche Sync. - Install and enable Medianoche Sync.
- Download the latest release from GitHub Releases.
- Create this folder in your vault:
.obsidian/plugins/medianoche-sync/ - Copy
main.js,manifest.json, andstyles.cssinto that folder. - Enable Medianoche Sync from Obsidian's Community plugins settings.
npm install
npm run dev
npm run buildMedianoche Sync is released under the MIT License.