|
|
|
|
|
by lotsofpizza
899 days ago
|
|
This is slightly off topic but might be helpful to some people who use both Notepad on Windows and TextEdit on Mac but are tired of the open document screen that starts by default when opening TextEdit. For example, I take calls while at my Windows based workstation. When I'm starting a phone call, I instinctively open notepad and jot down notes while on the phone. I don't usually save the file but I will complete the task I wrote down and/or document the call in another program after the fact. However, when I'm on my Mac I can't just quickly open TextEdit and jot down notes. When opening TextEdit I'm prompted to open a file or click the new document button. This throws me off my workflow since I'm used to NotePad immediately opening a new document buffer to write in. I found a workaround on the Apple support forums here: 1) Quit TextEdit
2) In the Terminal, type the following command:
defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
3) Open TextEdit and presto! https://discussions.apple.com/thread/253444981?sortBy=best |
|