<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Wrap Selection In Link in any program on Mac OS 10.6</title>
	<atom:link href="http://beckism.com/2009/11/wrap_in_link_mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://beckism.com/2009/11/wrap_in_link_mac/</link>
	<description>Fiction, opinions, and more</description>
	<lastBuildDate>Thu, 17 May 2012 11:55:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Matt</title>
		<link>http://beckism.com/2009/11/wrap_in_link_mac/#comment-39183</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 17 Sep 2011 18:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://beckism.com/?p=344#comment-39183</guid>
		<description>Thanks. This was very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks. This was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RawheaD</title>
		<link>http://beckism.com/2009/11/wrap_in_link_mac/#comment-28620</link>
		<dc:creator>RawheaD</dc:creator>
		<pubDate>Thu, 26 Aug 2010 15:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://beckism.com/?p=344#comment-28620</guid>
		<description>&lt;a href=&quot;http://&quot; rel=&quot;nofollow&quot;&gt;Whoa, that was lightning fast!  Thanks!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://" rel="nofollow">Whoa, that was lightning fast!  Thanks!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Beck</title>
		<link>http://beckism.com/2009/11/wrap_in_link_mac/#comment-28619</link>
		<dc:creator>Ian Beck</dc:creator>
		<pubDate>Thu, 26 Aug 2010 15:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://beckism.com/?p=344#comment-28619</guid>
		<description>To include target=&quot;_blank&quot;, replace this line in the original script:

&lt;pre&gt;&lt;code&gt;return &quot;&lt;a href=\&quot;&quot; &amp; targetLink &amp; &quot;\&quot;&gt;&quot; &amp; input &amp; &quot;&lt;/a&gt;&quot;&lt;/code&gt;&lt;/pre&gt;

With this:

&lt;pre&gt;&lt;code&gt;return &quot;&lt;a href=\&quot;&quot; &amp; targetLink &amp; &quot;\&quot; target=\&quot;_blank\&quot;&gt;&quot; &amp; input &amp; &quot;&lt;/a&gt;&quot;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>To include target=&#8221;_blank&#8221;, replace this line in the original script:</p>
<pre><code>return "&lt;a href=\"" &#038; targetLink &#038; "\">" &#038; input &#038; "&lt;/a>"</code></pre>
<p>With this:</p>
<pre><code>return "&lt;a href=\"" &#038; targetLink &#038; "\" target=\"_blank\">" &#038; input &#038; "&lt;/a>"</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: RawheaD</title>
		<link>http://beckism.com/2009/11/wrap_in_link_mac/#comment-28618</link>
		<dc:creator>RawheaD</dc:creator>
		<pubDate>Thu, 26 Aug 2010 15:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://beckism.com/?p=344#comment-28618</guid>
		<description>Hi, just saw this; exactly what I was looking for! :-D  Thanks!

One thing that would make it even better for me; I always want to wrap a text in a URL link with the target=&quot;_blank&quot; modifier... how can I add this to the script? (I&#039;m clueless with AppleScript...)  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, just saw this; exactly what I was looking for! :-D  Thanks!</p>
<p>One thing that would make it even better for me; I always want to wrap a text in a URL link with the target=&#8221;_blank&#8221; modifier&#8230; how can I add this to the script? (I&#8217;m clueless with AppleScript&#8230;)  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Terpstra</title>
		<link>http://beckism.com/2009/11/wrap_in_link_mac/#comment-26102</link>
		<dc:creator>Brett Terpstra</dc:creator>
		<pubDate>Tue, 10 Nov 2009 02:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://beckism.com/?p=344#comment-26102</guid>
		<description>Great script. I&#039;ve been using the &quot;Wrap text as link&quot; script out of the Hyperlink Helper bundle in TextMate, with some minor modifications to run it as a shell script in Services. Ruby makes the string handling and link detection much easier :).

I used to use HumaneText to write everything in Markdown and convert on the spot. I&#039;m not sure if those services will work anymore in Snow Leopard, but the new Automator tools would make it easy to replicate. I should look into that...</description>
		<content:encoded><![CDATA[<p>Great script. I&#8217;ve been using the &#8220;Wrap text as link&#8221; script out of the Hyperlink Helper bundle in TextMate, with some minor modifications to run it as a shell script in Services. Ruby makes the string handling and link detection much easier :).</p>
<p>I used to use HumaneText to write everything in Markdown and convert on the spot. I&#8217;m not sure if those services will work anymore in Snow Leopard, but the new Automator tools would make it easy to replicate. I should look into that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

