jgxdb40 downloadsTurn vocabulary lists into graded English passages with an LLM — target words highlighted in context, with translations and a phrase bank. Helps language learners master words through real usage, not rote memorization.
不止单词 · 织词成文 — an Obsidian plugin.
Turn a vocabulary list into a graded English article via LLM — every target word appears naturally in context and gets highlighted, with per-paragraph translations and a phrase bank. Learn words in context, not in isolation.
.txt word list (one word per line), or a PDF vocabulary file from your vault (text is extracted with Obsidian's bundled PDF.js).==mark== in the generated note — done locally, no reliance on LLM markup.BeyondWords/ folder and opened automatically.Any OpenAI-compatible endpoint works. Presets included:
| Provider | Base URL | Model |
|---|---|---|
| DeepSeek (default) | https://api.deepseek.com/v1 |
deepseek-chat |
| Kimi (high-speed) | https://api.kimi.com/coding/v1 |
kimi-for-coding-highspeed |
| OpenAI | https://api.openai.com/v1 |
gpt-4o-mini |
Your API key is stored only in this vault's plugin data.json. Without a key, the plugin falls back to the mock generator.
npm install
npm run dev # watch mode, rebuilds main.js on change
npm run build # type-check + production bundle
main.js is the bundled artifact — always regenerate it from src/ with npm run build, never edit it by hand.
form field covers this in real generation.把背诵单词列表交给 LLM,生成一篇自然用到全部目标词的分级英语文章,目标词自动高亮,逐段附译文,文末附高频短语表和词汇对照表。在语境中学用法,而不是孤立背单词。
API Key 仅保存在本库插件目录的 data.json 中,不会上传。