ReelLeaf

by huggzer
5
4
3
2
1
Score: 50/100

Description

映页 ReelLeaf Obsidian 插件:把公开网页、图片和音视频整理成 Markdown 笔记,安全同步到你的 Obsidian 库

Reviews

No reviews yet.

Stats

0
stars
13
downloads
0
forks
7
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

Latest Version

7 days ago

Changelog

Fix automated review findings: English plugin name, description without the word Obsidian and ending with punctuation, repository and release manifests identical, release assets attested.

README file from

Github

ReelLeaf (映页)

Turn public web pages, images, and videos into Markdown notes, securely synced to your vault.

ReelLeaf is a content-capture service: you send public links or images you are entitled to save to ReelLeaf in WeChat, and it extracts, transcribes, and organizes them into structured Markdown. This plugin securely delivers notes from your cloud inbox into your local vault.

Features

  • Automatic sync: pulls ready notes from your cloud inbox on startup, then every 5 minutes, with exponential-backoff retry when the network recovers.
  • Safe writes: notes go to 映页/YYYY-MM-DD/ and attachments to 映页/_attachments/. Existing notes are never overwritten; conflicts get a task suffix.
  • Attachment verification: every image attachment is SHA-256 verified before it is written to your vault.
  • Idempotent delivery: re-syncing the same cloud note is recognized as already delivered — no duplicates, no clobbering your local edits.
  • Privacy boundary: the access token stays in local plugin data only and is never displayed or uploaded. The web app never receives your OpenID, UnionID, or phone number.

Disclosures

  • Account required: full functionality requires a ReelLeaf account, created via WeChat scan on the official website.
  • Network use: the plugin communicates only with the ReelLeaf backend (api.reelleaf.huggzer.cn) over HTTPS to bind the installation and download your own cloud-inbox notes and attachments. See the privacy notice.
  • Paid plans: a free trial is available; paid plans unlock higher quotas.

Installation

  1. In Obsidian, open Settings → Community plugins → Browse and search for ReelLeaf.
  2. Install and enable the plugin.

Desktop only (isDesktopOnly: true).

Usage

  1. Get a binding code: open the ReelLeaf mini program or official account in WeChat and copy the one-time binding code (format XXXXXXXX-123456).
  2. Bind the plugin: in Obsidian, open Settings → ReelLeaf, paste the code, and click Bind. The code is submitted once and never stored.
  3. Sync: after binding, the plugin syncs your cloud inbox automatically. You can also run Sync cloud inbox from the command palette.
  4. Unbind: click Unbind in the plugin settings. The server-side token is revoked and local credentials are erased.

Content boundary

ReelLeaf only processes public content that does not require bypassing access controls and that you are entitled to save. Private, paid, or login-walled content is not processed.

中文说明

映页(ReelLeaf)是一个内容沉淀服务:你在微信中把有权保存的公开链接或图片发送给映页,它完成提取、OCR、转写与整理,生成结构化 Markdown;本插件负责把云端收件箱中的笔记安全写入你的本地 Vault。

  • 自动同步:启动后自动拉取待同步笔记,每 5 分钟检查一次,网络恢复时指数退避重试。
  • 安全写入:笔记写入 映页/YYYY-MM-DD/,附件写入 映页/_attachments/;已存在的笔记不会被覆盖。
  • 附件校验:图片附件逐个 SHA-256 校验,失败不写入。
  • 幂等交付:重复同步不产生重复文件,不覆盖本地编辑。
  • 隐私边界:访问令牌仅保存在本地插件数据中。

使用:在微信小程序中获取一次性绑定码 → 插件设置中粘贴并绑定 → 自动同步。命令面板中可使用「同步云端收件箱」手动触发。

License

MIT