@a9i5k4/dsh-literature 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/README_EN.md +4 -2
- package/lib/client.js +27 -13
- package/lib/index.js +58 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# DSH Literature · 文献侧窗
|
|
2
2
|
|
|
3
|
-
[](#) · [English](./README_EN.md)
|
|
3
|
+
[](#) · [English](./README_EN.md) · [💬 QQ 交流群](https://qm.qq.com/q/v7Asxn6vPa)
|
|
4
4
|
|
|
5
5
|
> 在 DeepSeek Harness 侧边栏里识别、下载、阅读并归档学术文献。
|
|
6
6
|
> 对话中出现的 DOI / arXiv ID / 标题,一键落入本地文献库,全文随取随读。
|
|
7
7
|
|
|
8
|
+
**反馈与交流:** 欢迎加入 QQ 交流群 —— [点此加入「文献侧窗」交流群](https://qm.qq.com/q/v7Asxn6vPa) —— 问题反馈、使用技巧、快速答疑,比 GitHub issue 更及时。
|
|
9
|
+
|
|
8
10
|
---
|
|
9
11
|
|
|
10
12
|
## 📥 安装与下载(npm)
|
|
@@ -34,7 +36,7 @@ dsh plugin --profile web add @a9i5k4/dsh-literature
|
|
|
34
36
|
- **全文下载** —— OA 多源(arXiv → OpenAlex OA → Unpaywall → DOI → 出版商链接),失败明确分类并支持重试;可配置自定义下载源
|
|
35
37
|
- **引用生成器** —— Scribbr 风格:参考文献 / 文内引用 / 直接引用(带页码)× APA 7 / GB/T 7714 / MLA 9 / Chicago 17 / **BibTeX**,一键复制;卡片**右键**直达引用菜单
|
|
36
38
|
- **库管理** —— 扫描导入文件夹(文件名自动识别 DOI/arXiv/标题)、从本地文献库批量导入、自动监控新 PDF、条目增删;**标签**与**状态过滤**、**排序**(添加时间/标题/年份);**多选批量导出** RIS / BibTeX / CSL-JSON
|
|
37
|
-
- **侧窗阅读** —— 内置 PDF 阅读器:缩放、翻页、目录跳转、全文搜索、多色高亮与笔记(**支持简单 Markdown**:加粗/斜体/行内代码);**阅读位置记忆**、**键盘快捷键**(←/→ 翻页、+/- 缩放、/ 搜索、Esc 关闭)、**夜读模式**(跟随暗色主题或手动开关)、**页面缩略图侧栏**(≤50 页)、**一键导出全部高亮与笔记为 Markdown
|
|
39
|
+
- **侧窗阅读** —— 内置 PDF 阅读器:缩放、翻页、目录跳转、全文搜索、多色高亮与笔记(**支持简单 Markdown**:加粗/斜体/行内代码);**阅读位置记忆**、**键盘快捷键**(←/→ 翻页、+/- 缩放、/ 搜索、Esc 关闭)、**夜读模式**(跟随暗色主题或手动开关)、**页面缩略图侧栏**(≤50 页)、**一键导出全部高亮与笔记为 Markdown**;**逐页加载**(按需取流式数据块,大文件秒开不卡顿)
|
|
38
40
|
- **AI 助手联动** —— ChatPDF / SciSpace 式划词操作:选中文字即可**翻译 / 解释 / 总结**;工具栏可**对全文提问**(基于 PDF 文本回答)或一键**总结全文**;结果直接发送到当前 DeepSeek Harness 对话,可继续追问
|
|
39
41
|
- **全网入口** —— 每条文献直达 Google Scholar / 百度学术 / 知网 / 来源页
|
|
40
42
|
- **冲突预览** —— 库中已有相似条目时,先展示字段级差异再决定保留 / 覆盖 / 合并
|
package/README_EN.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# DSH Literature · Side Panel
|
|
2
2
|
|
|
3
|
-
[](README_EN.md) · [中文](./README.md)
|
|
3
|
+
[](README_EN.md) · [中文](./README.md) · [💬 QQ group](https://qm.qq.com/q/v7Asxn6vPa)
|
|
4
4
|
|
|
5
5
|
> Detect, download, read and archive academic papers from the DeepSeek Harness
|
|
6
6
|
> side panel. DOIs / arXiv IDs / titles from the conversation drop straight
|
|
7
7
|
> into your local library with full text at hand.
|
|
8
8
|
|
|
9
|
+
**Feedback & chat:** join the community QQ group — [Join the dsh-literature group](https://qm.qq.com/q/v7Asxn6vPa) — bug reports, usage tips, and quick responses faster than GitHub issues.
|
|
10
|
+
|
|
9
11
|
---
|
|
10
12
|
|
|
11
13
|
## 📥 Install & Download (npm)
|
|
@@ -37,7 +39,7 @@ dsh plugin --profile web add @a9i5k4/dsh-literature
|
|
|
37
39
|
- **Full-text download** — OA multi-source chain (arXiv → OpenAlex OA → Unpaywall → DOI → publisher link), classified failures with retry; user-configured custom sources
|
|
38
40
|
- **Citation generator** — Scribbr-style: reference list / in-text / direct quote (with page) × APA 7 / GB/T 7714 / MLA 9 / Chicago 17 / **BibTeX**, one-click copy; **right-click** any card for the citation menu
|
|
39
41
|
- **Library management** — scan an import folder (DOI/arXiv/title inferred from file names), batch-import from a Zotero-ecosystem library, optional folder watch, add/remove entries; **tags** and **status filters**, **sorting** (added time / title / year); **multi-select batch export** of RIS / BibTeX / CSL-JSON
|
|
40
|
-
- **Side-panel reader** — built-in PDF viewer: zoom, pages, outline, full-text search, multi-colour highlights and notes (simple **Markdown notes**: bold / italic / inline code); **reading-position memory**, **keyboard shortcuts** (←/→ page, +/- zoom, / search, Esc dismiss), **night reading mode** (follows the dark theme or forced), **thumbnail sidebar** (≤50 pages), **one-click Markdown export** of all highlights & notes
|
|
42
|
+
- **Side-panel reader** — built-in PDF viewer: zoom, pages, outline, full-text search, multi-colour highlights and notes (simple **Markdown notes**: bold / italic / inline code); **reading-position memory**, **keyboard shortcuts** (←/→ page, +/- zoom, / search, Esc dismiss), **night reading mode** (follows the dark theme or forced), **thumbnail sidebar** (≤50 pages), **one-click Markdown export** of all highlights & notes, **per-page loading** (on-demand byte ranges — large files open without stalling)
|
|
41
43
|
- **AI assistant** — ChatPDF / SciSpace-style selection actions: **translate / explain / summarize** the selected passage, **ask questions about the full text**, or generate a **paper summary** — answers are steered into your current DeepSeek Harness chat, so you can keep asking follow-ups
|
|
42
44
|
- **Search portals** — every item links to Google Scholar / Baidu Xueshu / CNKI / source page
|
|
43
45
|
- **Conflict preview** — field-level diff against existing entries before saving
|