Using Textedit On Mac

The pop-up menu below the microphone icon in the Dictation pane of Keyboard preferences shows which device your Mac is currently using to listen. On your Mac, choose Apple menu System Preferences, click Keyboard, then click Dictation. Open the Dictation pane for me. Click the pop-up menu below the microphone icon, then choose the microphone. In the TextEdit app on your Mac, choose File Open. Select the document, then click Open. If your document is stored in iCloud Drive, you can select TextEdit in the iCloud section of the sidebar, then double-click your document. See Use iCloud Drive to store documents. To see the default formatting of an HTML or RTF file, choose TextEdit.

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. Use the Automator

  • 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:

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.

Textedit

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 IssuesUsing
410.674downloads

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

Using

2. TextEdit’s Find Function

Using Textedit On Mac Desktop

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.

HtmlUsing textedit on mac computers

3. Use Another Application

Textedit Mac Tutorial

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.

Using Textedit On Machine

4. Online Word Counter Tools

Using Textedit On Mac

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.