From 63d1d5e13bf02c5dfd4357ce012a9a086d347ad1 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 17:31:47 +0200 Subject: [PATCH] Add TextEdit category and entry --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 74408ff..8196680 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [App Store](#app-store) - [Apple Remote Desktop](#apple-remote-desktop) - [Sketch](#sketch) + - [TextEdit](#textedit) - [Backup](#backup) - [Time Machine](#time-machine) - [Developer](#developer) @@ -125,6 +126,13 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes ``` +### TextEdit + +#### Use Plain Text Mode as Default +```bash +defaults write com.apple.TextEdit RichText -int 0 +``` + ## Backup