Textedit On Macbook Air

Whether you are a student cramming to finish a term paper or a writer who needs to submit an article, knowing your word count is very important. With Windows, Microsoft Word comes with a word counter at the bottom of the page. However, there is no word-counter on Mac. TextEdit, Mac’s popular text editor application comes with many attractive features except for a word counter tool. However, it is possible to do a word count on Mac. There are many workarounds that will let you count how many characters or words compose the entire document you have written. Here are some of the known methods that will help you:

  1. How To Open Textedit On Macbook Air
  2. How To Use Textedit On Macbook Air
  3. How To Find Textedit On Macbook Air
  4. How To Use Textedit On Macbook Air
  5. Where Is Textedit On Macbook Air

1. Use the Automator

In the TextEdit app on your Mac, choose File New, then choose Format Make Plain Text. Enter the HTML code. Choose File Save, type a name followed by the extension.html (for example, enter index.html), then click Save. When prompted about the extension to use, click “Use.html.”.

How To Open Textedit On Macbook Air

  1. The Open dialog appears. Navigate to the desired text file and double-click the filename to load it. You can also open an existing text file by dragging its icon from the Finder window to the TextEdit icon. Navigate to the desired text file.
  2. In the TextEdit app on your Mac, do any of the following: Add a tab stop: Click the ruler where you want the tab stop. Change the type of tab stop: Control-click a tab stop, then choose one of the following tab stops: Left tab: Left-aligns text. Center tab: Centers text. Right tab: Right-aligns text. Decimal tab: Aligns numbers around a decimal point.
  3. Sample text file to reproduce the bug. Paste the text below in TextEdit on Big Sur. Scroll down a bit, preferably below the first page fold and try deleting a sentence by first selecting it and then hitting Delete; the scroll bar will go to the top of the text file. Order iPhone 12.
  4. You can choose word count on Mac or word counter on Mac. Close Automator. To check, open a TextEdit document. Select any block of text and right-click. The word count should be found at the bottom of the document. If you are running High Sierra, click Services and choose Word Count (or whatever you named the script into).

How To Use Textedit On Macbook Air

  • Open the Automator using Spotlight. Press Command + S then, type in Automator. Once open, it will prompt you to select a template. Click Service, and then click Choose.
  • A new window will open with two columns of selectable actions on the left.
  • At the top of the window, leave the first option “Service receives selected” as text.
  • Click on the second option “any application” beside “Service receives selected” to open a drop-down menu.
  • Select Other, and then choose TextEdit.
  • On the left side where the two columns are, find Run Shell Script on the second column.
  • Drag and drop Run Shell Script to the window on the right.
  • Select and copy the following script into the AppleScript terminal:
Macbook

on run {input, parameters}
try
set MyText to input as string
set NombreSignes to the number of characters of MyText
set NombreMots to the number of words of MyText
set NombrePara to the number of paragraphs of MyText
set LeResultat to “The selected text contains :” & return & “- ” & NombreSignes & ” sign(s) ;” & return & “- ” & NombreMots & ” word(s) ;” & return & “- ” & NombrePara & ” paragraph(s).”
display dialog LeResultat buttons {“OK”} default button 1 with icon note on error errmsg number errnum
display dialog errmsg & ” [” & errnum & “]” buttons {“OK”} default button 1 with icon stop

end try
return input
end run

  • Click the green button to see if the script is working.
  • Save the script by clicking File > Save and then type in what you want to name it. You can choose word count on Mac or word counter on Mac.
  • Close Automator.
  • To check, open a TextEdit document. Select any block of text and right-click. The word count should be found at the bottom of the document. If you are running High Sierra, click Services and choose Word Count (or whatever you named the script into).

Here’s a tip, always clean up your documents and files using Mac repair app so it is easier for you to find and open the files you are looking for. Deleting unwanted files clears up your drive and boosts its performance.

Pro Tip: Scan your Mac for performance issues, junk files, harmful apps, and security threats
that can cause system issues or slow performance.

Free Scan for Mac Issues
410.674downloads

Special offer. About Outbyte, uninstall instructions, EULA, Privacy Policy.

2. TextEdit’s Find Function

How To Find Textedit On Macbook Air

Another way to figure out what your word count on Mac without using Automator by using TextEdit’s Find feature. It may not be as accurate as the word counter tool, but if you’re only looking for an estimate of your word count, then you should try this method.

  • Open a document in TextEdit.
  • Click Edit, select Find, and then select Find again. Or you can use Command + F to open the Find window.
  • Click the magnifying glass.
  • Select Insert Pattern from the drop-down.
  • Click Any Word Characters from the options.

The Find function will now run through your document to find all the words and highlight them. Then the word count will appear at the right side of the Find field.

The problem with this method is its accuracy. The Find function sometimes does not count words with ‘s or sometimes counts them as two. But, if you’re not looking for the exact word count, this will do.

3. Use Another Application

This is probably the easiest method to find your word count on Mac. All you have to do is copy all of the text and paste it into a different program that has the word count function. You can use Microsoft Word, Pages or Google Docs. If you’re using Microsoft Word or Pages, just copy everything and then paste into your preferred text editing application. For Google Docs, go to Tools > Word Count or press Command + Shift + C.

4. Online Word Counter Tools

How To Use Textedit On Macbook Air

Textedit On Macbook Air

Where Is Textedit On Macbook Air

Another easy solution is to open your browser and search for an online word counter tool. There are many websites that offer word count services, as well as character counter tools. Just open the website and paste your text into the field dedicated to the text. Depending on the website, the word count could either appear on the bottom of the text field or a pop up would appear with the number of words in it.