mirror of
https://github.com/multipleof4/dsh-user-markdown-plugin.git
synced 2026-09-18 12:05:42 +00:00
Initial commit: add user markdown rendering plugin
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# dsh-user-markdown-plugin
|
||||
|
||||
A Cordis plugin for DeepSeek Harness (DSH) Web GUI that extends user message rendering to support full Markdown formatting (headings, bold, italic, inline code, code blocks, lists, blockquotes, tables, links, and reference chips).
|
||||
|
||||
## Features
|
||||
|
||||
- **Markdown Rendering for User Messages**: Renders code blocks, inline code, lists, headings, tables, blockquotes, bold/italic text, links, and `@file`/`@session` reference chips in user message bubbles.
|
||||
- **Keyed Slot Registration**: Injects into the `conversation.chat.node` slot for keys `user` and `steering`.
|
||||
- **Copy Action & Image Support**: Preserves image attachments and adds a hover copy action button.
|
||||
|
||||
## Usage
|
||||
|
||||
### As a Dynamic Cordis Plugin
|
||||
|
||||
In a running DSH session, define and activate the plugin using `cordis_define` and `cordis_run`.
|
||||
Reference in New Issue
Block a user