Add TextEdit category and entry
This commit is contained in:
parent
bd60cf9e11
commit
63d1d5e13b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user