No description
Find a file
2026-06-30 10:35:56 +02:00
.github/workflows add release workflow with artifact attestations 2026-06-15 21:13:16 +02:00
data Store CC-CEDICT data as binary in git to preserve CRLF on CI checkout 2026-06-16 09:03:15 +02:00
src Fix broken dictionary lookups: load CC-CEDICT as bytes, not text 2026-06-16 08:50:52 +02:00
.gitattributes Store CC-CEDICT data as binary in git to preserve CRLF on CI checkout 2026-06-16 09:03:15 +02:00
.gitignore Untrack CLAUDE.md and ignore Claude Code local files 2026-06-16 19:05:03 +02:00
.npmrc Add .npmrc legacy-peer-deps to fix CI npm ci ERESOLVE 2026-06-15 21:24:52 +02:00
CHANGELOG.md Store CC-CEDICT data as binary in git to preserve CRLF on CI checkout 2026-06-16 09:03:15 +02:00
esbuild.config.mjs Fix broken dictionary lookups: load CC-CEDICT as bytes, not text 2026-06-16 08:50:52 +02:00
LICENSE Add GNU General Public License v2 2026-06-15 17:46:54 +02:00
main.js Fix broken dictionary lookups: load CC-CEDICT as bytes, not text 2026-06-16 08:50:52 +02:00
main.ts Fix broken dictionary lookups: load CC-CEDICT as bytes, not text 2026-06-16 08:50:52 +02:00
manifest.json Store CC-CEDICT data as binary in git to preserve CRLF on CI checkout 2026-06-16 09:03:15 +02:00
package-lock.json Fix all Obsidian plugin review errors and warnings 2026-06-15 17:52:39 +02:00
package.json Move plugin files to repo root for Obsidian community plugin submission 2026-06-15 17:25:06 +02:00
README.md Update README.md 2026-06-30 10:35:56 +02:00
styles.css Move plugin files to repo root for Obsidian community plugin submission 2026-06-15 17:25:06 +02:00
tsconfig.json Move plugin files to repo root for Obsidian community plugin submission 2026-06-15 17:25:06 +02:00

Zhongwen Vault — Chinese Popup Dictionary for Obsidian

Made by WooP18

Buy Me a Coffee at ko-fi.com

🀄 Instant Chinese definitions and pinyin, right where you read.

Hover over any Chinese text to get pinyin, tone colors, and English definitions in a clean pop-up | no tab switching, no interruptions.

What you get:

  • 🔤 Simplified & traditional character support
  • 🎨 Hanyu Pinyin with color-coded tones for faster memorization
  • ⌨️ Keyboard navigation — move word by word or character by character
  • 🔛 One-click toggle to enable/disable anytime
  • 🔡 Optional Zhuyin (Bopomofo) display

Built for learners: 🎓

  • Save words to a built-in list and export directly to Anki
  • Grammar links via the Chinese Grammar Wiki
  • Skritter integration for vocabulary export
  • Powered by CC-CEDICT, a trusted open-source Chinese-English dictionary

Click the PinyinPop icon to activate. Hover. Learn. 🚀

Credits

Plugin author: WooP18

Inspired by: Zhongwen — the Chrome/Firefox popup dictionary by Christian Schiller. This plugin would not exist without his work. Dictionary lookup, binary-search index, greedy segmentation algorithm, and pinyin conversion are all ported faithfully from Zhongwen's source. Huge thanks to Christian for building and open-sourcing it.

Zhongwen itself traces back to Rikaikun / Rikaichan / RikaiXUL. CC-CEDICT dictionary by MDBG. This plugin inherits GPL-2.0 from Zhongwen.