Takashi Ohida30 downloadsSync and triage Medianoche article notes in Obsidian: RSS, web clipper, read later, star, archive, delete, AI Summary, and AI Comments.
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.
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:
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_id field in YAML frontmatter.---
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 Sync..obsidian/plugins/medianoche-sync/main.js, manifest.json, and styles.css into that folder.npm install
npm run dev
npm run build
Medianoche Sync is released under the MIT License.