<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=SimpleText</id>
	<title>SimpleText - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=SimpleText"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=SimpleText&amp;action=history"/>
	<updated>2026-04-21T11:31:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=SimpleText&amp;diff=19111&amp;oldid=prev</id>
		<title>imported&gt;Atremari: Adding short description: &quot;Native text editor for the Apple classic Mac OS&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=SimpleText&amp;diff=19111&amp;oldid=prev"/>
		<updated>2025-01-30T11:04:36Z</updated>

		<summary type="html">&lt;p&gt;Adding &lt;a href=&quot;https://en.wikipedia.org/wiki/Short_description&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Short description&quot;&gt;short description&lt;/a&gt;: &amp;quot;Native text editor for the Apple classic Mac OS&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Native text editor for the Apple classic Mac OS}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = SimpleText &lt;br /&gt;
| logo                   = &amp;lt;!--  Commented out because image was deleted: [[Image:SimpleText.png|SimpleText icon]] --&amp;gt;&lt;br /&gt;
| screenshot             = German SimpleText.png&lt;br /&gt;
| screenshot size        = 250px&lt;br /&gt;
| caption                = SimpleText under the German version of [[Mac OS 8]]&lt;br /&gt;
| developer              = [[Apple Computer]]&lt;br /&gt;
| latest_release_version = 1.4&lt;br /&gt;
| latest_release_date    =&lt;br /&gt;
| operating_system       = [[System 7]] – [[Mac OS 9]]&lt;br /&gt;
| genre                  = [[Text editor]]&lt;br /&gt;
| license                = [[Proprietary software|Proprietary]]&lt;br /&gt;
| website                = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;SimpleText&amp;#039;&amp;#039;&amp;#039; is the [[native (computing)|native]] [[text editor]] for the Apple [[classic Mac OS]].&amp;lt;ref&amp;gt;{{cite journal|last=Engst|first=Tonya|title=Writing a ReadMe File? Read This |journal=MacTech |year=1998 |volume=14 |issue=10 |url=http://www.mactech.com/articles/mactech/Vol.14/14.10/WritingAReadMeFile/index.html |access-date=17 February 2013}}&amp;lt;/ref&amp;gt; SimpleText allows text editing and text formatting (underline, italic, bold, etc.), fonts, and sizes.  It was developed to integrate the features included in the different versions of [[TeachText]] that were created by various software development groups within [[Apple Computer]].&amp;lt;ref name=TN1005&amp;gt;{{cite web|last=Stearns|first=Bryan|title=Technical Note TN1005: The Compleat (sic.) Guide to SimpleText|url=https://developer.apple.com/technotes/tn/tn1005.html|work=Apple Technical Notes|access-date=17 February 2013|author2=Mark Cookson |archive-url=https://web.archive.org/web/20041011083050/http://developer.apple.com/technotes/tn/tn1005.html |archive-date=11 October 2004}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It can be considered similar to Windows&amp;#039; [[WordPad]] application. In later versions it also gained additional read only display capabilities for [[PICT]] files, as well as other Mac OS built-in formats like Quickdraw GX and [[QTIF]], [[3DMF]] and even [[QuickTime]] movies.&amp;lt;ref name=TN1005/&amp;gt; SimpleText can even record short sound samples and, using Apple&amp;#039;s [[Apple PlainTalk|PlainTalk]] speech system, read out text in English. Users who wanted to add sounds longer than 24&amp;amp;nbsp;seconds, however, needed to use a separate program to create the sound and then paste the desired sound into the document using [[ResEdit]].&amp;lt;ref name=TN1005/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SimpleText superseded [[TeachText]], which was included in System Software up until it was replaced in 1994 (shipped with System Update 3.0 and System 7.1.2). The need for TeachText arose after Apple stopped bundling [[MacWrite]], to ensure that every user could open and read [[Readme]] documents.&lt;br /&gt;
&lt;br /&gt;
The key improvement of SimpleText over TeachText was the addition of text styling. The [[System 7|underlying OS]] required by SimpleText implemented a standard [[styled text]] format, which meant that SimpleText could support multiple fonts and font sizes. Prior Macintosh OS versions lacked this feature, so TeachText supported only a single font per document. Adding text styling features made SimpleText WorldScript-savvy, meaning that it can use Simplified and Traditional Chinese characters.&amp;lt;ref&amp;gt;{{cite web|title=Important Information About System 7.5 and the Chinese Language Kit|url=http://manuals.info.apple.com/en_US/6664ChineseLang7.5.PDF|publisher=[[Apple Inc.]]|access-date=16 February 2013|format=PDF|year=1994}}&amp;lt;/ref&amp;gt; Like TeachText, SimpleText was also limited to only 32&amp;amp;nbsp;kB of text in a document,&amp;lt;ref name=TN1005/&amp;gt; although images could increase the total file size beyond this limit. SimpleText style information was stored in the file&amp;#039;s [[resource fork]] in such a way that if the resource fork was stripped (such as by uploading to a non-Macintosh server), the text information would be retained.&lt;br /&gt;
&lt;br /&gt;
In [[Mac OS X]], SimpleText is replaced by the more powerful [[TextEdit]] application, which reads and writes more document formats as well as including [[word processor]]-like features such as a [[ruler]] and [[spell checking]]. TextEdit&amp;#039;s styled text format is [[Rich Text Format|RTF]], which is able to survive a single-forked file system intact.&lt;br /&gt;
&lt;br /&gt;
Apple has released the source code for a [[Carbon (computing)|Carbon]] version of SimpleText in the [[Mac OS X Panther]] (10.3) Developer Tools. If the 10.3 Developer Tools are installed, it can be found at {{mono|/Developer/Examples/Carbon/SimpleText}}. Alternatively, the sample code can be found in Apple&amp;#039;s [https://developer.apple.com/library/archive/navigation/ Documentation Archive]: [https://developer.apple.com/library/archive/samplecode/SimpleText_Sample/Introduction/Intro.html#//apple_ref/doc/uid/DTS10000736 SimpleText Sample].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[List of text editors]]&lt;br /&gt;
*[[Comparison of text editors]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Mac OS}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Classic Mac OS-only software made by Apple Inc.]]&lt;br /&gt;
[[Category:Classic Mac OS text editors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{mac-software-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Atremari</name></author>
	</entry>
</feed>