<?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: Textile Plugin 2.6 released</title>
	<atom:link href="http://huddledmasses.org/textile-plugin-26-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/textile-plugin-26-released/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Fri, 27 Apr 2012 12:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jeremy Helms</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-2/#comment-55276</link>
		<dc:creator>Jeremy Helms</dc:creator>
		<pubDate>Wed, 28 Mar 2007 05:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-55276</guid>
		<description>bq. You *can* use xhtml while using textile, but you need to take into account that you *are* using textile. Which is to say: if you leave a blank line, textile is going to start a new paragraph for you...

For those who aren&#039;t familiar with authoring WordPress plugins, you can easily alter the main textile() function [which WordPress calls for rendering text into textile output] so that it will not take action unless the post being displayed has a custom field value specifying to do so.

Simply replace the textile() function inside textileWrapperForWordPress.php with the following code block. Then, for the posts you want to be rendered with textile, you&#039;ll need a custom field named &quot;mime_type&quot; that has the value of &quot;textile&quot; and _viola_, you&#039;ve got textile output for that post only and your other posts aren&#039;t affected.



function textile( $string=&#039;&#039; ) {
	global $post;
	$mime = get_post_meta($post-&gt;ID, &#039;mime_type&#039;, true);

	if (isset($mime) &amp;&amp; $mime == &#039;textile&#039;) :
		$textile = new Textile;
		return $textile-&gt;TextileThis($string, false, false, false, false);
	else :
		return $string;
	endif;
}

</description>
		<content:encoded><![CDATA[<blockquote>
<p>You <strong>can</strong> use xhtml while using textile, but you need to take into account that you <strong>are</strong> using textile. Which is to say: if you leave a blank line, textile is going to start a new paragraph for you&#8230;</p>
</blockquote>
<p>For those who aren&#8217;t familiar with authoring WordPress plugins, you can easily alter the main textile() function [which WordPress calls for rendering text into textile output] so that it will not take action unless the post being displayed has a custom field value specifying to do so.</p>
<p>Simply replace the textile() function inside textileWrapperForWordPress.php with the following code block. Then, for the posts you want to be rendered with textile, you&#8217;ll need a custom field named &#8220;mime_type&#8221; that has the value of &#8220;textile&#8221; and <em>viola</em>, you&#8217;ve got textile output for that post only and your other posts aren&#8217;t affected.</p>
<p>function textile( $string=&#8217;&#8216; ) {<br />
	global $post;<br />
	$mime = get_post_meta($post-&gt;ID, &#8216;mime_type&#8217;, true);</p>
<p>	if (isset($mime) &amp;&amp; $mime == &#8216;textile&#8217;) :<br />
		$textile = new Textile;<br />
		return $textile-&gt;TextileThis($string, false, false, false, false);<br />
	else :<br />
		return $string;<br />
	endif;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninthspace &#187; Double equals and Textile</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-2/#comment-22996</link>
		<dc:creator>ninthspace &#187; Double equals and Textile</dc:creator>
		<pubDate>Sun, 03 Sep 2006 12:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-22996</guid>
		<description>[...] First an upgrade to Textile 2.6 was in order, followed by sticking stupid double equals signs around everything. But then, because Textile thinks double equals is a tag for no textile, the double equals in the code gets stripped out. [...]</description>
		<content:encoded><![CDATA[<p>[...] First an upgrade to Textile 2.6 was in order, followed by sticking stupid double equals signs around everything. But then, because Textile thinks double equals is a tag for no textile, the double equals in the code gets stripped out. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-2/#comment-21942</link>
		<dc:creator>g</dc:creator>
		<pubDate>Sat, 12 Aug 2006 05:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-21942</guid>
		<description>Man! I love you!!! Textules!!!!!

sorty, meant to say Textile Rules!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Man! I love you!!! Textules!!!!!</p>
<p>sorty, meant to say Textile Rules!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky Davidson</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-19976</link>
		<dc:creator>Rocky Davidson</dc:creator>
		<pubDate>Tue, 04 Jul 2006 17:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-19976</guid>
		<description>I just installed textile.  I guess I just don&#039;t get it.  Nothing appears different in my editing box.  What am I supposed to see.  I have not found any installation instructions.  Maybe I am missing something.</description>
		<content:encoded><![CDATA[<p>I just installed textile.  I guess I just don&#8217;t get it.  Nothing appears different in my editing box.  What am I supposed to see.  I have not found any installation instructions.  Maybe I am missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Boyd</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18708</link>
		<dc:creator>Jon Boyd</dc:creator>
		<pubDate>Tue, 13 Jun 2006 22:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18708</guid>
		<description>I also have a problem, which I&#039;ve noticed only since WP 2.0.3 (so it&#039;s easy to blame the upgrade): editing a comment with single quotes in it turns the single quotes into backslash-single-quotes. (That is, \&#039; )

Submitting the original comment works fine, and they work fine in posts -- it&#039;s only when editing a comment that this seems to happen.

Can you advise us whether this is a bug in WP or in Textile 2.6 Beta?</description>
		<content:encoded><![CDATA[<p>I also have a problem, which I&#8217;ve noticed only since WP 2.0.3 (so it&#8217;s easy to blame the upgrade): editing a comment with single quotes in it turns the single quotes into backslash-single-quotes. (That is, \&#8217; )</p>
<p>Submitting the original comment works fine, and they work fine in posts &#8212; it&#8217;s only when editing a comment that this seems to happen.</p>
<p>Can you advise us whether this is a bug in WP or in Textile 2.6 Beta?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Zuck</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18567</link>
		<dc:creator>Jon Zuck</dc:creator>
		<pubDate>Sun, 11 Jun 2006 16:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18567</guid>
		<description>Disregard my last post... I got that problem fixed.  I REALLY like Textile 2.6, but there&#039;s just one thing that&#039;s not working for me. I give my external links a class, e.g. 

&quot;(ext)This link&quot;:http://thislink.com 

Textile 2.6 seems to recognize classes on spans and block-level elements only.  Is there any way I can get it to recognize classes on my links? Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Disregard my last post&#8230; I got that problem fixed.  I <span class="caps">REALLY</span> like Textile 2.6, but there&#8217;s just one thing that&#8217;s not working for me. I give my external links a class, e.g. </p>
<p><a href="http://thislink.com">(ext)This link</a> </p>
<p>Textile 2.6 seems to recognize classes on spans and block-level elements only.  Is there any way I can get it to recognize classes on my links? Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Zuck</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18556</link>
		<dc:creator>Jon Zuck</dc:creator>
		<pubDate>Sun, 11 Jun 2006 09:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18556</guid>
		<description>I&#039;m having trouble with Textile plugins since I upgraded to WordPress 2.0.3. It seems all the plugins, (including 2.6) seem to start all posts with two beginning paragraph tags, and end with two closing p tags. This is driving me crazy. Am I doing something wrong? Please help. Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with Textile plugins since I upgraded to WordPress 2.0.3. It seems all the plugins, (including 2.6) seem to start all posts with two beginning paragraph tags, and end with two closing p tags. This is driving me crazy. Am I doing something wrong? Please help. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Actual World &#187; Textile</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18435</link>
		<dc:creator>Actual World &#187; Textile</dc:creator>
		<pubDate>Tue, 06 Jun 2006 09:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18435</guid>
		<description>[...] Sencillo, A?no? Pues si te animas, para Wordpress hay varios plugins. Estuve probando unos cuantos y el que mA?s me convenciA? fue el de Huddled Masses que encontrA? a travA?s de yukei.net puesto que otros que habA?a probado me creaban el mismo problema que a A?l: me estropeaba el cA?digo y lo hacA?a ilegible. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sencillo, A?no? Pues si te animas, para WordPress hay varios plugins. Estuve probando unos cuantos y el que mA?s me convenciA? fue el de Huddled Masses que encontrA? a travA?s de yukei.net puesto que otros que habA?a probado me creaban el mismo problema que a A?l: me estropeaba el cA?digo y lo hacA?a ilegible. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PA?l DegerstrA?m</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18125</link>
		<dc:creator>PA?l DegerstrA?m</dc:creator>
		<pubDate>Mon, 15 May 2006 21:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18125</guid>
		<description>@Jaykul: Thanks, I will.</description>
		<content:encoded><![CDATA[<p>@Jaykul: Thanks, I will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://huddledmasses.org/textile-plugin-26-released/comment-page-1/#comment-18114</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 14 May 2006 17:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.huddledmasses.org/?p=239#comment-18114</guid>
		<description>I installed your plugin - thanks, I love Textile2!  I got fed up with the default WordPress editor because it kept messing up my pre tags, and now I&#039;m glad I started looking for a replacement.  This is a much more sensible way to create content than hand-coding HTML! :-)</description>
		<content:encoded><![CDATA[<p>I installed your plugin &#8211; thanks, I love Textile2!  I got fed up with the default WordPress editor because it kept messing up my pre tags, and now I&#8217;m glad I started looking for a replacement.  This is a much more sensible way to create content than hand-coding HTML!  <img src='http://huddledmasses.org/wordpress/wp-includes/' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

