Add TextEdit category and entry

This commit is contained in:
Marcel Bischoff 2015-10-18 17:31:47 +02:00
parent bd60cf9e11
commit 63d1d5e13b

View File

@ -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