<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>TextEdit Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/textedit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/textedit/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:09:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>TextEdit Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/textedit/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Use plain text as default format in TextEdit</title>
		<link>https://www.defaults-write.com/plain-text-default-textedit/</link>
					<comments>https://www.defaults-write.com/plain-text-default-textedit/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 06 Jan 2018 19:03:12 +0000</pubDate>
				<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1349</guid>

					<description><![CDATA[<p>TextEdit is a simple application for quickly writing text and notes. The text can be edited in RTF (Rich Text Format) mode, as well as plain text. With the following defaults write command you can enable plain text as default format in TextEdit. </p>
<p>The post <a href="https://www.defaults-write.com/plain-text-default-textedit/">Use plain text as default format in TextEdit</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>TextEdit is a simple application for quickly writing text and notes. The text can be edited in RTF (Rich Text Format) mode, as well as plain text. With the following defaults write command you can enable plain text as default format in TextEdit. <span id="more-1349"></span> </p>
<p>Copy and paste the following command in OS X Terminal:</p>
<p><code>defaults write com.apple.TextEdit RichText -int 0</code></p>
<p>Revert to the default setting with the following command:</p>
<p><code>defaults delete com.apple.TextEdit RichText</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg" rel="attachment wp-att-1351"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain-585x366.jpg?resize=585%2C366" alt="Default plain text in texteditor" width="585" height="366" class="aligncenter size-large wp-image-1351" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?resize=585%2C366&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/06/default-plain.jpg?w=1350&amp;ssl=1 1350w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/plain-text-default-textedit/">Use plain text as default format in TextEdit</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/plain-text-default-textedit/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1349</post-id>	</item>
		<item>
		<title>Disable the ruler in TextEdit by default</title>
		<link>https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 14 Aug 2013 18:00:51 +0000</pubDate>
				<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1061</guid>

					<description><![CDATA[<p>If you regularly use TextEdit, you will notice that TextEdit displays the ruler by default when creating or opening rich text documents. It&#8217;s not possible to turn off the ruler by default in Preferences. Offcorse you can You can disable the ruler in TextEdit with the following OS X Terminal command: defaults write com.apple.TextEdit ShowRuler 0 If you want to use the ruler you can use ⌘R or choosing Format > Text > Show Ruler from the menu. Revert to default setting: defaults delete com.apple.TextEdit ShowRuler</p>
<p>The post <a href="https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/">Disable the ruler in TextEdit by default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you regularly use TextEdit, you will notice that TextEdit displays the ruler by default when creating or opening rich text documents. It&#8217;s not possible to turn off the ruler by default in Preferences. Offcorse you can You can disable the ruler in TextEdit with the following OS X Terminal command: <span id="more-1061"></span></p>
<pre lang="bash">defaults write com.apple.TextEdit ShowRuler 0</pre>
<p>If you want to use the ruler you can use ⌘R or choosing Format > Text > Show Ruler from the menu. </p>
<p>Revert to default setting:</p>
<pre lang="bash">defaults delete com.apple.TextEdit ShowRuler</pre>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/08/textedit-terminal-585x362.png?resize=585%2C362" alt="textedit terminal" width="585" height="362" class="aligncenter size-large wp-image-1067" /></p>
<p>The post <a href="https://www.defaults-write.com/disable-the-ruler-in-textedit-by-default/">Disable the ruler in TextEdit by default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1061</post-id>	</item>
	</channel>
</rss>
