Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How can I make textedit start with a new (blank) document?

How can I make textedit start with a new (blank) document?


Instead of it starting up with a dialogue box to select an existing or start a new document.

Posted on Aug 4, 2012 1:35 AM

Reply
Question marked as Best reply

Posted on Aug 4, 2012 2:00 AM

Go to the menu bar and try File > New

5 replies

Feb 9, 2016 8:56 AM in response to iPotential

OR.....

If you don't want to disable syncing documents and data, there is also a hidden preference that makes applications like TextEdit and Preview open without showing the iCloud dialog:

Open Terminal from the Utilities folder in Applications. Then type or copy and paste the following:

defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false


You'll need to make sure you quit and restart Text Edit.

If at anytime you want the finder window (iCloud dialogue) to open, do command-o.

If you want to reverse the setting, open Terminal again and type or copy and past the following:

defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool true

Quit and restart Text Edit.

This has worked for me in El Capitan, Yosemite, Mavericks, Mountain Lion. I'm not sure about previous OS X.

How can I make textedit start with a new (blank) document?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.