mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
feature: markdown support for artifacts, allowing side-by-side document editing #4038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 --
**
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()? )