| Summary: | [PATCH] Add feature to copy HTML from terminal | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | koavohv |
| Component: | copy-paste | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | arjunak234 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=484494 | ||
| Latest Commit: | abb83e8ef0c45bb1c824fcd4d905231df34ef22b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
patch
screenshot |
||
(In reply to koavohv from comment #0) > Created attachment 88373 [details] > patch > > This patch adds a support for copying HTML formatted text from terminal. It > is quite short, as Konsole already has code to export history to HTML. > It shouldn't break anything. Please create a review request at https://git.reviewboard.kde.org Created attachment 88388 [details]
screenshot
Added a screenshot of the feature.
(In reply to Arjun Ak from comment #1) > (In reply to koavohv from comment #0) > > Created attachment 88373 [details] > > patch > > > > This patch adds a support for copying HTML formatted text from terminal. It > > is quite short, as Konsole already has code to export history to HTML. > > It shouldn't break anything. > > Please create a review request at https://git.reviewboard.kde.org https://git.reviewboard.kde.org/r/119914/ |
Created attachment 88373 [details] patch This patch adds a support for copying HTML formatted text from terminal. It is quite short, as Konsole already has code to export history to HTML. It shouldn't break anything.