<?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: TextEdit Word Count with Automator</title>
	<atom:link href="http://myblogsg.com/textedit-word-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblogsg.com/textedit-word-count/</link>
	<description>My Thoughts on Wat&#039;s Up Around Me</description>
	<lastBuildDate>Mon, 14 May 2012 09:39:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: pi</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-4399</link>
		<dc:creator>pi</dc:creator>
		<pubDate>Wed, 09 May 2012 13:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-4399</guid>
		<description>If you modify the script to this:

	set word_count to count words of (input as string)
	set character_count to count characters of (input as string)
	display alert &quot;&quot; &amp; word_count &amp; &quot; words
&quot; &amp; character_count &amp; &quot; characters&quot;
	
... it will print the word as well as the character count (including whitespaces).</description>
		<content:encoded><![CDATA[<p>If you modify the script to this:</p>
<p>	set word_count to count words of (input as string)<br />
	set character_count to count characters of (input as string)<br />
	display alert &#8220;&#8221; &amp; word_count &amp; &#8221; words<br />
&#8221; &amp; character_count &amp; &#8221; characters&#8221;</p>
<p>&#8230; it will print the word as well as the character count (including whitespaces).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrsD</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-3264</link>
		<dc:creator>MrsD</dc:creator>
		<pubDate>Sun, 15 Apr 2012 06:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-3264</guid>
		<description>Brilliant! It was so easy to do, and worked perfectly the first time.
Thank you so much for taking the time to put this together for the rest of us who DON&#039;T have any programming in our backgrounds!</description>
		<content:encoded><![CDATA[<p>Brilliant! It was so easy to do, and worked perfectly the first time.<br />
Thank you so much for taking the time to put this together for the rest of us who DON&#8217;T have any programming in our backgrounds!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordy</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-1823</link>
		<dc:creator>Jordy</dc:creator>
		<pubDate>Thu, 15 Sep 2011 02:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-1823</guid>
		<description>If you want to keep it all in Automator, you could do something like what I&#039;ve done:

Make a service in automator that receives selected text (in TextEdit or &quot;any application&quot;)

Then add a Run Shell Script step with the command: 
wc -w

Then add a Speak Text command in the voice you choose.

Now when you choose the service (I do it with command shift C), it will speak the number of words you&#039;ve typed.

No better or worse than the example really, but a little bit simpler and it works for me.</description>
		<content:encoded><![CDATA[<p>If you want to keep it all in Automator, you could do something like what I&#8217;ve done:</p>
<p>Make a service in automator that receives selected text (in TextEdit or &#8220;any application&#8221;)</p>
<p>Then add a Run Shell Script step with the command:<br />
wc -w</p>
<p>Then add a Speak Text command in the voice you choose.</p>
<p>Now when you choose the service (I do it with command shift C), it will speak the number of words you&#8217;ve typed.</p>
<p>No better or worse than the example really, but a little bit simpler and it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-1734</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 26 Jul 2011 19:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-1734</guid>
		<description>If you take out the TextEdit aspect you can have it work as a service for any text you select. Super handy.</description>
		<content:encoded><![CDATA[<p>If you take out the TextEdit aspect you can have it work as a service for any text you select. Super handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kate</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-1733</link>
		<dc:creator>kate</dc:creator>
		<pubDate>Tue, 26 Jul 2011 09:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-1733</guid>
		<description>this is fantastic! I also used this to check word count in Notational Velocity– works like a charm.

thanks for posting.</description>
		<content:encoded><![CDATA[<p>this is fantastic! I also used this to check word count in Notational Velocity– works like a charm.</p>
<p>thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-1470</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 02 Feb 2011 18:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-1470</guid>
		<description>Thanks a million!</description>
		<content:encoded><![CDATA[<p>Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-1007</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Fri, 10 Dec 2010 19:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-1007</guid>
		<description>Thanks a lot for this.  It was exactly what I needed!  It was driving me crazy copying &amp; pasting text out of Notational Velocity just to find out the word count.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this.  It was exactly what I needed!  It was driving me crazy copying &amp; pasting text out of Notational Velocity just to find out the word count.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Morse</title>
		<link>http://myblogsg.com/textedit-word-count/comment-page-1/#comment-913</link>
		<dc:creator>Phil Morse</dc:creator>
		<pubDate>Mon, 01 Nov 2010 12:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://myblogsg.com/?p=682#comment-913</guid>
		<description>Brilliant, thanks! worked first time. I write all my articles in TextEdit (probably because I&#039;m a geek) and this is something I was missing.</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks! worked first time. I write all my articles in TextEdit (probably because I&#8217;m a geek) and this is something I was missing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  myblogsg.com/textedit-word-count/feed/ ) in 0.22918 seconds, on May 23rd, 2012 at 6:21 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 23rd, 2012 at 7:21 am UTC -->
