
Blackspace2/dsh-math-copy
20Last commit Aug 14, 2026
dsh-math-copy DSH plugin
A DeepSeek Harness Web client plugin that detects rendered KaTeX formulas and lets users copy their original LaTeX in selectable formats.
How to install the dsh-math-copy DSH plugin
dsh plugin --profile web add "github:Blackspace2/dsh-math-copy"Copying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-math-copy DSH plugin can do
- Detects inline, display, and KaTeX error formulas rendered by DSH.
- Copies formulas as $$...$$ with click, Enter, or Space.
- Offers a context menu for $...$, $$...$$, and \[...\] copy formats.
- Supports keyboard menu navigation and Escape to close.
- Shows visual hover/focus affordances and a Copied confirmation.
- Observes newly streamed formulas and cleans up DOM and event handlers on unload or HMR.
Where the dsh-math-copy DSH plugin fits
- Copying math from DSH conversations into Markdown, LaTeX documents, or notes.
- Using keyboard-accessible formula copy interactions in the DSH Web client.
- Selecting an appropriate inline or display LaTeX delimiter format.
Who the dsh-math-copy DSH plugin is for
- DeepSeek Harness Web users who work with mathematical output.
- Students, researchers, and technical writers copying LaTeX from chats.
- Keyboard users needing accessible formula-copy controls.
dsh-math-copy DSH plugin limitations
- Targets the DeepSeek Harness 0.1.0-rc.6 Web client.
- Relies on DSH-rendered KaTeX DOM and application/x-tex annotations for source LaTeX.
- Clipboard API fallback uses document.execCommand('copy') when modern clipboard permissions are unavailable.
- Does not render or parse Markdown math itself; DSH handles math recognition and KaTeX rendering.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 0 runtime, 5 development, 0 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-math-copy DSH plugin alternatives
dsh-composer-polish
12
A DeepSeek Harness composer plugin that rewrites a draft with one click and puts the polished text back into the input box.
dsh-webui-market-plugin
28
An in-harness web UI plugin that adds a community plugin market to DeepSeek Harness.
deepseek-harness-themes
4
A DeepSeek Harness UI theme package that installs a theme picker and six built-in visual themes.
dsh-cc-tui
972
A Claude Code-style full-screen terminal TUI for DeepSeek Harness agents.
dsh-math-copy DSH plugin questions
What is the dsh-math-copy DSH plugin?
dsh-math-copy is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-math-copy DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-math-copy use?
The snapshot records web as the dsh-math-copy profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-math-copy compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-math-copy fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-math-copy?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.