mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #10126] feat: rich text copy toggle in settings #54438
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 @DuckyBlender on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10126
Feature Request
Is your feature request related to a problem? Please describe.
Copying to Google Sheets from OpenWebUI clears the formatting (color etc) because of rich text, I want to just be able to copy the text and leave the formatting
Describe the solution you'd like
An option to toggle between copying rich text and unformatted text (not markdown, just pure text). The copy button under the chat still does the same thing
Describe alternatives you've considered
Copying to a different text editor to clear the rich text and copying from there
Additional context
None
@tjbck commented on GitHub (Feb 16, 2025):
You can
Ctrl+Shift+Vto paste without formatting