monoi132 downloadsLearn languages daily with graded vocabulary, reading, review, and natural speech.
Huanmuyu is a language self-study plugin for Obsidian. It gives you a daily check-in calendar, new-word cards, spaced-repetition review, graded reading, text-to-speech, sentence practice, and a personal vocabulary book. It supports English, Japanese, Korean, French, Chinese, Spanish, and Arabic. Korean content is organized into TOPIK 1–6 bands, while a required Japanese placement test recommends an N5–N1 starting point. English and Japanese natural speech run locally. All learning progress stays inside your own vault.
一个装在 Obsidian 里的语言自学插件:打卡日历 + 今日新词 + 艾宾浩斯复习 + 分级阅读 + 自然朗读 + 造句练习 + 生词库。支持英/日/韩/法/中/西班牙/阿拉伯语;韩语按 TOPIK 1—6 分级,日语通过入门测试推荐 N5—N1 起点。学习进度全部存在你本机,不上传。
📖 图文使用教程:https://api.monoi.cn/nbp/native/guide
api.monoi.cn),绑 1 台设备。main.js / manifest.json / styles.css 放进 你的库/.obsidian/plugins/huanmuyu/,再在第三方插件里启用。本插件在下列情况下会发起网络请求,除此之外不联网、不上传你的学习数据:
| 时机 | 请求 | 发送的数据 | 用途 |
|---|---|---|---|
| 你在设置里点「验证密钥」,或插件定期校验授权 | POST https://api.monoi.cn/nbp/native/validate |
你输入的密钥、一个本机随机生成的设备 ID | 校验付费授权是否有效、是否绑定当前设备 |
| 首次需要英文音标数据时 | GET https://api.monoi.cn/nbp/native/ipa |
无 | 下载一份英文音标词典缓存到本地,之后离线可用 |
| 英语词卡本机尚未缓存时 | GET https://api.monoi.cn/nbp/native/cards |
授权码、设备 ID、所需单词 | 只返回当天需要的英语词卡并缓存到本机 |
api.monoi.cn only for license validation and official English learning assets. It never uploads notes, progress, or the personal vocabulary book.npm install
npm run build # 产出 main.js
源码在 main.ts(TypeScript,esbuild 打包)。
插件代码使用 MIT 许可。韩语词汇数据说明见 KOREAN-DATA-NOTICE.md,日语 N5—N1 词汇数据与授权说明见 JAPANESE-DATA-NOTICE.md。
—— monoi.cn