-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable HTML copy #5035
Comments
Out of curiosity, what application are you pasting into that's requesting the HTML content from the clipboard when you'd like the text content? The Terminal copies both text and HTML to the clipboard, it's usually the responsibility of the receiving application to take what content they're capable of using. See also #2690 |
I'm pasting into Microsoft Word (Office 365) and the pasted text has full HTML markup. Most of the time when I am copying from a terminal I only want to plain text. |
Thank you - that suggestion does work, however it is one extra step. In Word, when I press CTRL+V it defaults to HTML and then in the tooltip I can choose plain text. This is minor, but still an extra step. I see this also has been brought up in 2690 as you mention and also 4191. Personally, when I work with the terminal, I want all of my copied text to be pure text only with no HTML markup. |
Thanks for the use case 😄 this is a /dupe of #4191 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Description of the new feature/enhancement
There was a feature request to add the ability to copy text as HTML. This is very handy but I don't see a way to disable this - meaning to only copy as text. Please consider adding a flag to disable copying text as full HTML.
Proposed technical implementation details (optional)
Maybe introduce a boolean like copyTextAsHtml in the global properties section.
The text was updated successfully, but these errors were encountered: