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

Inklaw Sync

墨爪 Inklaw墨爪 Inklaw117 downloads

Sync notes you forwarded to Inklaw (auto-transcribed and polished) into your vault, with media attachments. Works on desktop and mobile.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

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.

Network use & privacy disclosure

This plugin talks to a remote server. Please read this before installing.

  • Server it connects to: https://inkclaw-cb.elefeed.com (fixed; the Inklaw backend).
  • Authentication: it sends a personal sync token (HTTP Authorization: Bearer <token>) that you obtain from your own Inklaw account. You need an Inklaw account for this plugin to do anything.
  • What is transmitted:
    • Outbound: your sync token (for authentication) — plus any team sync keys you add — and a numeric cursor per library (the id of the last note you already pulled).
    • Inbound: the notes you created by forwarding content to Inklaw — their Markdown text and media files (cover images, etc.).
  • What is NOT transmitted: the plugin only writes notes into your vault. It never reads, scans, or uploads any of your existing vault content. No analytics or telemetry of any kind is collected.
  • Where data is stored: notes and media are written to a folder in your vault that you choose (default 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.

Requirements

  • An Inklaw account and a sync token (in WeChat, send the keyword obsidian to the Inklaw assistant to receive yours).
  • Obsidian 1.4.0 or newer.

Installation

From the Community Plugins store (recommended, once approved)

Settings → Community plugins → Browse → search "Inklaw Sync" → Install → Enable.

Via BRAT (available now, desktop & mobile)

  1. Install the BRAT plugin from the Community store.
  2. BRAT → Add beta plugin → enter jsjixu/obsidian-inklaw-sync.
  3. Enable Inklaw Sync in Community plugins.

Manual

Download main.js, manifest.json, and styles.css from the latest release into <vault>/.obsidian/plugins/inklaw-sync/, then enable it.

Setup

Open Settings → Inklaw Sync and fill in:

Setting Default Meaning
Token (empty) Your personal sync token (the only thing you need to fill in)
Team libraries (none) Optional. One team sync key per team; each team library is written to its own folder
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.

Team libraries (0.8.0+)

If you are in an Inklaw team, the team library can be pulled into your vault as well:

  1. In the Inklaw mini program, open 我的 → your team → 团队同步 and copy the team sync key (every member can use the same key).
  2. In Settings → Inklaw Sync → 团队库, click 添加团队库 and paste the key. Each team library is written to its own folder (default Inklaw 团队), separate from your personal notes, with its own cursor.
  3. Use 测试连接 next to the key to check it. If the team's admin resets the key, paste the new one — the plugin starts that library from scratch and cleans up the old cursor.

Sync now and Auto-sync pull your personal library and every team library in one go. You can also leave the personal token empty and sync only team libraries.

How syncing works

  • The plugin pulls incrementally: it remembers a cursor (the highest note id already fetched) and only requests newer notes. A single missing note never blocks the rest of the batch.
  • The cursor lives in each device's own plugin data, so every device syncs independently — you do not need iCloud or Obsidian Sync. Install it on each device and each one fills its own vault.
  • If you DO share one vault across devices (iCloud / Obsidian Sync), the default manual mode already handles it: only the device you click on pulls, and the shared cursor means the other device skips notes already fetched, so no background double-writing or conflict copies. Only turn on Auto-sync if you run it on a single device.
  • If a cover image cannot be downloaded (e.g., an expired source URL), the plugin omits that image's embed rather than leaving a broken link — your notes stay clean.

Mobile notes

  • Mobile apps suspend in the background, so on phones/tablets syncing happens when you open Obsidian (and while it stays in the foreground), not continuously.
  • The first sync downloads cover images, which can use mobile data.

Development

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.

License

MIT


中文简介

把你转发给 墨爪 Inklaw 的内容(自动转录+精校后的笔记)自动同步进 Obsidian,连同封面等媒体。电脑、手机都能用。需要墨爪账号 + 同步 token(微信里给墨爪发 obsidian 获取)。0.8.0 起支持团队库:在小程序「团队同步」复制团队密钥,插件设置里「添加团队库」粘上,团队库写进单独目录。插件只往 vault 写笔记,绝不读取/上传你的其它内容,无任何埋点。每台设备独立同步,不依赖 iCloud;若你用 iCloud/Obsidian Sync 共享同一 vault,则只在一台设备开启以免双写冲突。

HealthExcellent
ReviewSatisfactory
About
Sync notes forwarded to Inklaw into your Obsidian vault automatically, pulling finished, transcribed notes with cover images and media. Store incoming notes in a chosen folder and keep your vault up-to-date; requires an Inklaw account and personal sync token.
SyncingIntegrations
Details
Current version
0.8.0
Last updated
7 days ago
Created
3 months ago
Updates
9 releases
Downloads
117
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
墨爪 Inklaw墨爪 Inklawjsjixu
GitHubjsjixu
  1. Community
  2. Plugins
  3. Syncing
  4. Inklaw Sync

Related plugins

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Sync Engine

The extensible vault synchronization engine: Fast · Free · Reliable. Supports WebDAV, S3, and Google Drive.

Nutstore Sync

Sync your vault with Nutstore (坚果云) using WebDAV protocol.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Nextcloud Sync

Bidirectional sync between Obsidian and Nextcloud using hash-based change detection.

Air Sync

Keep your vault in sync across devices without managing sync—sync only what changed, preserve conflicting edits, and use your own Google Drive, OneDrive, or Dropbox.

BRAT

Easily install a beta version of a plugin for testing.