feature: markdown support for artifacts, allowing side-by-side document editing #4038

Closed
opened 2025-11-11 15:44:59 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @beadon on GitHub (Feb 21, 2025).

Feature Request

Is your feature request related to a problem? Please describe.
Making edits to ducments with prompts is challenging as a single large stream of text. For the operator, keeping the context of the queries, and the document context requires scrolling and temporarily losing context of one or the other.

Describe the solution you'd like
Seeing the document edits as an artifact side-by-side with the prompts editing the document makes operating the LLM much easier. For example -- Using Claude.ai making edits to documents in the markdown format is fast, and allows for seeing resume edits side-by-side with the prompt interface. Using Open Web UI I think it's nearly possible to achieve the same "document editing" type feature.

Describe alternatives you've considered
Alternate solutions currently are unavailble.

Additional context

Screenshot of this in practice is in this screenshot -- notice the right-hand side is the document under editing. The prompt is on the left hand side , the artifact view can be interacted with --

Image

**
Notice that when I highlight a section of text, I receive a pop-over to "Improve" the highlighted text -- which will copy it with tags to the prompt, allowing me to comment of this piece of text to change it. My mosue, not in the screenshot, is hovering over the highlighted text (probably onhover()? )

Image
Originally created by @beadon on GitHub (Feb 21, 2025). # Feature Request **Is your feature request related to a problem? Please describe.** Making edits to ducments with prompts is challenging as a single large stream of text. For the operator, keeping the context of the queries, and the document context requires scrolling and temporarily losing context of one or the other. **Describe the solution you'd like** Seeing the document edits as an artifact side-by-side with the prompts editing the document makes operating the LLM much easier. For example -- Using Claude.ai making edits to documents in the markdown format is fast, and allows for seeing resume edits side-by-side with the prompt interface. Using Open Web UI I think it's nearly possible to achieve the same "document editing" type feature. **Describe alternatives you've considered** Alternate solutions currently are unavailble. **Additional context** Screenshot of this in practice is in this screenshot -- notice the right-hand side is the document under editing. The prompt is on the left hand side , the artifact view can be interacted with -- <img width="1902" alt="Image" src="https://github.com/user-attachments/assets/5d7ef704-4ee1-4980-8f1b-d707bc0f753b" /> ** Notice that when I highlight a section of text, I receive a pop-over to "Improve" the highlighted text -- which will copy it with tags to the prompt, allowing me to comment of this piece of text to change it. My mosue, not in the screenshot, is hovering over the highlighted text (probably onhover()? ) <img width="1024" alt="Image" src="https://github.com/user-attachments/assets/db96bf32-5e89-4be0-b9d8-71c051ffd56d" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4038