puremapping/dsh-plugin-reading-pipeline1

dsh-plugin-reading-pipeline

分章读书管线插件:支持 epub 转换、写笔记、续读定位与跨书检索

AI 分析

用于构建本地电子书阅读与笔记管线。适合有本地跨书检索、自动定位续读和原子化笔记记录需求的深度阅读与知识管理用户。

包名
dsh-plugin-reading-pipeline
版本
0.1.1
最近更新
2026年8月14日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

3. 配置

agent.cordis.yml 挂载行 (preset 已内置, 只需改 projectRoot):

- id: reading-pipeline
  name: 'dsh-plugin-reading-pipeline'
  config:
    projectRoot: D:/reading                 # 必填: 读书项目根 (工具只允许读写其内路径)
    pythonBin:                              # 可选: python 可执行 (默认探测 python / py -3)
    pandocBin:                          # 可选: pandoc 可执行 (默认取 PANDOC_BIN 或 PATH)
    backlinkLimit: 10                   # 可选: 跨书检索默认最大命中数