<?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/"
	>

<channel>
	<title>Make Tech Easier&#187; text editor</title>
	<atom:link href="http://maketecheasier.com/tag/text-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Scribes: A Lightweight Yet Powerful Text Editor For Linux</title>
		<link>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08</link>
		<comments>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08#comments</comments>
		<pubDate>Thu, 08 Sep 2011 23:58:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=38127</guid>
		<description><![CDATA[Being a developer, one of the tool that I use on a day-to-day basis is a text editor (or you can call it IDE). I used to love Dreamweaver, but I find that it is too heavy and doesn&#8217;t work well on Linux. Then I switched to Aptana (it was very resource intensive as well), [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;title=Scribes%3A+A+Lightweight+Yet+Powerful+Text+Editor+For+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08">Scribes: A Lightweight Yet Powerful Text Editor For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-logo.jpg" alt="scribes-logo" title="scribes-logo" width="200" height="179" class="alignleft size-full wp-image-38142" />Being a developer, one of the tool that I use on a day-to-day basis is a text editor (or you can call it IDE). I used to love <a href="http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20">Dreamweaver</a>, but I find that it is too heavy and doesn&#8217;t work well on Linux. Then I switched to <a href="http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23">Aptana</a> (it was very resource intensive as well), followed by <a href="http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29">gEdit</a>, and lastly <a href="http://maketecheasier.com/build-lightweight-linux-for-low-end-laptop/2011/08/31">Geany</a>. In my opinion, Geany is one of the best lightweight text editor (for Linux) out there. Then Scribes comes along.<br />
<span id="more-38127"></span><br />
Scribes is a minimalist text editor that combines simplicity with power. It provides support for most of the popular programming languages and comes with plenty of useful features to help developers automate some of the repetitive process and churn out code faster. Best of all, it has a distraction free interface so that the users can focus exclusively on their tasks. </p>
<h2>Installation</h2>
<p>If you are using Ubuntu, Scribes is already available in the repository. You can easily install it by <a href="apt:scribes">clicking here</a>, or through the Ubuntu Software Center or Synaptic Package Manager. If you prefer command line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> scribes</pre></div></div>

<p>For other distro, you can <a href="http://scribes.sourceforge.net/download.html">download the source code here</a>.</p>
<h2>Distraction Free Interface</h2>
<p>When you first run Scribes, you will be surprised to see an empty window with no menu bar, side panel and statusbar. This is the distraction free interface of Scribes. The menu bar is hidden by default. When you maximize Scribes to the full screen, there won&#8217;t be anything else to distract you. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-main-interface.png" alt="scribes-main-interface" title="scribes-main-interface" width="600" height="383" class="aligncenter size-full wp-image-38130" /></p>
<p>At the top-right corner of the window is a red glow. When you hover your mouse over the red glow, the menu bar will appear. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-menubar.png" alt="scribes-menubar" title="scribes-menubar" width="609" height="136" class="aligncenter size-full wp-image-38131" /></p>
<p>The menubar is also minimal with only a few icons. You can open new files or rename the file, and there is no Save button. Scribes comes with an autosave feature, so you don&#8217;t have to worry about losing your work. The most important button in the menubar is the Customization button as this is the place you will be spending most time on initially. </p>
<p>The Preferences option allows you to customize the display style (font, tab width, text wrapping etc) for each language. It supports multiple languages, ranging from plain text, HTML, Java, C++, Objective C, PHP, Ruby, Python to VB.net, and you can configure the display style for them all. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-preferences.png" alt="scribes-preferences" title="scribes-preferences" width="372" height="503" class="aligncenter size-full wp-image-38133" /></p>
<h2>Themes support</h2>
<p>The default theme in Scribes is dark in color with grey background and white text. For those who dislike this theme, Scribes allows you to change the theme to one that is soothing to your eyes. If the themes in the library is not sufficient, you can even <a href="http://scribes.sf.net/gtksv2-themes.tar.bz2" target="_blank" rel="nofollow">download extra themes</a> from the Scribes site. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-color-theme.png" alt="scribes-color-theme" title="scribes-color-theme" width="600" height="409" class="aligncenter size-full wp-image-38135" /></p>
<h2>Template Editor (Snippet)</h2>
<p>The template editor is the most powerful feature in Scribes, allowing the developers to simplify the coding process and avoid writing repetitive codes. By default, the template section is empty for all languages. You can <a href="http://scribes.sourceforge.net/templatesV2.tar.bz2" target="_blank" rel="nofollow">download an existing template</a> from the Scribes site and import them in. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-template-editor.png" alt="scribes-template-editor" title="scribes-template-editor" width="580" height="506" class="aligncenter size-full wp-image-38137" /></p>
<p>The template snippet works by triggering a keyword. You enter a trigger text (such as &#8220;else&#8221;) and press &#8220;Tab&#8221;. It will then replace the trigger text with the code that you predefined (such as:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span> 
<span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span></pre></div></div>

<h2>Other features of Scribes</h2>
<ul>
<li>Auto completion of previously typed words (no code autocompletion)</li>
<li>Syntax highlighting for 43 programming and scripting languages.</li>
<li>Automatic correction and replacement.</li>
<li>Automatic indentation.</li>
<li>Spell checking</li>
<li>Bookmark specific lines in the document.</li>
<li>Plenty of keyboard shortcuts</li>
<li>Supports zen coding</li>
</ul>
<h2>Conclusion</h2>
<p>As a minimalist text editor, Scribes has done incredibly well. It may not have the bells and whistles of the heaveyweight Dreamweaver, but it does have some killer features that can knock the Goliath off its seat. Scribes is rather extreme in its design, bringing the concept of minimalism to the next level. It may not be suitable for everyone, but I am sure for those who love it, they swear by it.</p>
<p>What about you? Do you love or hate it? </p>
<p><a href="http://scribes.sourceforge.net" title="Scribes">Scribes</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;title=Scribes%3A+A+Lightweight+Yet+Powerful+Text+Editor+For+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08">Scribes: A Lightweight Yet Powerful Text Editor For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Change The Font Of WordPress 3.2 HTML Editor [Quick Tips]</title>
		<link>http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18</link>
		<comments>http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18#comments</comments>
		<pubDate>Mon, 18 Jul 2011 22:00:57 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=35770</guid>
		<description><![CDATA[If you are using WordPress and have recently upgraded to the latest 3.2.x version, you will notice that the font for the HTML editor has changed. In most WordPress upgrade, changes are good, but in this case, the changed font is not web friendly and is straining to the eyes. One of the way to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18&amp;title=How+to+Change+The+Font+Of+WordPress+3.2+HTML+Editor+%5BQuick+Tips%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18">How to Change The Font Of WordPress 3.2 HTML Editor [Quick Tips]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are using WordPress and have recently upgraded to the latest 3.2.x version, you will notice that the font for the HTML editor has changed. In most WordPress upgrade, changes are good, but in this case, the changed font is not web friendly and is straining to the eyes.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wp-new-editor-font.png" alt="wp-new-editor-font" title="wp-new-editor-font" width="600" height="134" class="aligncenter size-full wp-image-35802" /></p>
<p>One of the way to change it is to directly edit the <em>wp-admin.css</em> file under the &#8220;<em>wp-admin -> css</em>&#8221; folder. This is not a good solution because the next time you upgrade your WordPress, your files will be overwritten.<br />
<span id="more-35770"></span><br />
The best way is to insert a small function to your <em>functions.php</em>.</p>
<p>Open your <code>functions.php</code> file in your Themes folder.</p>
<p>Add the following code to the end of the file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_action( 'admin_head-post.php', 'fix_html_editor_font' );
add_action( 'admin_head-post-new.php', 'fix_html_editor_font' );
&nbsp;
function fix_html_editor_font() { ?&gt;
    &lt;style type=&quot;text/css&quot;&gt;
        #editorcontainer #content, #wp_mce_fullscreen {
            font-family: Tahoma,Verdana,Arial,Helvetica;
        }
    &lt;/style&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span></pre></div></div>

<p>You can change the font-family to the one you like. I personally prefer the Tahoma and Verdana font family. </p>
<p>Save and upload the functions.php file back to the server. This is the result:</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/07/wp-restored-font.png" alt="wp-restored-font" title="wp-restored-font" width="600" height="240" class="aligncenter size-full wp-image-35804" /></p>
<p>That&#8217;s it. </p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18&amp;title=How+to+Change+The+Font+Of+WordPress+3.2+HTML+Editor+%5BQuick+Tips%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18">How to Change The Font Of WordPress 3.2 HTML Editor [Quick Tips]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/change-the-font-of-wordpress-html-editor/2011/07/18/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compositions: A Minimal Text Editor With Snapshot Functionality</title>
		<link>http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31</link>
		<comments>http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31#comments</comments>
		<pubDate>Thu, 31 Mar 2011 23:58:51 +0000</pubDate>
		<dc:creator>Katie Gatto</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Compositions]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[Drafts]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=31411</guid>
		<description><![CDATA[Have you ever been working on long-term project? The kind where you have to make draft, after draft, after draft of the same keys in order to get it right. You know the procedure: save the document as a new draft, with a new title, each and every time you make significant documents. Troublesome, time [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31&amp;title=Compositions%3A+A+Minimal+Text+Editor+With+Snapshot+Functionality&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31">Compositions: A Minimal Text Editor With Snapshot Functionality</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/03/Compositions-main.jpg" alt="Compositions-main" title="Compositions-main" width="241" height="196" class="alignleft size-full wp-image-31546" />Have you ever been working on long-term project? The kind where you have to make draft, after draft, after draft of the same keys in order to get it right. You know the procedure: save the document as a new draft, with a new title, each and every time you make significant documents. Troublesome, time wasting and extremely unproductive.</p>
<p>There is a free and much simpler solution. That solution is an app called <strong>Compositions</strong>. Let&#8217;s take a better look at the software.<br />
<span id="more-31411"></span><br />
Compositions is visually simple. You won&#8217;t find a detailed user interface or a lot of special features in the software. That is part of the design as it is meant to keep you focused. To some of you, that may be a turn off. We live in the age of multitasking and most of us hope to find a tool that does everything. That is possible. You can  find tools that offer just about every feature under the sun but you have to ask yourself, can they do it all and do it well?</p>
<p><img class="aligncenter size-full wp-image-31412" title="compositions UI" src="http://imagecdn.maketecheasier.com/2011/03/compositions-UI.png" alt="compositions-UI" width="550" height="377" /></p>
<p>Compositions only set out to do one thing &#8211; allow you to create  multiple drafts of documents, and save them so that no matter what changes you make, information isn&#8217;t lost in the shuffle. The way that you do that is by taking what the software calls &#8220;<em>snapshots</em>&#8220;. These  snapshots save your document the way it was and allow you to continue  working on the document. When you save the document again, the snapshots are saved with it, and you will have access to both the current and previous incarnations of your document.</p>
<p><img class="aligncenter size-full wp-image-31413" title="Compositions file menu" src="http://imagecdn.maketecheasier.com/2011/03/Compositions-file-menu.png" alt="Compositions-file-menu" width="191" height="259" /></p>
<p>Saving a snapshot is simple. You simply choose &#8220;File&#8221; and then &#8220;Save snapshot&#8221;. If you don&#8217;t like the changes you&#8217;ve made to your document, you can simply choose &#8220;Revert to saved&#8221; in order to bring your document back to the way it  was before. Unlike the common <em>Undo</em> feature found in many word processors, this will alter all of the changes you&#8217;ve made since the last save, not simply the last change. It also works if you close a document and  reopen it at a later date, which is handy if you end up with typer&#8217;s remorse.</p>
<p><img class="aligncenter size-full wp-image-31526" title="Compositions - Snapshot history" src="http://imagecdn.maketecheasier.com/2011/03/Compositions-Snapshot-history.png" alt="Compositions-Snapshot-history" width="549" height="503" /></p>
<h3>Sync to Dropbox</h3>
<p>Other than snapshot, Compositions is also able to keep your documents in sync via <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a>. Be it in Mac or iOS devices (yes, Compositions is available for iOS devices as well), you can always have the latest version of your documents in hand. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/03/Compositions-ipad.png" alt="Compositions-ipad" title="Compositions-ipad" width="600" height="379" class="aligncenter size-full wp-image-31545" /></p>
<p>In short, Compositions is a minimal text editor with snapshot feature. It may seems simple and basic, but the snapshot feature is one of the most powerful feature around, and it is particularly useful if you need to save plenty of drafts. On the whole, the software does exactly what it promises and has a spell check that is surprisingly diligent for a third party piece of  software. It&#8217;s a strong option for anyone who need to keep focus and has a new multiple drafts.</p>
<p><a href="http://itunes.apple.com/app/compositions/id415573430?mt=12">Compositions</a> [iTunes app store link]</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31&amp;title=Compositions%3A+A+Minimal+Text+Editor+With+Snapshot+Functionality&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31">Compositions: A Minimal Text Editor With Snapshot Functionality</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/compositions-minimal-text-editor-with-snapshot-functionality/2011/03/31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Online Code Editors to Help You Code On The Go</title>
		<link>http://maketecheasier.com/5-online-code-editors/2010/03/31</link>
		<comments>http://maketecheasier.com/5-online-code-editors/2010/03/31#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:00:58 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html editors]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[web editor]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14119</guid>
		<description><![CDATA[Flame wars over one&#8217;s choice of editor are a regular occurrence on almost all the tech mailing lists that I subscribe to. In fact, in my opinion, the amount of time and energy that is spent on debating this topic can be easily spent on researching the feature set of a perfect editor that would [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-online-code-editors/2010/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-online-code-editors/2010/03/31&amp;title=5+Online+Code+Editors+to+Help+You+Code+On+The+Go&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-online-code-editors/2010/03/31">5 Online Code Editors to Help You Code On The Go</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-14138" title="No flames" src="http://imagecdn.maketecheasier.com/2010/03/No_flames.png" alt="No_flames" width="200" height="136" />Flame wars over one&#8217;s choice of editor are a regular occurrence on almost all the tech mailing lists that I subscribe to. In fact, in my opinion, the amount of time and energy that is spent on debating this topic can be easily spent on researching the feature set of a perfect editor that would fit everyone&#8217;s needs.</p>
<p>But, since that is really a far fetched thought, I  decided to spend some thinking of the best ways to make my workflow as a web developer as editor agnostic as possible.</p>
<p>And what did I come up with ?</p>
<p>Online Code Editors. These are editors that run online and are available from any computer anywhere in the world. So, without further ado, here is a list of some of my favorite online editors.<br />
<span id="more-14119"></span></p>
<h3>1. <a title="Kodingen - online code editor" href="http://kodingen.com/" target="_blank">Kodingen</a></h3>
<p>The people behind Kodingen call it the cloud development environment. It is an IDE for the cloud, and I absolutely agree with them. Kodingen integrates an image editor, a really excellent code editor and a lot of nifty features into one cool looking package. It displays line numbers, features syntax highlighting and SVN integration. The only hitch is that they&#8217;re still in Beta and are only letting limited people through.</p>
<p><img class="aligncenter size-full wp-image-14123" title="Kodingen - Online Code Editor" src="http://imagecdn.maketecheasier.com/2010/03/kodingen.jpg" alt="Kodingen - Online Code Edito" width="500" height="296" /></p>
<h3>2. <a title="EditArea" href="http://www.cdolivet.com/index.php?page=editArea" target="_blank">EditArea</a></h3>
<p>EditArea is a free and open source Javascript based editor that can be hosted on your own server. It offers syntax highlighting, search and replace support, multi language support and a number of other features that you&#8217;d expect from a first class editor.</p>
<p><img class="aligncenter size-full wp-image-14124" title="EditArea - Online Code Editor" src="http://imagecdn.maketecheasier.com/2010/03/editarea.png" alt="EditArea - Online Code Editor" width="425" height="255" /></p>
<h3>3. <a title="Bespin" href="https://mozillalabs.com/bespin/" target="_blank">Bespin</a></h3>
<p>Bespin is a Mozilla Labs project that aims to create an editor for web development that can be embedded into webpages, much like EditArea. It is based on some of the latest emerging standards such as HTML 5 and so you&#8217;d need a fairly recent browser if you&#8217;re going to use Bespin. Like Mozilla&#8217;s web browser &#8211; Firefox, Bespin is designed to be easily extensible using plugins developed in Javascript. In fact, the editor is so good that the guys behind Kodingen also provide an option to use Bespin as one of the editors for their IDE.</p>
<p><img class="aligncenter size-full wp-image-14125" title="Bespin - Online Code Editor" src="http://imagecdn.maketecheasier.com/2010/03/bespin.jpg" alt="Bespin - Online Code Editor" width="500" height="175" /></p>
<h3>4. <a title="Amy Editor" href="http://www.amyeditor.com/" target="_blank">Amy Editor</a></h3>
<p>Using Amy Editor feels as if you&#8217;re using a OS X based desktop application as that is where this editor get it&#8217;s visual cues from. Apart from that, Amy Editor is probably one of the most feature rich editors in this roundup. It has support for opening multiple files in different tabs, syntax highlighting support for multiple languages and let&#8217;s you manage multiple projects from within the editor. Oh, and there is some basic debugging support present too.</p>
<p><img class="aligncenter size-full wp-image-14128" title="Amy Editor - Online Code Editor" src="http://imagecdn.maketecheasier.com/2010/03/amyeditor.jpg" alt="Amy Editor - Online Code Editor" width="500" height="327" /></p>
<h3>5. <a title="PHPAnywhere" href="https://phpanywhere.net/" target="_blank">PHPAnywhere</a></h3>
<p>PHPAnywhere is one editor that could easily replace my current PHP programming needs without much effort. For one, it comes with a built-in FTP editor that lets me edit files directly on my server. It also has excellent syntax highlighting and project management features. What more could a PHP programmer ask for ?</p>
<p><img class="aligncenter size-full wp-image-14136" title="PHPAnywhere - Online Code Editor" src="http://imagecdn.maketecheasier.com/2010/03/phpanywhere.jpg" alt="PHPAnywhere - Online Code Editor" width="500" height="355" /></p>
<p>Those were some of my favorite Online Code Editors. Do you guys use any online editors for your needs ? Do you find them useful ? Let us know in the comments.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-online-code-editors/2010/03/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-online-code-editors/2010/03/31&amp;title=5+Online+Code+Editors+to+Help+You+Code+On+The+Go&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-online-code-editors/2010/03/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-online-code-editors/2010/03/31">5 Online Code Editors to Help You Code On The Go</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-online-code-editors/2010/03/31/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Using Kate As a Web Editor</title>
		<link>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09</link>
		<comments>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:03:59 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[kate]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8276</guid>
		<description><![CDATA[There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called Kate. Kate is a multi-document interface (MDI) text editor, available for both KDE [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;title=Using+Kate+As+a+Web+Editor&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8277" src="http://imagecdn.maketecheasier.com/2009/11/kate-logo.jpg" alt="accessories-text-editor" width="128" height="128" />There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called <a href="http://kate-editor.org/" target="_blank">Kate</a>.</p>
<p>Kate is a multi-document interface (MDI) text editor, available for both KDE 3 and 4. It runs on multiple Linux and Unix-like platforms, Mac OS X, and  Windows. It also includes a component called KatePart, which runs inside numerous other KDE applications, including Quanta+ (on KDE 3 only), KWrite, Konqueror, and Kdevelop. Kate provides syntax highlighting for over 120 text formats, making it perfect for whatever programming language you choose.<br />
<span id="more-8276"></span></p>
<h3>HTML Editing</h3>
<p><img class="size-full wp-image-8278 aligncenter" src="http://imagecdn.maketecheasier.com/2009/11/kate-php.jpg" alt="kate-php" width="575" height="379" /></p>
<p>Kate will highlight HTML markup and underline errors, particularly when you forget to close a tag.  It will also group text within tags, so that you can see what content is where. It will display folding markers, small arrows on the side, that you can use to collapse or expand a tag and its contents. To toggle folding markers, press F9. For that reason, if you are coding in XHTML, make sure to use the XML highlighting rather than HTML.  It will then appropriately mark single tags that are not closed with arrows.</p>
<p><img class="aligncenter size-full wp-image-8279" src="http://imagecdn.maketecheasier.com/2009/11/kate-php1.jpg" alt="Kate folding markers" width="472" height="106" /></p>
<p>To enable XML highlighting:</p>
<p>1. Click Tools in the main menu<br />
2. Navigate to &#8220;Highlighting&#8221;, &#8220;Markup&#8221;, and finally to &#8220;XML&#8221;.</p>
<p>You can also do the same for PHP and other web scripting languages. Kate will generally highlight all of these, so you can usually leave the settings at the default.</p>
<p>Kate includes a dynamic word wrap feature, useful for documents with large amounts of text. Toggle it on or off with F10. Press F11 to toggle line numbers, and you will notice that a wrapped line has symbols indicating that it is still part of the previous line.</p>
<h3>Multiple Documents</h3>
<p>With Kate, you can edit multiple documents at once. The left-hand column will display the list of currently opened files, and you can move through them by clicking on the file you want to edit, by clicking the forward or back buttons, or by holding the Alt key and pressing the left or right arrow. Control+S will save your current document, and Control+L will save all open documents.</p>
<h3>Sessions</h3>
<p>Kate has a handy feature called &#8220;Sessions&#8221; that allows you to pick up work right where you left off the last time you were editing. For example, you might have eight documents for a particular project. Rather than having to open each document one at a time every time you want to work on them, you can save a Kate session that will automatically open those documents when activated. To save a session:</p>
<p>1. Click Sessions<br />
2. Click Save As&#8230;<br />
3. Give your session a name.</p>
<p><img class="aligncenter size-full wp-image-8280" src="http://imagecdn.maketecheasier.com/2009/11/kate-php2.jpg" alt="Kate session chooser" width="416" height="244" /></p>
<p>The next time you want to return to that project, just open the session you saved.</p>
<h3>Remote Editing</h3>
<p>There are times when you need to edit a document quickly right on the server. While you could SSH into the server and use whatever text editor is available from the command line, you will miss some of the many benefits of Kate. Furthermore, if you have a shared hosting account, you might not even have access to SSH.  With Kate, you can open a document live on the server via FTP, SFTP, and any other protocol supported by KDE. To accomplish this, do the following:</p>
<p>1. Login to your web server using the normal method. You can use Dolphin or Konqueror.<br />
2. Navigate to the folder containing the file you want to edit.<br />
3. Right click on the file and open it with Kate.<br />
4. Repeat those steps for multiple files if necessary.</p>
<h3>Find</h3>
<p>Kate&#8217;s find feature is very useful with long documents. To activate it, press Control-F. It will open a dialog at the bottom of the window. You can find each instance individually and scroll through the results with the &#8220;Next&#8221; and &#8220;Previous&#8221; buttons, or click &#8220;Options&#8221; and &#8220;Highlight all&#8221; to see all results highlighted at once.</p>
<p>Click the arrow on the far right to expand the find dialog further, and it will add a &#8220;replace&#8221; feature. With it you can find a tag or piece of content and replace every instance of it with something else or nothing at all.  Kate will also remember your searches so that you can perform them again by pressing the down arrow on the right side of the search box.</p>
<p>I have only touched the surface of the many features available in Kate. The best way to find out exactly what Kate can offer you is to try it out for yourself. I highly recommend it, not only for KDE users, but for anyone. Kate is available through any Linux distribution that offers KDE.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;title=Using+Kate+As+a+Web+Editor&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Five WYSIWYG Plugins to Enhance the WordPress Built-In Editor</title>
		<link>http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26</link>
		<comments>http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26#comments</comments>
		<pubDate>Sat, 26 Sep 2009 12:06:48 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7356</guid>
		<description><![CDATA[The WordPress built-in editor has the minimum features to create a blog post. It&#8217;s one of the reasons that many bloggers use desktop-based blog editors that provide them with additional features that is lacking in the WordPress editor. Here are five WordPress plugins that will give you the functionality as a desktop-based editor without leaving [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26&amp;title=Five+WYSIWYG+Plugins+to+Enhance+the+WordPress+Built-In+Editor&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26">Five WYSIWYG Plugins to Enhance the WordPress Built-In Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7413" title="wysiwyg-toolbar" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-toolbar.jpg" alt="wysiwyg-toolbar" width="305" height="92" />The WordPress built-in editor has the minimum features to create a blog post.  It&#8217;s one of the reasons that many bloggers use desktop-based blog editors that provide them with additional features that is lacking in the WordPress editor.  Here are five WordPress plugins that will give you the functionality as a desktop-based editor without leaving WordPress.<br />
<span id="more-7356"></span></p>
<h3>1. <a href="http://scribu.net/wordpress/front-end-editor" target="_blank">Front-end Editor</a></h3>
<p>The Front-end Editor plugin allows you to make changes without having to go to the WordPress built-in editor. It&#8217;s a great tool if you have already created and published your blog and just want to make quick edits. It&#8217;s great for making edits that do not require any significant changes. However, it&#8217;s not really a standalone-type of editor. It&#8217;s more to use alongside another one. It doesn&#8217;t have any additional features to add to the WordPress built-in editor, but it is nice to have something that doesn&#8217;t require you to go to the WordPress administrative area.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-front-end-editor.jpg" alt="front end editor" width="577" height="614" /></p>
<h3>2. <a href="http://www.laptoptips.ca/projects/tinymce-advanced/" target="_blank">TinyMCE Advanced</a></h3>
<p>The TinyMCE Advanced plugin adds 16 buttons to the WordPress built-in editor. One of the great things about it is that it&#8217;s easy to drag-and-drag the buttons in and out of the window. Therefore, you are able to choose what buttons to have accessible to you when creating or editing a post. You are also able to add your current theme&#8217;s CSS stylesheet, so you are able to visualize how the post will look like when you are done.</p>
<p><img class="alignnone size-full wp-image-7409" title="wysiwyg-tinymce-advanced" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-tinymce-advanced.jpg" alt="wysiwyg-tinymce-advanced" width="577" height="395" /></p>
<h3>3.  <a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/" target="_blank">Dean&#8217;s FCKEditor For WordPress</a></h3>
<p>Dean&#8217;s FCKEditor For WordPress plugin enhances your WordPress built-in editor by providing desktop-word-processing-type of editor.  Out of all the editors, this one has the most functionality. Other than the basic word processing features: <em>formatting, styles, find/replace, printing</em>, etc, it comes with a built-in file and upload manager. In addition, it integrates well with the WordPress default media manager and also allows you to insert flash movie and smiley icons into your post.</p>
<p>The plugin also provides you three templates that help in creating your blog posts.  It&#8217;s definitely worth looking at, if you don&#8217;t want to download a desktop blog editor.</p>
<p><img class="alignnone size-full wp-image-7358" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-fckeditor.jpg" alt="Dean's FCKEditor For WordPress" width="577" height="354" /></p>
<h3>4.  <a href="http://factory.funroe.net/projects/wp-super-edit/" target="_blank">WP Super Edit</a></h3>
<p>Just like the above-mentioned plugins, the WP Super Edit plugin allows you to add plenty of additional functionality to your default text editor. Like TinyMCE Advacned, it allows you to add extra buttons (and hence more functionality) to your toolbar. What is more important is that it provides a way for you to arrange your toolbar according to the user role. Now, you can restrict your subscriber or contributor to only a limited set of toolbar while the author or users with higher level of permission to access to the full range of functionality.</p>
<p>In addition, there are also a whole lot of useful HTML tags (like DIV, STYLE, TABLE etc) that you can use in your post. This is particularly useful for coders/developers.</p>
<p><img class="alignnone size-full wp-image-7410" title="wysiwyg-wp-super-edit" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-wp-super-edit.jpg" alt="wysiwyg-wp-super-edit" width="577" height="438" /></p>
<p>WP Super Edit allows bloggers to control the editor better than the other two. Additionally, it has more features than the other two. However, it can be tedious adding buttons and arranging them in a way that makes sense. It would be easier if they start with all the buttons, and allow users to remove the ones they do not need.</p>
<h3>5. <a href="http://hontap.blogspot.com/2009/09/plugin-custom-tinymce-cho-wordpress.html" target="_blank">Custom TinyMCE</a></h3>
<p>The Custom TinyMCE plugin provides the same type of functionality as the WP Super Edit and TinyMCE Advanced plugins.  However, it lacks the flexibility that the latter provides bloggers. You are able to go into the administrative panel and check the check boxes of the buttons you would like to appear in the your editor. It&#8217;s much easier to navigate in that aspect.</p>
<p><img class="alignnone size-full wp-image-7411" title="wysiwyg-custom-tinymce" src="http://imagecdn.maketecheasier.com/2009/09/wysiwyg-custom-tinymce.jpg" alt="wysiwyg-custom-tinymce" width="395" height="392" /></p>
<p>However, if you choose the majority or all of the buttons, instead of going to two or more lines, they are just kept in one line. This causes a visual problem because you will have to search for the functionality you are seeking. Furthermore, it also disappears behind the sidebar. It&#8217;s a good plugin if you want to add a couple of more buttons to your editor. If you want to add more than that, then this plugin is not for you.</p>
<p>What other WordPress plugins do you use to enhance your text-editor?</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26&amp;title=Five+WYSIWYG+Plugins+to+Enhance+the+WordPress+Built-In+Editor&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26">Five WYSIWYG Plugins to Enhance the WordPress Built-In Editor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/five-wysiwyg-plugins-to-enhance-the-wordpress-built-in-editor/2009/09/26/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

