Enhancement Proposal: Change "Copy to Clipboard" Behavior to Copy Formatted Text Instead of Raw Markdown #9268
marlonka
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to propose a user experience enhancement for the "Copy to Clipboard" button (the icon with two overlapping papers).
Current Behavior
Currently, when a user clicks the "Copy to Clipboard" button on a message, it copies the raw Markdown source code of the response.
For example, copying a message that looks like this on screen:
...results in the following text being added to the clipboard:
The User's Goal
In many cases, the user's intention is to paste this formatted content directly into a rich text application like Microsoft Word, Google Docs, an email client, or a content management system. When they paste the raw Markdown, they have to manually re-apply all the formatting, which can be tedious.
While it is possible to get the formatted text by manually selecting it with the mouse and using
Ctrl+C
, this is less intuitive than using the dedicated copy button.Proposed Enhancement
I propose changing the behavior of the "Copy to Clipboard" button to copy the rendered, formatted text (as Rich Text/HTML) instead of the raw Markdown source.
With this change, when a user clicks the copy button on the example above and pastes it into a program like Word, it would appear exactly as it does in the LibreChat UI:
Benefits of this Change
This small change would significantly improve the workflow for users who leverage LibreChat for generating reports, emails, documents, and other formatted content.
Thank you for your consideration! I believe this would be a valuable addition to the platform.
Beta Was this translation helpful? Give feedback.
All reactions