-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ncepuee edited this page Aug 31, 2026
·
2 revisions
An Obsidian plugin that syncs Markdown notes to CSDN blog drafts — from your vault, without ever touching the publish button.
This wiki explains how to install, configure, and use the plugin day to day. For the project story and privacy disclosures, see the README.
| Page | Contents |
|---|---|
| Installation | Install the plugin, set up the Python bridge, first login |
| Usage | Frontmatter reference, commands, draft manager, multi-account |
| Bridge-Service | How the local bridge works, ports, privacy notes |
| Troubleshooting | Common errors and how to fix them |
| FAQ | Quick answers |
| 中文使用指南 | 中文快速上手指南 |
- Obsidian desktop (Windows / macOS / Linux) — mobile is not supported
- Python 3.11+ with
playwrightand its bundled Chromium - A CSDN account (you log in once, in a real browser window)
- Install the plugin and enable it.
- Install the bridge:
pip install playwright && python -m playwright install chromium. - In plugin settings, set Python command to a Python that has Playwright.
- Toggle Enable bridge service.
- Run Sync current note to CSDN draft from the command palette and log in to CSDN once in the browser window that opens.
Detailed steps: Installation.
中文
Repository