<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Copy plain text, then paste it as rich text</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018e6c29-956a-700c-a790-aa9a6896ad51" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018e6c29-956a-700c-a790-aa9a6896ad51</link>
<description>ClipboardFusion RSS: Copy plain text, then paste it as rich text</description>
<lastBuildDate>Tue, 19 May 2026 08:08:49 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018e6c29-956a-700c-a790-aa9a6896ad51</generator>
<item>
<title>RE: Copy plain text, then paste it as rich text</title>
<link>https://www.clipboardfusion.com/Discussions/View/copy-plain-text-then-paste-it-as-rich-text/?ID=018e6c29-956a-700c-a790-aa9a6896ad51#2</link>
<pubDate>Tue, 16 Apr 2024 17:21:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copy-plain-text-then-paste-it-as-rich-text/?ID=018e6c29-956a-700c-a790-aa9a6896ad51#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I've put together a macro that should work for you. Here's how to get it into ClipboardFusion:
Download the file attached to this email
Open the ClipboardFusion Settings window
On the "Macros" tab, click the "Import" button
Select the file you downloaded in the first step
In the window that ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've put together a macro that should work for you. Here's how to get it into ClipboardFusion:<br/>
<br/>
<ul class="ListBullet">
<li>Download the file attached to this email</li>
<li>Open the ClipboardFusion Settings window</li>
<li>On the "Macros" tab, click the "Import" button</li>
<li>Select the file you downloaded in the first step</li>
<li>In the window that pops up, you can review the code and assign the Macro a HotKey</li>
<li>Click OK to close the Macro Edit window, then OK again to save and apply your changes</li></ul>
<br/>
To use the macro, copy a url into the clipboard then run the macro. It should add the html format to the clipboard along with the copied text.
</div>
]]></content:encoded>
</item>
<item>
<title>Copy plain text, then paste it as rich text</title>
<link>https://www.clipboardfusion.com/Discussions/View/copy-plain-text-then-paste-it-as-rich-text/?ID=018e6c29-956a-700c-a790-aa9a6896ad51</link>
<pubDate>Sat, 23 Mar 2024 16:34:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copy-plain-text-then-paste-it-as-rich-text/?ID=018e6c29-956a-700c-a790-aa9a6896ad51</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hello! As the title says, I'm trying to take a plain text copy and turn it into rich text.
My use case is I'd like to take a URL and convert it into a rich text hyperlink with my own text. IE if I'm in MS Teams have it paste a hyperlink to that URL with the web page title so it's more appealing ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello! As the title says, I'm trying to take a plain text copy and turn it into rich text.<br/>
<br/>
My use case is I'd like to take a URL and convert it into a rich text hyperlink with my own text. IE if I'm in MS Teams have it paste a hyperlink to that URL with the web page title so it's more appealing and more descriptive before the recipient clicks it. From prior experience this just looks like HTML, so this URL...<br/>
<br/>
<div class="Inline"><pre>https://youtu.be/bRNgDmBw13s</pre></div><br/>
<br/>
... Becomes this.<br/>
<br/>
<div class="Inline"><pre>&lt;a href=https://youtu.be/bRNgDmBw13s&gt;Beating Dark Souls with Mathematically Optimized DPS - YouTube&lt;/a&gt;</pre></div><br/>
<br/>
However I can't work out how to switch the copy I have from plain text to rich text. And when I paste it it just comes out as raw HTML. There's some signal missing to say "this should turn into rich text" and I can't work out how to do that.<br/>
<br/>
I have gotten around this before in Javascript, however that doesn't give me the general solution I'd like to achieve with Clipboard Fusion. See this Stack Overflow link for an example of how that looks. Note especially that it saves two copies to the clipboard, a plain text value and a rich text value (referred to as "text/plain" and "text/html") so wherever it's pasted can just receive the version it wants.<br/>
<br/>
<a href="https://stackoverflow.com/a/50067769" target="_blank" rel="nofollow"><b>https://stackoverflow.com/a/50067769</b></a><br/>
<br/>
I already have a macro using C# to fetch the page title from a URL, so that is no problem.<br/>
<br/>
Thanks in advance
</div>
]]></content:encoded>
</item>
</channel>
</rss>