Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Bi Ji Tong Bu

笔记同步助手3k downloads

转发一下就能从微信里把文章、视频、附件、聊天记录、收藏都同步到自己的笔记本Biji Tongbu bijitongbu

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

English | 中文


English

Bi Ji Tong Bu (笔记同步助手) syncs content you collect through the WeChat official account 「笔记同步助手」(Note Sync Helper) into your Obsidian vault: articles from WeChat Official Accounts, Xiaohongshu, Dedao, Yuanbao, Zhihu and other platforms, plus chat messages, images and file attachments you forward to the account.

Works on desktop and mobile.

How it works

  1. You follow the WeChat official account 「笔记同步助手」 and bind it to get an API key.
  2. You share links / messages / files to that account. The backing service fetches and cleans the content.
  3. This plugin pulls the processed notes from the service into your vault (manually, on startup, or on a timer you configure).

⚠️ Disclosures (please read before installing)

Account & API key required. The plugin is a client for the Note Sync Helper service. It does nothing until you enter an API key, which you obtain from the WeChat official account 「笔记同步助手」. Your API key is stored locally in the plugin's data.json and sent with every API request to authenticate you (image/attachment downloads from the CDN hosts below do not carry the key).

Network use. This plugin talks to the following servers (all operated by the plugin author / the Note Sync Helper service, unless noted):

Host Purpose
obsidian.notebooksyncer.com Main sync API (GraphQL): pull your notes, mark them synced, delete on request; membership/quota status; market version-number check (/plugversion-market)
relay-1.bijitongbu.site, graph.bijitongbu.site Fallback endpoints for the same API (network resilience in mainland China)
relay-1/2/3/4.bijitongbu.site, pic.clipfx.app, media.clipfx.app, media30d.clipfx.app, sync.bijitongbu.site, www.bijitongbu.site Image / attachment hosting, including fallback origin servers. When you enable image or attachment localization, files referenced by your synced notes are downloaded from these hosts into your vault

Localization downloads the remote URLs your synced notes actually reference: the service normally rewrites media links to the hosts above, but if a note still references a file at its original source (e.g. the source platform's CDN), the plugin downloads it from that original host.

Documentation links in the settings page (www.notebooksyncer.com, shoujidiannao.bijitongbu.site, bijitongbu.feishu.cn) open in your browser only when you click them.

Legacy note: the bundle includes the @omnivore-app/api client library (this plugin began as an Omnivore fork). The library's built-in default endpoint (api-prod.omnivore.app) is never contacted — the plugin always supplies its own endpoint from the table above. The optional omnivoreUrl template variable writes legacy omnivore.app links into note text as plain text; no request is ever made to omnivore.app.

What is sent. Requests carry your API key, sync cursors/timestamps, and — for explicit actions you trigger — article IDs (e.g. "burn after reading" deletion, clearing server-side storage). The plugin does not read, upload, or index the existing notes in your vault; content flows from the service into your vault.

Paid tiers. The backing service offers a free quota and paid VIP tiers. The settings page shows your membership status and QR codes for subscribing through WeChat. When your membership (or trial) is about to expire or has just expired, a manual sync may append one passive line to the sync-status notice — at most once per calendar day, and only when the membership API reports a real expiry date. Clicking it opens a dialog that shows your current membership status, a statically bundled payment QR code (scanned with WeChat) and a "refresh status" button. No payment happens inside the plugin, and automatic background syncs never show this line.

No self-update. This build contains no self-update mechanism. Updates are delivered exclusively through the Obsidian community plugin catalog. After a manual sync the plugin may show a one-line passive reminder under the sync status notice when a newer market version exists (it only fetches a version number from obsidian.notebooksyncer.com/plugversion-market); clicking it opens Obsidian's Settings → Community plugins page, where you decide whether to update. The plugin never downloads or replaces its own files.

Static promotion in settings (disclosed). The settings page shows your membership status and a statically bundled QR image (no network load) for purchasing the paid membership; the renewal dialog described above uses a second bundled QR image (the payment page). Both are compiled into the plugin bundle and load with zero network requests. Promotional QR images that the service embeds into note content are stripped by the plugin before notes are written to your vault — nothing promotional is written into your notes.

No cross-plugin scripting. This edition does not invoke other plugins' commands and does not run Templater interpolation; <% %> tags in your templates are kept as-is. As a safety guard, files created by this plugin are marked so the Templater plugin (if installed) will not execute template commands found inside synced web content.

Install & quick start

  1. Install the plugin and enable it.
  2. Follow the WeChat official account 「笔记同步助手」, get your API key, and paste it into the plugin settings.
  3. Click the ribbon icon (or run the Sync command). Synced notes land in the folder configured in settings (default Synced/).
  4. Optional: customize templates (front matter, file naming, merge modes), image/attachment localization, diary links, and sync schedule in the settings page.

Privacy & data location

  • Settings (including your API key) are stored in .obsidian/plugins/wechat-note-helper/data.json inside your vault.
  • Downloaded images/attachments are stored in the attachment folder you configure.
  • The service stores the content you shared to the official account until you delete it (the settings page provides a "clear server content" action).

License

MIT


中文

「笔记同步助手」市场版插件:把你通过微信服务号 「笔记同步助手」 收集的内容同步进 Obsidian 仓库——支持微信公众号、小红书、得到、元宝、知乎等平台的文章,以及你转发给服务号的聊天记录、图片和文件附件。

桌面端与移动端均可用。

工作原理

  1. 关注微信服务号 「笔记同步助手」 并绑定,获得 API 密钥;
  2. 把链接 / 消息 / 文件分享给服务号,后台服务抓取并清洗内容;
  3. 本插件把处理好的笔记从服务端拉取到你的仓库(手动同步、启动时同步或按你配置的频率定时同步)。

⚠️ 使用披露(安装前请阅读)

需要账号与 API 密钥。 本插件是「笔记同步助手」服务的客户端,填入 API 密钥前不做任何事。密钥通过微信服务号「笔记同步助手」获取,保存在插件本地 data.json 中,每次 API 请求随请求发送用于身份认证(从下表 CDN 域名下载图片/附件时不携带密钥)。

网络访问。 插件会访问以下服务器(除特别说明外,均由插件作者 / 笔记同步助手服务运营):

域名 用途
obsidian.notebooksyncer.com 主同步 API(GraphQL):拉取笔记、标记已同步、按请求删除;会员/配额状态;市场版本号检查(/plugversion-market)
relay-1.bijitongbu.site、graph.bijitongbu.site 同一 API 的备用端点(大陆网络容灾)
relay-1/2/3/4.bijitongbu.site、pic.clipfx.app、media.clipfx.app、media30d.clipfx.app、sync.bijitongbu.site、www.bijitongbu.site 图片/附件存储(含源站兜底节点)。开启图片或附件本地化后,同步笔记中引用的文件从这些域名下载进仓库

本地化下载的是同步笔记中实际引用的远程 URL:服务端通常已把媒体链接改写到上述域名;若某条笔记仍引用原始来源(如源平台 CDN)的文件,插件会从该原始域名下载。

设置页里的文档链接(www.notebooksyncer.com、shoujidiannao.bijitongbu.site、bijitongbu.feishu.cn)仅在你点击时用浏览器打开。

遗留说明:安装包内含 @omnivore-app/api 客户端库(本插件源自 Omnivore fork)。该库内置的默认地址(api-prod.omnivore.app)永远不会被访问——插件始终传入上表中自己的端点;可选模板变量 omnivoreUrl 只会往笔记文本里写历史遗留的 omnivore.app 链接(纯文本),不会向 omnivore.app 发起任何请求。

发送哪些数据。 请求携带你的 API 密钥、同步游标/时间戳,以及你显式触发的操作对应的文章 ID(如「阅后即焚」删除、清空云端内容)。插件不会读取、上传或索引你仓库中已有的笔记;内容只从服务端流向你的仓库。

付费层级。 背后服务提供免费额度与付费 VIP 层级。设置页会展示你的会员状态和微信订阅二维码。当会员(或试用)临近到期 / 刚过期时,手动同步后可能在同步状态提示下方追加一行弱提醒——每个自然日最多一次,且只在会员接口给出真实到期时间时出现;点开是一个展示当前会员状态、一张打包内置的付款二维码(微信扫码)和「刷新状态」按钮的窗口。插件内不发生任何支付行为,自动后台同步也不会出现这行提醒。

没有自更新。 本构建不含任何自更新机制,更新只通过 Obsidian 官方社区插件目录分发。手动同步后,若市场上有新版本,同步状态提示下方可能出现一行弱提醒(仅从 obsidian.notebooksyncer.com/plugversion-market 获取一个版本号);点击后打开 Obsidian 设置 → 第三方插件 页面,由你自行决定是否升级。插件永远不会下载或替换自身文件。

静态推广(已披露)。 设置页会展示会员状态和一张打包内置的付费会员购买二维码;上面说的续费窗口用的是另一张打包内置的付款二维码。两张图都编译进插件包,展示时零网络请求。服务端拼进笔记正文的推广二维码会在写入仓库前被插件剥除——不会有任何推广内容写进你的笔记。

无跨插件脚本行为。 本版本不调用其它插件的命令,也不执行 Templater 插值;模板里的 <% %> 标签会原样保留。作为安全防护,本插件创建的文件会被标记,避免已安装的 Templater 插件执行同步网页内容中出现的模板命令。

安装与快速上手

  1. 安装并启用插件;
  2. 关注微信服务号「笔记同步助手」,获取 API 密钥,填入插件设置;
  3. 点击侧边栏图标(或运行 Sync 命令),同步的笔记落在设置中配置的文件夹(默认 Synced/);
  4. 可选:在设置页自定义模板(前置元数据、文件命名、合并模式)、图片/附件本地化、日记双链与同步频率。

隐私与数据位置

  • 设置(含 API 密钥)保存在仓库内 .obsidian/plugins/wechat-note-helper/data.json;
  • 下载的图片/附件保存在你配置的附件文件夹;
  • 你分享给服务号的内容保存在服务端,直到你删除(设置页提供「清空云端内容」操作)。

模板变量

见 TEMPLATE-VARIABLES.md。

许可证

MIT

HealthExcellent
ReviewSatisfactory
About
公众号、知乎等平台看到的好文章、好图片,一键剪藏到你熟悉的笔记 App。 笔记同步助手保留原文格式与来源,让零散的阅读沉淀为 可检索、可回看的长期知识库。 小红书、小绿书不用再一张张长按保存图片。 多图轮播的图文帖子,连同正文一起, 以原顺序整齐地落进你的笔记本——标题、文字、图片,一步到位。 微信里那些来回传递的金句、截图、文档、收藏—— 不用再翻聊天记录。文字、图片、文件一起送进笔记本, 按时间和来源整理好,以后想找就能找到。 视频号、抖音、红薯、B站、X、油管干货视频截图、逐字稿、要点同步落进笔记本。 关键画面保留成图,讲解原话保留为文字, 想复习一段话,搜一下就能回到当时那一秒。 X、微博 原帖和关键回复一起保存成结构化笔记——谁说的、什么时间、回复给谁, 都原封不动地留下。 Biji Tongbu one of the most popular wechat inbox sync plugin,your wechat messager helper.
IntegrationsImportAttachments
Details
Payments
Optional
Current version
3.2.14
Last updated
2 weeks ago
Created
Last month
Updates
5 releases
Downloads
3k
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Payments
免费用户可以将链接/图片通过微信发送到Obsidian 付费用户还可以发送文件、聊天记录、微信收藏到Obsidian 此外,还享受链接文章整理,文章AI 打标签,AI 整理视频,AI 整理录音,AI 识别图片中文字等功能 Paid user enjoy the Video to note、auto tag、Image to note
Author
笔记同步助手bijitongbu
  1. Community
  2. Plugins
  3. Integrations
  4. Bi Ji Tong Bu

Related plugins

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.

Granola Sync

Sync Granola notes to your vault.

Image auto upload

Upload images from your clipboard by PicGo.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Plaud Sync

Sync Plaud voice recordings into Markdown notes with transcripts, AI summaries, and highlights.

Telegram Sync

Transfer messages and files from Telegram to Obsidian.

Epub Importer

Import EPUB files as Markdown.