mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
feat: Added HTML code preview button #5192
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 @wallfacers on GitHub (May 16, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
Is it possible to add a button at the position indicated by the arrow to preview the HTML code, which, when clicked, previews the HTML code generated by the model?
Desired Solution you'd like
Each time you click this preview button, you can preview the HTML code effect corresponding to this code
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (May 16, 2025):
Added to dev with
54dc24986f@wallfacers commented on GitHub (May 19, 2025):
@tjbck thanks