墨爪 Inklaw90 downloadsSync notes you forwarded to Inklaw (auto-transcribed and polished) into your vault, with media attachments. Works on desktop and mobile.
Sync the notes you forwarded to Inklaw straight into your Obsidian vault.
Inklaw ("墨爪") is a WeChat-based note service: you forward a video / article / link to Inklaw, and it downloads, transcribes, and polishes it into a clean note. This plugin pulls those finished notes (with their cover images and media) into your vault automatically, so your knowledge base stays in sync with what you forward. Works on both desktop and mobile.
This plugin talks to a remote server. Please read this before installing.
https://inkclaw-cb.elefeed.com (fixed; the Inklaw backend).Authorization: Bearer <token>) that you obtain from your own Inklaw account. You need an Inklaw account for this plugin to do anything.Inklaw/). Your token and the sync cursor are stored locally in the plugin's data.json.The plugin is open source (MIT). You can read exactly what it sends in src/sync.mjs and main.ts.
obsidian to the Inklaw assistant to receive yours).1.4.0 or newer.Settings → Community plugins → Browse → search "Inklaw Sync" → Install → Enable.
jsjixu/obsidian-inklaw-sync.Download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/inklaw-sync/, then enable it.
Open Settings → Inklaw Sync and fill in:
| Setting | Default | Meaning |
|---|---|---|
| Token | (empty) | Your personal sync token (the only thing you need to fill in) |
| Target folder | Inklaw |
Where notes are written |
| Attachments folder | attachments |
Subfolder for cover images / media |
| Auto-sync | off (manual) | Off: pull only when you click. On: pull on startup and every 60 s. |
By default, syncing is manual. After setting your token, pull notes whenever you want with the ribbon 🔄 icon, the "Sync now" command, or the Sync button in settings. Use "Test connection" to confirm your token works. If you'd rather it pull automatically every 60 seconds, turn on Auto-sync in settings — best for a single device.
npm install
npm test # node --test (no extra deps)
npm run build # tsc typecheck + esbuild → main.js
Releases are produced automatically by GitHub Actions when a tag matching the manifest version is pushed.
把你转发给 墨爪 Inklaw 的内容(自动转录+精校后的笔记)自动同步进 Obsidian,连同封面等媒体。电脑、手机都能用。需要墨爪账号 + 同步 token(微信里给墨爪发 obsidian 获取)。插件只往 vault 写笔记,绝不读取/上传你的其它内容,无任何埋点。每台设备独立同步,不依赖 iCloud;若你用 iCloud/Obsidian Sync 共享同一 vault,则只在一台设备开启以免双写冲突。