NetNewsWire/Technotes/HiddenPrefs.md

29 lines
903 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hidden Preferences
See AppDefaults.swift for the apps preference keys, including hidden prefs.
Hidden preferences tend to be named for a person:
1. To distinguish them from regular, un-hidden preferences, and
2. So we can remember who asked for them.
#### Main window titles
The main window doesnt display its title, partly because it looks cooler that way and partly because its redundant information.
The downside to this is that title-less windows do not allow the toolbar to show button names on macOS Catalina. (This is an AppKit thing.)
To turn window titles on, set `KafasisTitleMode` to true.
#### Show separators between articles in the timeline
Set `CorreiaSeparators` to true.
#### Double-click a feed in the sidebar to mark it as read
Set `GruberFeedDoubleClickMarkAsRead` to true.
#### Suppress the automatic sync on launch
Set `DevroeSuppressSyncOnLaunch` to true.