natipt737 downloadsThis lightweight plugin helps you read Chinese more easily with a CEDICT based hover-dictionary and vocabulary saving features.
Zhongwen Reader is a lightweight hover dictionary plugin for Obsidian that makes it easy to read Chinese text and build your vocabulary, all from within your notes.
⚠️ Installation Note: If cloning this repo, the folder in
.obsidian/pluginsmust be namedzhongwen-reader, notobsidian-zhongwen-reader.
⚠️ Note: Example sentences are saved to
vocab.jsonbut not yet used in flashcards or sidebar. Support coming soon.
cedict_ts.u8 – Chinese-English dictionary (9.7MB, from CC-CEDICT)hsk-vocab.json – HSK word lists (54KB)/plugins/zhongwen-reader/vocab.json{
"simplified": "弯月",
"traditional": "彎月",
"pinyin": "wan1 yue4",
"definitions": [
"crescent moon",
"crescent shape"
],
"addedAt": "2025-04-07T17:29:18.497Z",
"exampleSentences": [
"弯月相同弯刀刺上林端。"
]
}
You can delete these files manually anytime. If you delete vocab.json your saved vocab will be lost. A future release will add cleanup options in settings.
Found a bug?
Want a feature?