<?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: Plugins and hacks for improving the WordPress TinyMCE editor</title>
	<atom:link href="http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 09 May 2012 06:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michel</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62780</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Thu, 06 Oct 2011 05:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62780</guid>
		<description>Does someone know why I dont see the tags in html editor...?</description>
		<content:encoded><![CDATA[<p>Does someone know why I dont see the tags in html editor&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62175</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Tue, 22 Feb 2011 17:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62175</guid>
		<description>@Adrian in general, it&#039;s highly recommended to avoid editing core WordPress files. I&#039;m writing up a post with another workaround that doesn&#039;t involve editing core WP files, and I&#039;ll let you know here once it&#039;s up.</description>
		<content:encoded><![CDATA[<p>@Adrian in general, it&#8217;s highly recommended to avoid editing core WordPress files. I&#8217;m writing up a post with another workaround that doesn&#8217;t involve editing core WP files, and I&#8217;ll let you know here once it&#8217;s up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62174</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 22 Feb 2011 13:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-62174</guid>
		<description>
To stop the editor from removing line breaks, open wp-includes/formatting.php, and change line 402 to this: &lt;code&gt;$content = str_replace(&#039;&lt;br /&gt;&#039;, &#039;&lt;br clear=&quot;all&quot; /&gt;&#039;, $content);&lt;/code&gt;. Alternately, you can use &lt;br clear=”none”/&gt;.

In WP3.0.5 is line 952</description>
		<content:encoded><![CDATA[<p>To stop the editor from removing line breaks, open wp-includes/formatting.php, and change line 402 to this: <code>$content = str_replace('&lt;br /&gt;', '&lt;br clear="all" /&gt;', $content);</code>. Alternately, you can use &lt;br clear=”none”/&gt;.</p>
<p>In WP3.0.5 is line 952</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lachlan</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-61639</link>
		<dc:creator>Lachlan</dc:creator>
		<pubDate>Thu, 02 Sep 2010 10:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-61639</guid>
		<description>Does this still work for Wordpress 3.0?</description>
		<content:encoded><![CDATA[<p>Does this still work for WordPress 3.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress line break bug in posts &#124; ChrisDigital.com</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-60871</link>
		<dc:creator>Wordpress line break bug in posts &#124; ChrisDigital.com</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-60871</guid>
		<description>[...] can look up how to hack the TinyMCE build that shipped with Wordpress. This post over at WP Garage covers Wordpress/Tiny MCE plugins and hacks pretty [...]</description>
		<content:encoded><![CDATA[<p>[...] can look up how to hack the TinyMCE build that shipped with WordPress. This post over at WP Garage covers WordPress/Tiny MCE plugins and hacks pretty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister Peabody</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-58195</link>
		<dc:creator>Mister Peabody</dc:creator>
		<pubDate>Wed, 13 May 2009 16:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-58195</guid>
		<description>Jon - BRs after images? What the H E double hockey sticks are you doing? Change our IMG spacing in the CSS, and save yerself a wealth of problems later.</description>
		<content:encoded><![CDATA[<p>Jon &#8211; BRs after images? What the H E double hockey sticks are you doing? Change our IMG spacing in the CSS, and save yerself a wealth of problems later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharkGirl</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-46248</link>
		<dc:creator>SharkGirl</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-46248</guid>
		<description>Can you tell me what&#039;s supposed to be on line 402?  I don&#039;t want to replace something that was needed.
 
 402 on my page shows: $double_chars[&#039;out&#039;] = array(&#039;OE&#039;, &#039;oe&#039;, &#039;AE&#039;, &#039;DH&#039;, &#039;TH&#039;, &#039;ss&#039;, &#039;ae&#039;, &#039;dh&#039;, &#039;th&#039;)
 
 Also, the config file for the editor is not where you said it is.  I&#039;m using WPMU 2.7  The js directory only has subdirectories.</description>
		<content:encoded><![CDATA[<p>Can you tell me what&#8217;s supposed to be on line 402?  I don&#8217;t want to replace something that was needed.</p>
<p> 402 on my page shows: $double_chars['out'] = array(&#8216;OE&#8217;, &#8216;oe&#8217;, &#8216;AE&#8217;, &#8216;DH&#8217;, &#8216;TH&#8217;, &#8216;ss&#8217;, &#8216;ae&#8217;, &#8216;dh&#8217;, &#8216;th&#8217;)</p>
<p> Also, the config file for the editor is not where you said it is.  I&#8217;m using WPMU 2.7  The js directory only has subdirectories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make WordPress editor stop changing code &#124; Wordpress Garage</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-37335</link>
		<dc:creator>Make WordPress editor stop changing code &#124; Wordpress Garage</dc:creator>
		<pubDate>Mon, 09 Feb 2009 15:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-37335</guid>
		<description>[...] Also, I wrote a follow-up post to this one with more tips on using plugins and hacks for fixing this editor problem. So read this post, and then check out Plugins and hacks for improving the WordPress TinyMCE editor [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, I wrote a follow-up post to this one with more tips on using plugins and hacks for fixing this editor problem. So read this post, and then check out Plugins and hacks for improving the WordPress TinyMCE editor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 2.5 released - and WordPress.org gets a makeover &#124; Wordpress Garage</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-37334</link>
		<dc:creator>WordPress 2.5 released - and WordPress.org gets a makeover &#124; Wordpress Garage</dc:creator>
		<pubDate>Mon, 09 Feb 2009 15:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-37334</guid>
		<description>[...] links - Ctrl+K -does not work in the new text editor. But apparently the text editor no longer messes with your code, which I guess makes up for it. The main drawback to the new layout that I&#8217;ve found is that [...]</description>
		<content:encoded><![CDATA[<p>[...] links &#8211; Ctrl+K -does not work in the new text editor. But apparently the text editor no longer messes with your code, which I guess makes up for it. The main drawback to the new layout that I&#8217;ve found is that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://wpgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-31990</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 09 Jan 2009 23:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/plugins-and-hacks-for-improving-the-wordpress-tinymce-editor/#comment-31990</guid>
		<description>Excellent tip. I was having a nightmare adding line breaks to create spaces beneath images. In my formatting file the line to edit was actually 608, so maybe this needs to be updated. Could be a Wordpress 2.7 change?</description>
		<content:encoded><![CDATA[<p>Excellent tip. I was having a nightmare adding line breaks to create spaces beneath images. In my formatting file the line to edit was actually 608, so maybe this needs to be updated. Could be a WordPress 2.7 change?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

