zqDeJob126 downloadsBrowse installed community plugins with official descriptions, Chinese annotations, and editable personal notes in the sidebar.
为 Obsidian 已安装的第三方社区插件提供官方说明与中文注释,帮助快速了解每个插件的用途。侧边栏可编辑「我的说明」,弹窗仅供只读查阅。
英文原文(注释:中文翻译)main.js、manifest.json、styles.css你的库/.obsidian/plugins/plugin-helper/| 入口 | 操作 |
|---|---|
| 左侧栏 📖 图标 | 打开侧边栏面板 |
| 命令面板 | 「打开插件说明书(侧边栏)」或「打开插件说明书(弹窗)」 |
| 设置页 | 插件说明书 — 刷新翻译、打开侧边栏或弹窗 |
点击 刷新翻译 可拉取最新社区说明并自动翻译(已手动修改的「我的说明」不会被覆盖)。
npm install
npm run dev # 监听构建
npm run build # 生产构建
将插件目录放入 .obsidian/plugins/plugin-helper/ 后重载 Obsidian 即可调试。