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)
|
- [App Store](#app-store)
|
||||||
- [Apple Remote Desktop](#apple-remote-desktop)
|
- [Apple Remote Desktop](#apple-remote-desktop)
|
||||||
- [Sketch](#sketch)
|
- [Sketch](#sketch)
|
||||||
|
- [TextEdit](#textedit)
|
||||||
- [Backup](#backup)
|
- [Backup](#backup)
|
||||||
- [Time Machine](#time-machine)
|
- [Time Machine](#time-machine)
|
||||||
- [Developer](#developer)
|
- [Developer](#developer)
|
||||||
@ -125,6 +126,13 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop
|
|||||||
defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes
|
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
|
## Backup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user