zhaoscsc/dsh-wikilink2

dsh-wikilink

为 DeepSeek Harness 网页端提供 Obsidian 风格的 [[wikilink]] 提及功能:在输入框输入 [[ 即可模糊搜索笔记标题并将其内容附加到提示词中。

AI 分析

核心用途是快速关联和引用本地笔记内容。适合习惯使用双链笔记(如 Obsidian)并希望在对话中随时引用笔记作为上下文的用户。

套件
dsh-wikilink
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhaoscsc/dsh-wikilink

Configuration

Host-side tunables on the plugin row in the profile patch layer:

- id: dsh-wikilink
  config:
    maxIndexedFiles: 100000   # hard cap on indexed entries (large vaults need this)
    maxFileBytes: 262144      # hard cap on one attached note; larger files are refused
    ignoreDirs: ['.git', 'node_modules']   # directory basenames the walk skips

The index is cached per session for 30 seconds; an index-status strip above the composer reports indexing in progress / done (with the note count) / failed.