DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Notes Markdown — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
N

dsh-notes-markdown

Notes Markdown

Editable Markdown notes in the DeepSeek Harness sidebar, with safe file CRUD and autosave.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Tieboyh/dsh-notes-markdown#87c06adf3b9089c03cdb3bf25749f65628bbee6d
READMECompatibilityVersions
GFM preview with styled code blocks and per-block copy controlsMarkdown preview with a Mermaid fenced block rendered by a compatible DSH enhancement

Compatibility and provenance

Notes Markdown is published as dsh-notes-markdown and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/25/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-notes-markdown

English | 简体中文

Editable Markdown notes in the DeepSeek Harness sidebar.

Unlike a read-only docs panel, this plugin lets you create, edit, preview, rename, search, and delete Markdown documents without leaving DSH. Notes are regular .md files stored in ~/.dsh/docs by default.

Features

  • A persistent Markdown Notes page in Better Sidebar
  • Create, open, edit, rename, search, and delete notes
  • Debounced autosave with visible saving status
  • Safe Markdown preview with GFM support and sanitized HTML
  • Revision checks that reject stale writes from another DSH window
  • Atomic saves, duplicate-name protection, path traversal protection, and symlink rejection
  • Chinese and English UI following the page language
  • Responsive two-pane layout for narrow and wide sidebars

Install

Install Better Sidebar first if it is not already installed:

dsh plugin --profile web add dsh-better-sidebar

Then install this plugin:

dsh plugin --profile web add github:Tieboyh/dsh-notes-markdown

The repository includes a prebuilt plugin bundle, so GitHub installation does not require pnpm build approval.

Restart DSH Web after installing, upgrading, or removing a plugin. Open Markdown Notes from Better Sidebar's + menu.

Data

Notes are plain Markdown files under:

~/.dsh/docs

The directory is created automatically. To use a different directory, set DSH_NOTES_MARKDOWN_DIR before starting DSH Web.

The first release intentionally keeps notes in one flat directory. Document names cannot contain /, \\, hidden-file prefixes, or path traversal segments.

Save behavior

Edits are saved about 700 ms after typing stops. Before switching or renaming a document, pending edits are flushed first. Every write includes the revision that was originally read; if another window changed the file, the plugin reports a conflict instead of overwriting newer content.

Development

npm install
npm run check
npm run build
dsh plugin --profile web add "$PWD"

Restart DSH Web after mounting the local checkout.

License

MIT