From 865988bbc2fbc74aa449f9bd842efb3c5dfac0f9 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:30:09 +0200 Subject: [PATCH] :mag: Set up SEO meta tags --- docs/.vitepress/config.js | 23 +++++++++++++- docs/activity-monitor/icontype.md | 21 +++++-------- docs/activity-monitor/index.md | 21 +++++-------- docs/activity-monitor/updateperiod.md | 21 +++++-------- docs/desktop/_fxsortfoldersfirstondesktop.md | 21 +++++-------- docs/desktop/createdesktop.md | 21 +++++-------- docs/desktop/index.md | 21 +++++-------- .../showexternalharddrivesondesktop.md | 21 +++++-------- docs/desktop/showharddrivesondesktop.md | 21 +++++-------- docs/desktop/showmountedserversondesktop.md | 21 +++++-------- docs/desktop/showremovablemediaondesktop.md | 21 +++++-------- docs/dock/autohide-delay.md | 21 +++++-------- docs/dock/autohide-time-modifier.md | 21 +++++-------- docs/dock/autohide.md | 21 +++++-------- docs/dock/index.md | 21 +++++-------- docs/dock/mineffect.md | 21 +++++-------- docs/dock/orientation.md | 21 +++++-------- docs/dock/scroll-to-open.md | 21 +++++-------- docs/dock/show-recents.md | 21 +++++-------- docs/dock/static-only.md | 21 +++++-------- docs/dock/tilesize.md | 21 +++++-------- docs/feedback-assistant/autogather.md | 21 +++++-------- docs/feedback-assistant/index.md | 21 +++++-------- docs/finder/_fxsortfoldersfirst.md | 21 +++++-------- docs/finder/appleshowallextensions.md | 21 +++++-------- docs/finder/appleshowallfiles.md | 21 +++++-------- docs/finder/fxdefaultsearchscope.md | 21 +++++-------- docs/finder/fxenableextensionchangewarning.md | 21 +++++-------- docs/finder/fxpreferredviewstyle.md | 21 +++++-------- docs/finder/fxremoveoldtrashitems.md | 21 +++++-------- docs/finder/index.md | 21 +++++-------- .../nsdocumentsavenewdocumentstocloud.md | 21 +++++-------- docs/finder/nstableviewdefaultsizemode.md | 21 +++++-------- .../finder/nstoolbartitleviewrolloverdelay.md | 21 +++++-------- docs/finder/quitmenuitem.md | 21 +++++-------- docs/finder/showpathbar.md | 21 +++++-------- docs/finder/showwindowtitlebaricons.md | 21 +++++-------- docs/index.md | 30 +++++++++++-------- docs/menubar/dateformat.md | 21 +++++-------- docs/menubar/flashdateseparators.md | 21 +++++-------- docs/menubar/index.md | 21 +++++-------- docs/misc/applepressandholdenabled.md | 21 +++++-------- docs/misc/devmode.md | 21 +++++-------- ...enable-spring-load-actions-on-all-items.md | 21 +++++-------- docs/misc/focusfollowsmouse.md | 21 +++++-------- docs/misc/index.md | 21 +++++-------- docs/misc/lsquarantine.md | 21 +++++-------- docs/misc/nsclosealwaysconfirmschanges.md | 21 +++++-------- docs/misc/userwantsplaybacknotifications.md | 21 +++++-------- .../applespacesswitchonactivate.md | 21 +++++-------- docs/mission-control/expose-group-apps.md | 21 +++++-------- docs/mission-control/index.md | 21 +++++-------- docs/mission-control/mru-spaces.md | 21 +++++-------- docs/mission-control/spans-displays.md | 21 +++++-------- docs/safari/index.md | 21 +++++-------- docs/safari/showfullurlinsmartsearchfield.md | 21 +++++-------- docs/screenshots/disable-shadow.md | 21 +++++-------- docs/screenshots/include-date.md | 21 +++++-------- docs/screenshots/index.md | 21 +++++-------- docs/screenshots/location.md | 21 +++++-------- docs/screenshots/show-thumbnail.md | 21 +++++-------- docs/screenshots/type.md | 21 +++++-------- docs/simulator/index.md | 21 +++++-------- docs/simulator/screenshotsavelocation.md | 21 +++++-------- docs/textedit/index.md | 21 +++++-------- docs/textedit/richtext.md | 21 +++++-------- .../donotoffernewdisksforbackup.md | 21 +++++-------- docs/timemachine/index.md | 21 +++++-------- docs/trackpad/dragging.md | 21 +++++-------- docs/trackpad/draglock.md | 21 +++++-------- docs/trackpad/firstclickthreshold.md | 21 +++++-------- docs/trackpad/index.md | 21 +++++-------- docs/trackpad/trackpadthreefingerdrag.md | 21 +++++-------- .../xcode/ideadditionalcounterpartsuffixes.md | 21 +++++-------- docs/xcode/index.md | 21 +++++-------- docs/xcode/showbuildoperationduration.md | 21 +++++-------- 76 files changed, 631 insertions(+), 976 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 539694d5..8b179829 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -95,6 +95,20 @@ export default defineConfig({ content: '@_YannBertrand', }, ], + [ + 'meta', + { + property: 'twitter:card', + content: 'summary', + }, + ], + [ + 'meta', + { + property: 'twitter:image', + content: 'https://macos-defaults.com/media-1x1.webp', + }, + ], [ 'meta', { @@ -106,7 +120,7 @@ export default defineConfig({ 'meta', { property: 'og:url', - content: 'https://macos-defaults.netlify.app', + content: 'https://macos-defaults.com', }, ], [ @@ -116,6 +130,13 @@ export default defineConfig({ content: 'website', }, ], + [ + 'meta', + { + property: 'og:image', + content: 'https://macos-defaults.com/media-1x1.jpg', + }, + ], [ 'meta', { diff --git a/docs/activity-monitor/icontype.md b/docs/activity-monitor/icontype.md index 28a77fb9..15f5a878 100644 --- a/docs/activity-monitor/icontype.md +++ b/docs/activity-monitor/icontype.md @@ -1,18 +1,13 @@ --- title: Dock Icon type | Activity Monitor | macOS defaults -meta: - - property: 'og:title' - content: macOS defaults > Activity Monitor > Dock Icon type - - name: 'description' - content: "Choose what information should be shown in the app's Dock icon, if any." - - property: 'og:description' - content: "Choose what information should be shown in the app's Dock icon, if any." - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose what information should be shown in the app's Dock icon, if any. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Activity Monitor > Dock Icon type + - - meta + - property: 'og:description' + content: Choose what information should be shown in the app's Dock icon, if any. --- # Dock Icon type diff --git a/docs/activity-monitor/index.md b/docs/activity-monitor/index.md index 0d799af8..4f27311f 100644 --- a/docs/activity-monitor/index.md +++ b/docs/activity-monitor/index.md @@ -1,18 +1,13 @@ --- title: Activity Monitor -meta: - - property: 'og:title' - content: macOS defaults > Activity Monitor - - name: 'description' - content: "Activity Monitor is the built-in utility for monitoring your systems resource usage, such as\nCPU, RAM, Disk, Network, and Energy.\n" - - property: 'og:description' - content: "Activity Monitor is the built-in utility for monitoring your systems resource usage, such as\nCPU, RAM, Disk, Network, and Energy.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Activity Monitor is the built-in utility for monitoring your systems resource usage, such as CPU, RAM, Disk, Network, and Energy. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Activity Monitor + - - meta + - property: 'og:description' + content: Activity Monitor is the built-in utility for monitoring your systems resource usage, such as CPU, RAM, Disk, Network, and Energy. --- # Activity Monitor diff --git a/docs/activity-monitor/updateperiod.md b/docs/activity-monitor/updateperiod.md index c8b0730b..5ef9ea07 100644 --- a/docs/activity-monitor/updateperiod.md +++ b/docs/activity-monitor/updateperiod.md @@ -1,18 +1,13 @@ --- title: Update Frequency | Activity Monitor -meta: - - property: 'og:title' - content: macOS defaults > Activity Monitor > Update Frequency - - name: 'description' - content: 'How frequently Activity Monitor should update its data, in seconds.' - - property: 'og:description' - content: 'How frequently Activity Monitor should update its data, in seconds.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: How frequently Activity Monitor should update its data, in seconds. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Activity Monitor > Update Frequency + - - meta + - property: 'og:description' + content: How frequently Activity Monitor should update its data, in seconds. --- # Update Frequency diff --git a/docs/desktop/_fxsortfoldersfirstondesktop.md b/docs/desktop/_fxsortfoldersfirstondesktop.md index 410da43f..5efc7eda 100644 --- a/docs/desktop/_fxsortfoldersfirstondesktop.md +++ b/docs/desktop/_fxsortfoldersfirstondesktop.md @@ -1,18 +1,13 @@ --- title: Keep folders on top | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > Keep folders on top - - name: 'description' - content: 'Keep folders on top when sorting' - - property: 'og:description' - content: 'Keep folders on top when sorting' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Keep folders on top when sorting +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > Keep folders on top + - - meta + - property: 'og:description' + content: Keep folders on top when sorting --- # Keep folders on top diff --git a/docs/desktop/createdesktop.md b/docs/desktop/createdesktop.md index 6f4c0974..3e0176ed 100644 --- a/docs/desktop/createdesktop.md +++ b/docs/desktop/createdesktop.md @@ -1,18 +1,13 @@ --- title: All icons | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > All icons - - name: 'description' - content: 'Hide all icons on desktop' - - property: 'og:description' - content: 'Hide all icons on desktop' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Hide all icons on desktop +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > All icons + - - meta + - property: 'og:description' + content: Hide all icons on desktop --- # All icons diff --git a/docs/desktop/index.md b/docs/desktop/index.md index 240bc5b6..2a763b69 100644 --- a/docs/desktop/index.md +++ b/docs/desktop/index.md @@ -1,18 +1,13 @@ --- title: Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop - - name: 'description' - content: "Desktop shows files and icons on a background, works as a part of the Finder.\nThe desktop view can be customized.\n" - - property: 'og:description' - content: "Desktop shows files and icons on a background, works as a part of the Finder.\nThe desktop view can be customized.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Desktop shows files and icons on a background, works as a part of the Finder. The desktop view can be customized. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop + - - meta + - property: 'og:description' + content: Desktop shows files and icons on a background, works as a part of the Finder. The desktop view can be customized. --- # Desktop diff --git a/docs/desktop/showexternalharddrivesondesktop.md b/docs/desktop/showexternalharddrivesondesktop.md index 951fbd8e..55b24bc7 100644 --- a/docs/desktop/showexternalharddrivesondesktop.md +++ b/docs/desktop/showexternalharddrivesondesktop.md @@ -1,18 +1,13 @@ --- title: External disks | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > External disks - - name: 'description' - content: 'Hide external disks on desktop' - - property: 'og:description' - content: 'Hide external disks on desktop' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Hide external disks on desktop +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > External disks + - - meta + - property: 'og:description' + content: Hide external disks on desktop --- # External disks diff --git a/docs/desktop/showharddrivesondesktop.md b/docs/desktop/showharddrivesondesktop.md index bb9f3ab9..16e81252 100644 --- a/docs/desktop/showharddrivesondesktop.md +++ b/docs/desktop/showharddrivesondesktop.md @@ -1,18 +1,13 @@ --- title: Disks | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > Disks - - name: 'description' - content: 'Show hard disks on desktop' - - property: 'og:description' - content: 'Show hard disks on desktop' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show hard disks on desktop +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > Disks + - - meta + - property: 'og:description' + content: Show hard disks on desktop --- # Disks diff --git a/docs/desktop/showmountedserversondesktop.md b/docs/desktop/showmountedserversondesktop.md index da558202..e73b2569 100644 --- a/docs/desktop/showmountedserversondesktop.md +++ b/docs/desktop/showmountedserversondesktop.md @@ -1,18 +1,13 @@ --- title: Connected servers | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > Connected servers - - name: 'description' - content: 'Show connected servers on desktop' - - property: 'og:description' - content: 'Show connected servers on desktop' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show connected servers on desktop +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > Connected servers + - - meta + - property: 'og:description' + content: Show connected servers on desktop --- # Connected servers diff --git a/docs/desktop/showremovablemediaondesktop.md b/docs/desktop/showremovablemediaondesktop.md index 9493d6ee..f15b68e2 100644 --- a/docs/desktop/showremovablemediaondesktop.md +++ b/docs/desktop/showremovablemediaondesktop.md @@ -1,18 +1,13 @@ --- title: Removable media | Desktop -meta: - - property: 'og:title' - content: macOS defaults > Desktop > Removable media - - name: 'description' - content: 'Hide removable media _(CDs, DVDs and iPods)_ on desktop' - - property: 'og:description' - content: 'Hide removable media _(CDs, DVDs and iPods)_ on desktop' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Hide removable media (CDs, DVDs and iPods) on desktop +head: + - - meta + - property: 'og:title' + content: macOS defaults > Desktop > Removable media + - - meta + - property: 'og:description' + content: Hide removable media (CDs, DVDs and iPods) on desktop --- # Removable media diff --git a/docs/dock/autohide-delay.md b/docs/dock/autohide-delay.md index 4f357e39..a76c7395 100644 --- a/docs/dock/autohide-delay.md +++ b/docs/dock/autohide-delay.md @@ -1,18 +1,13 @@ --- title: Autohide delay | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Autohide delay - - name: 'description' - content: 'Change the Dock opening delay.' - - property: 'og:description' - content: 'Change the Dock opening delay.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Change the Dock opening delay. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Autohide delay + - - meta + - property: 'og:description' + content: Change the Dock opening delay. --- # Autohide delay diff --git a/docs/dock/autohide-time-modifier.md b/docs/dock/autohide-time-modifier.md index e562ad4e..1e115983 100644 --- a/docs/dock/autohide-time-modifier.md +++ b/docs/dock/autohide-time-modifier.md @@ -1,18 +1,13 @@ --- title: Autohide animation time | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Autohide animation time - - name: 'description' - content: 'Change the Dock opening and closing animation times.' - - property: 'og:description' - content: 'Change the Dock opening and closing animation times.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Change the Dock opening and closing animation times. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Autohide animation time + - - meta + - property: 'og:description' + content: Change the Dock opening and closing animation times. --- # Autohide animation time diff --git a/docs/dock/autohide.md b/docs/dock/autohide.md index 0f8a5fd7..fa242624 100644 --- a/docs/dock/autohide.md +++ b/docs/dock/autohide.md @@ -1,18 +1,13 @@ --- title: Autohide | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Autohide - - name: 'description' - content: 'Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.' - - property: 'og:description' - content: 'Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Autohide + - - meta + - property: 'og:description' + content: Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`. --- # Autohide diff --git a/docs/dock/index.md b/docs/dock/index.md index cccdc36a..d8da41fc 100644 --- a/docs/dock/index.md +++ b/docs/dock/index.md @@ -1,18 +1,13 @@ --- title: Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock - - name: 'description' - content: "The Dock is a prominent feature of macOS.\nIt is used to launch applications and to switch between running applications.\nBy default you can find it on the bottom of your screen.\n\nYou can customize it as you like.\n" - - property: 'og:description' - content: "The Dock is a prominent feature of macOS.\nIt is used to launch applications and to switch between running applications.\nBy default you can find it on the bottom of your screen.\n\nYou can customize it as you like.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The Dock is a prominent feature of macOS. It is used to launch applications and to switch between running applications. By default you can find it on the bottom of your screen. You can customize it as you like. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock + - - meta + - property: 'og:description' + content: The Dock is a prominent feature of macOS. It is used to launch applications and to switch between running applications. By default you can find it on the bottom of your screen. You can customize it as you like. --- # Dock diff --git a/docs/dock/mineffect.md b/docs/dock/mineffect.md index a55537cf..3c104225 100644 --- a/docs/dock/mineffect.md +++ b/docs/dock/mineffect.md @@ -1,18 +1,13 @@ --- title: Minimize animation effect | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Minimize animation effect - - name: 'description' - content: 'Change the Dock minimize animation.' - - property: 'og:description' - content: 'Change the Dock minimize animation.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Change the Dock minimize animation. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Minimize animation effect + - - meta + - property: 'og:description' + content: Change the Dock minimize animation. --- # Minimize animation effect diff --git a/docs/dock/orientation.md b/docs/dock/orientation.md index 51833fc0..9303863a 100644 --- a/docs/dock/orientation.md +++ b/docs/dock/orientation.md @@ -1,18 +1,13 @@ --- title: Position | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Position - - name: 'description' - content: 'Set the Dock position' - - property: 'og:description' - content: 'Set the Dock position' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set the Dock position +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Position + - - meta + - property: 'og:description' + content: Set the Dock position --- # Position diff --git a/docs/dock/scroll-to-open.md b/docs/dock/scroll-to-open.md index c16f9460..a4d8aa1a 100644 --- a/docs/dock/scroll-to-open.md +++ b/docs/dock/scroll-to-open.md @@ -1,18 +1,13 @@ --- title: Scroll to Exposé app | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Scroll to Exposé app - - name: 'description' - content: "Scroll up on a Dock icon to show all Space's opened windows for an app, or open stack." - - property: 'og:description' - content: "Scroll up on a Dock icon to show all Space's opened windows for an app, or open stack." - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Scroll up on a Dock icon to show all Space's opened windows for an app, or open stack. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Scroll to Exposé app + - - meta + - property: 'og:description' + content: Scroll up on a Dock icon to show all Space's opened windows for an app, or open stack. --- # Scroll to Exposé app diff --git a/docs/dock/show-recents.md b/docs/dock/show-recents.md index a3328c1d..4b1d609e 100644 --- a/docs/dock/show-recents.md +++ b/docs/dock/show-recents.md @@ -1,18 +1,13 @@ --- title: Show recents | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Show recents - - name: 'description' - content: 'Show recently used apps in a separate section of the Dock.' - - property: 'og:description' - content: 'Show recently used apps in a separate section of the Dock.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show recently used apps in a separate section of the Dock. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Show recents + - - meta + - property: 'og:description' + content: Show recently used apps in a separate section of the Dock. --- # Show recents diff --git a/docs/dock/static-only.md b/docs/dock/static-only.md index 453e3039..72722a97 100644 --- a/docs/dock/static-only.md +++ b/docs/dock/static-only.md @@ -1,18 +1,13 @@ --- title: Active applications only | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Active applications only - - name: 'description' - content: "Only show opened apps in Dock.\n\n⚠️ Beware this command empties your Dock.\n" - - property: 'og:description' - content: "Only show opened apps in Dock.\n\n⚠️ Beware this command empties your Dock.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Only show opened apps in Dock. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Active applications only + - - meta + - property: 'og:description' + content: Only show opened apps in Dock. --- # Active applications only diff --git a/docs/dock/tilesize.md b/docs/dock/tilesize.md index 9882ec36..b9284e80 100644 --- a/docs/dock/tilesize.md +++ b/docs/dock/tilesize.md @@ -1,18 +1,13 @@ --- title: Change macOS Dock icon size | Dock -meta: - - property: 'og:title' - content: macOS defaults > Dock > Change macOS Dock icon size - - name: 'description' - content: 'Set the icon size of Dock items in pixels.' - - property: 'og:description' - content: 'Set the icon size of Dock items in pixels.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set the icon size of Dock items in pixels. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Dock > Change macOS Dock icon size + - - meta + - property: 'og:description' + content: Set the icon size of Dock items in pixels. --- # Change macOS Dock icon size diff --git a/docs/feedback-assistant/autogather.md b/docs/feedback-assistant/autogather.md index e5756844..949c0bf6 100644 --- a/docs/feedback-assistant/autogather.md +++ b/docs/feedback-assistant/autogather.md @@ -1,18 +1,13 @@ --- title: Autogather | Feedback Assistant -meta: - - property: 'og:title' - content: macOS defaults > Feedback Assistant > Autogather - - name: 'description' - content: "Choose whether to autogather large files when submitting a feedback report.\n\nCan result in a slow Mac and important upload metrics.\n" - - property: 'og:description' - content: "Choose whether to autogather large files when submitting a feedback report.\n\nCan result in a slow Mac and important upload metrics.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether to autogather large files when submitting a feedback report. Can result in a slow Mac and important upload metrics. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Feedback Assistant > Autogather + - - meta + - property: 'og:description' + content: Choose whether to autogather large files when submitting a feedback report. Can result in a slow Mac and important upload metrics. --- # Autogather diff --git a/docs/feedback-assistant/index.md b/docs/feedback-assistant/index.md index 0bb5bd2e..340f38de 100644 --- a/docs/feedback-assistant/index.md +++ b/docs/feedback-assistant/index.md @@ -1,18 +1,13 @@ --- title: Feedback Assistant -meta: - - property: 'og:title' - content: macOS defaults > Feedback Assistant - - name: 'description' - content: 'The Feedback Assistant app allows user to submit reports for developer or public betas.' - - property: 'og:description' - content: 'The Feedback Assistant app allows user to submit reports for developer or public betas.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The Feedback Assistant app allows user to submit reports for developer or public betas. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Feedback Assistant + - - meta + - property: 'og:description' + content: The Feedback Assistant app allows user to submit reports for developer or public betas. --- # Feedback Assistant diff --git a/docs/finder/_fxsortfoldersfirst.md b/docs/finder/_fxsortfoldersfirst.md index 40c9104e..ac096a17 100644 --- a/docs/finder/_fxsortfoldersfirst.md +++ b/docs/finder/_fxsortfoldersfirst.md @@ -1,18 +1,13 @@ --- title: Keep folders on top | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Keep folders on top - - name: 'description' - content: 'Keep folders on top when sorting by name' - - property: 'og:description' - content: 'Keep folders on top when sorting by name' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Keep folders on top when sorting by name +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Keep folders on top + - - meta + - property: 'og:description' + content: Keep folders on top when sorting by name --- # Keep folders on top diff --git a/docs/finder/appleshowallextensions.md b/docs/finder/appleshowallextensions.md index 69f017d4..96385d6b 100644 --- a/docs/finder/appleshowallextensions.md +++ b/docs/finder/appleshowallextensions.md @@ -1,18 +1,13 @@ --- title: Show extensions | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Show extensions - - name: 'description' - content: 'Show all file extensions in the Finder.' - - property: 'og:description' - content: 'Show all file extensions in the Finder.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show all file extensions in the Finder. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Show extensions + - - meta + - property: 'og:description' + content: Show all file extensions in the Finder. --- # Show extensions diff --git a/docs/finder/appleshowallfiles.md b/docs/finder/appleshowallfiles.md index b842f63b..c777bdc0 100644 --- a/docs/finder/appleshowallfiles.md +++ b/docs/finder/appleshowallfiles.md @@ -1,18 +1,13 @@ --- title: Show hidden files | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Show hidden files - - name: 'description' - content: 'Show hidden files in the Finder. You can toggle the value using `⌘ cmd`+`⇧ shift`+`.`.' - - property: 'og:description' - content: 'Show hidden files in the Finder. You can toggle the value using `⌘ cmd`+`⇧ shift`+`.`.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show hidden files in the Finder. You can toggle the value using `⌘ cmd`+`⇧ shift`+`.`. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Show hidden files + - - meta + - property: 'og:description' + content: Show hidden files in the Finder. You can toggle the value using `⌘ cmd`+`⇧ shift`+`.`. --- # Show hidden files diff --git a/docs/finder/fxdefaultsearchscope.md b/docs/finder/fxdefaultsearchscope.md index b7a79dc2..5fb1a99e 100644 --- a/docs/finder/fxdefaultsearchscope.md +++ b/docs/finder/fxdefaultsearchscope.md @@ -1,18 +1,13 @@ --- title: Default search scope | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Default search scope - - name: 'description' - content: 'Set the default search scope when performing a search' - - property: 'og:description' - content: 'Set the default search scope when performing a search' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set the default search scope when performing a search +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Default search scope + - - meta + - property: 'og:description' + content: Set the default search scope when performing a search --- # Default search scope diff --git a/docs/finder/fxenableextensionchangewarning.md b/docs/finder/fxenableextensionchangewarning.md index f9ab7862..8550f50a 100644 --- a/docs/finder/fxenableextensionchangewarning.md +++ b/docs/finder/fxenableextensionchangewarning.md @@ -1,18 +1,13 @@ --- title: Changing file extension warning | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Changing file extension warning - - name: 'description' - content: 'Choose whether to display a warning when changing a file extension.' - - property: 'og:description' - content: 'Choose whether to display a warning when changing a file extension.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether to display a warning when changing a file extension. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Changing file extension warning + - - meta + - property: 'og:description' + content: Choose whether to display a warning when changing a file extension. --- # Changing file extension warning diff --git a/docs/finder/fxpreferredviewstyle.md b/docs/finder/fxpreferredviewstyle.md index a6530a1b..aa050613 100644 --- a/docs/finder/fxpreferredviewstyle.md +++ b/docs/finder/fxpreferredviewstyle.md @@ -1,18 +1,13 @@ --- title: Default view style | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Default view style - - name: 'description' - content: 'Set the default view style for folders without custom setting' - - property: 'og:description' - content: 'Set the default view style for folders without custom setting' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set the default view style for folders without custom setting +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Default view style + - - meta + - property: 'og:description' + content: Set the default view style for folders without custom setting --- # Default view style diff --git a/docs/finder/fxremoveoldtrashitems.md b/docs/finder/fxremoveoldtrashitems.md index b7e33476..f517b769 100644 --- a/docs/finder/fxremoveoldtrashitems.md +++ b/docs/finder/fxremoveoldtrashitems.md @@ -1,18 +1,13 @@ --- title: Empty bin items after 30 days | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Empty bin items after 30 days - - name: 'description' - content: 'Remove items in the bin after 30 days' - - property: 'og:description' - content: 'Remove items in the bin after 30 days' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Remove items in the bin after 30 days +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Empty bin items after 30 days + - - meta + - property: 'og:description' + content: Remove items in the bin after 30 days --- # Empty bin items after 30 days diff --git a/docs/finder/index.md b/docs/finder/index.md index 2b649e64..261cca7f 100644 --- a/docs/finder/index.md +++ b/docs/finder/index.md @@ -1,18 +1,13 @@ --- title: Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder - - name: 'description' - content: "The Finder is the default file manager on macOS.\nIt is responsible for the launching of other applications,\nand for the overall user management of files, disks, and network volumes.\nIn a tradition dating back to the Classic Mac OS of the 1980s and 1990s,\nthe Finder icon is the smiling screen of a computer, known as the Happy Mac logo.\n\nSome of its features can be customized.\n" - - property: 'og:description' - content: "The Finder is the default file manager on macOS.\nIt is responsible for the launching of other applications,\nand for the overall user management of files, disks, and network volumes.\nIn a tradition dating back to the Classic Mac OS of the 1980s and 1990s,\nthe Finder icon is the smiling screen of a computer, known as the Happy Mac logo.\n\nSome of its features can be customized.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The Finder is the default file manager on macOS. It is responsible for the launching of other applications, and for the overall user management of files, disks, and network volumes. In a tradition dating back to the Classic Mac OS of the 1980s and 1990s, the Finder icon is the smiling screen of a computer, known as the Happy Mac logo. Some of its features can be customized. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder + - - meta + - property: 'og:description' + content: The Finder is the default file manager on macOS. It is responsible for the launching of other applications, and for the overall user management of files, disks, and network volumes. In a tradition dating back to the Classic Mac OS of the 1980s and 1990s, the Finder icon is the smiling screen of a computer, known as the Happy Mac logo. Some of its features can be customized. --- # Finder diff --git a/docs/finder/nsdocumentsavenewdocumentstocloud.md b/docs/finder/nsdocumentsavenewdocumentstocloud.md index e7392901..f600b613 100644 --- a/docs/finder/nsdocumentsavenewdocumentstocloud.md +++ b/docs/finder/nsdocumentsavenewdocumentstocloud.md @@ -1,18 +1,13 @@ --- title: Save to disk or iCloud by default | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Save to disk or iCloud by default - - name: 'description' - content: 'Choose whether the default file save location is on disk or iCloud' - - property: 'og:description' - content: 'Choose whether the default file save location is on disk or iCloud' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether the default file save location is on disk or iCloud +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Save to disk or iCloud by default + - - meta + - property: 'og:description' + content: Choose whether the default file save location is on disk or iCloud --- # Save to disk or iCloud by default diff --git a/docs/finder/nstableviewdefaultsizemode.md b/docs/finder/nstableviewdefaultsizemode.md index b7a3bc64..a4a7748c 100644 --- a/docs/finder/nstableviewdefaultsizemode.md +++ b/docs/finder/nstableviewdefaultsizemode.md @@ -1,18 +1,13 @@ --- title: Set sidebar icon size | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Set sidebar icon size - - name: 'description' - content: 'Choose the size of Finder sidebar icons' - - property: 'og:description' - content: 'Choose the size of Finder sidebar icons' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose the size of Finder sidebar icons +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Set sidebar icon size + - - meta + - property: 'og:description' + content: Choose the size of Finder sidebar icons --- # Set sidebar icon size diff --git a/docs/finder/nstoolbartitleviewrolloverdelay.md b/docs/finder/nstoolbartitleviewrolloverdelay.md index fe571215..585ffb77 100644 --- a/docs/finder/nstoolbartitleviewrolloverdelay.md +++ b/docs/finder/nstoolbartitleviewrolloverdelay.md @@ -1,18 +1,13 @@ --- title: Adjust toolbar title rollover delay | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Adjust toolbar title rollover delay - - name: 'description' - content: 'Choose the delay of the auto-hidden document-proxy icon.' - - property: 'og:description' - content: 'Choose the delay of the auto-hidden document-proxy icon.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose the delay of the auto-hidden document-proxy icon. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Adjust toolbar title rollover delay + - - meta + - property: 'og:description' + content: Choose the delay of the auto-hidden document-proxy icon. --- # Adjust toolbar title rollover delay diff --git a/docs/finder/quitmenuitem.md b/docs/finder/quitmenuitem.md index 416c793f..2aa9bd09 100644 --- a/docs/finder/quitmenuitem.md +++ b/docs/finder/quitmenuitem.md @@ -1,18 +1,13 @@ --- title: Quit | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Quit - - name: 'description' - content: 'Add a quit option to the Finder. Behaves strangely when activated, would not recommend.' - - property: 'og:description' - content: 'Add a quit option to the Finder. Behaves strangely when activated, would not recommend.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Add a quit option to the Finder. Behaves strangely when activated, would not recommend. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Quit + - - meta + - property: 'og:description' + content: Add a quit option to the Finder. Behaves strangely when activated, would not recommend. --- # Quit diff --git a/docs/finder/showpathbar.md b/docs/finder/showpathbar.md index 428fc5fa..3843490c 100644 --- a/docs/finder/showpathbar.md +++ b/docs/finder/showpathbar.md @@ -1,18 +1,13 @@ --- title: Path bar | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Path bar - - name: 'description' - content: 'Show path bar in the bottom of the Finder windows' - - property: 'og:description' - content: 'Show path bar in the bottom of the Finder windows' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show path bar in the bottom of the Finder windows +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Path bar + - - meta + - property: 'og:description' + content: Show path bar in the bottom of the Finder windows --- # Path bar diff --git a/docs/finder/showwindowtitlebaricons.md b/docs/finder/showwindowtitlebaricons.md index a491775e..88941a72 100644 --- a/docs/finder/showwindowtitlebaricons.md +++ b/docs/finder/showwindowtitlebaricons.md @@ -1,18 +1,13 @@ --- title: Title bar icons | Finder -meta: - - property: 'og:title' - content: macOS defaults > Finder > Title bar icons - - name: 'description' - content: "Always show folder icon before title in the title bar\n\n⚠️ This command requires to grant full disk access to the terminal\n(System Preferences → Security & Privacy → Full Disk Access)\n" - - property: 'og:description' - content: "Always show folder icon before title in the title bar\n\n⚠️ This command requires to grant full disk access to the terminal\n(System Preferences → Security & Privacy → Full Disk Access)\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Always show folder icon before title in the title bar +head: + - - meta + - property: 'og:title' + content: macOS defaults > Finder > Title bar icons + - - meta + - property: 'og:description' + content: Always show folder icon before title in the title bar --- # Title bar icons diff --git a/docs/index.md b/docs/index.md index 1bcb4aed..9b82dc07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,19 +1,23 @@ --- title: macOS defaults list titleTemplate: false -meta: - - property: 'og:title' - content: 'A list of macOS defaults commands with demos ✨' - - name: 'description' - content: "You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help." - - property: 'og:description' - content: "You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help." - - property: 'twitter:card' - content: 'summary_large_image' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-2x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-2x1.jpg' +description: You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help. +head: + - - meta + - property: 'og:title' + content: A list of macOS defaults commands with demos ✨ + - - meta + - property: 'og:description' + content: You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help. + - - meta + - property: 'og:image' + content: 'https://macos-defaults.com/media-2x1.jpg' + - - meta + - property: 'twitter:image' + content: 'https://macos-defaults.com/media-2x1.webp' + - - meta + - property: 'twitter:card' + content: 'summary_large_image' --- # macOS `defaults` list diff --git a/docs/menubar/dateformat.md b/docs/menubar/dateformat.md index 87a7d3c7..10dfb92e 100644 --- a/docs/menubar/dateformat.md +++ b/docs/menubar/dateformat.md @@ -1,18 +1,13 @@ --- title: Set menubar digital clock format | Menu Bar -meta: - - property: 'og:title' - content: macOS defaults > Menu Bar > Set menubar digital clock format - - name: 'description' - content: "This setting configures the time and date format for the menubar digital clock.\nAccepted values depend on your Language & Region settings.\n\n- `ss` for seconds.\n- `HH` for 24-hour clock.\n- `EEE` for 3-letter day of the week.\n- `d MMM` for day of the month and 3-letter month.\n" - - property: 'og:description' - content: "This setting configures the time and date format for the menubar digital clock.\nAccepted values depend on your Language & Region settings.\n\n- `ss` for seconds.\n- `HH` for 24-hour clock.\n- `EEE` for 3-letter day of the week.\n- `d MMM` for day of the month and 3-letter month.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: This setting configures the time and date format for the menubar digital clock. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Menu Bar > Set menubar digital clock format + - - meta + - property: 'og:description' + content: This setting configures the time and date format for the menubar digital clock. --- # Set menubar digital clock format diff --git a/docs/menubar/flashdateseparators.md b/docs/menubar/flashdateseparators.md index c3ba1ba2..cfa9915e 100644 --- a/docs/menubar/flashdateseparators.md +++ b/docs/menubar/flashdateseparators.md @@ -1,18 +1,13 @@ --- title: Flash clock time separators | Menu Bar -meta: - - property: 'og:title' - content: macOS defaults > Menu Bar > Flash clock time separators - - name: 'description' - content: 'When enabled, the clock indicator (which by default is the colon) will flash on and off each second.' - - property: 'og:description' - content: 'When enabled, the clock indicator (which by default is the colon) will flash on and off each second.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: When enabled, the clock indicator (which by default is the colon) will flash on and off each second. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Menu Bar > Flash clock time separators + - - meta + - property: 'og:description' + content: When enabled, the clock indicator (which by default is the colon) will flash on and off each second. --- # Flash clock time separators diff --git a/docs/menubar/index.md b/docs/menubar/index.md index c06cf299..471a8f9b 100644 --- a/docs/menubar/index.md +++ b/docs/menubar/index.md @@ -1,18 +1,13 @@ --- title: Menu Bar -meta: - - property: 'og:title' - content: macOS defaults > Menu Bar - - name: 'description' - content: 'The menu bar runs along the top of the screen on your Mac. Use the menus and icons in the menu bar to choose commands, perform tasks, and check status.' - - property: 'og:description' - content: 'The menu bar runs along the top of the screen on your Mac. Use the menus and icons in the menu bar to choose commands, perform tasks, and check status.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The menu bar runs along the top of the screen on your Mac. Use the menus and icons in the menu bar to choose commands, perform tasks, and check status. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Menu Bar + - - meta + - property: 'og:description' + content: The menu bar runs along the top of the screen on your Mac. Use the menus and icons in the menu bar to choose commands, perform tasks, and check status. --- # Menu Bar diff --git a/docs/misc/applepressandholdenabled.md b/docs/misc/applepressandholdenabled.md index 1549f43d..7fec30d2 100644 --- a/docs/misc/applepressandholdenabled.md +++ b/docs/misc/applepressandholdenabled.md @@ -1,18 +1,13 @@ --- title: Key held down behavior | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Key held down behavior - - name: 'description' - content: "Allows you to select the behavior when a key is held down for a long time. The two possible behaviors are:\n\n- show character accents menu (default)\n- repeat character while key held\n\n⚠️ Restarting the Mac, closing the session or restarting the application is necessary to take into effect the changes.\n" - - property: 'og:description' - content: "Allows you to select the behavior when a key is held down for a long time. The two possible behaviors are:\n\n- show character accents menu (default)\n- repeat character while key held\n\n⚠️ Restarting the Mac, closing the session or restarting the application is necessary to take into effect the changes.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Allows you to select the behavior when a key is held down for a long time. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Key held down behavior + - - meta + - property: 'og:description' + content: Allows you to select the behavior when a key is held down for a long time. --- # Key held down behavior diff --git a/docs/misc/devmode.md b/docs/misc/devmode.md index 8b969540..483e79a8 100644 --- a/docs/misc/devmode.md +++ b/docs/misc/devmode.md @@ -1,18 +1,13 @@ --- title: Help Menu position | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Help Menu position - - name: 'description' - content: 'Choose whether the Help Menu should be always-on-top.' - - property: 'og:description' - content: 'Choose whether the Help Menu should be always-on-top.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether the Help Menu should be always-on-top. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Help Menu position + - - meta + - property: 'og:description' + content: Choose whether the Help Menu should be always-on-top. --- # Help Menu position diff --git a/docs/misc/enable-spring-load-actions-on-all-items.md b/docs/misc/enable-spring-load-actions-on-all-items.md index 1ce38b3e..717d3e9b 100644 --- a/docs/misc/enable-spring-load-actions-on-all-items.md +++ b/docs/misc/enable-spring-load-actions-on-all-items.md @@ -1,18 +1,13 @@ --- title: Enable spring loading for all Dock items | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Enable spring loading for all Dock items - - name: 'description' - content: 'Drag a file over an icon in the Dock, hover, and the application will open. The behaviour is unchanged if the app is already open. This behaviour has been observed with Preview, Quicktime, and iWork (Keynote, Pages, Numbers).' - - property: 'og:description' - content: 'Drag a file over an icon in the Dock, hover, and the application will open. The behaviour is unchanged if the app is already open. This behaviour has been observed with Preview, Quicktime, and iWork (Keynote, Pages, Numbers).' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Drag a file over an icon in the Dock, hover, and the application will open. The behaviour is unchanged if the app is already open. This behaviour has been observed with Preview, Quicktime, and iWork (Keynote, Pages, Numbers). +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Enable spring loading for all Dock items + - - meta + - property: 'og:description' + content: Drag a file over an icon in the Dock, hover, and the application will open. The behaviour is unchanged if the app is already open. This behaviour has been observed with Preview, Quicktime, and iWork (Keynote, Pages, Numbers). --- # Enable spring loading for all Dock items diff --git a/docs/misc/focusfollowsmouse.md b/docs/misc/focusfollowsmouse.md index 8fe71bce..a0e8226b 100644 --- a/docs/misc/focusfollowsmouse.md +++ b/docs/misc/focusfollowsmouse.md @@ -1,18 +1,13 @@ --- title: Focus Follows Mouse | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Focus Follows Mouse - - name: 'description' - content: "Focus of the Terminal windows when the mouse cursor hovers over them.\nThe focus change only works between the Terminal windows.\n" - - property: 'og:description' - content: "Focus of the Terminal windows when the mouse cursor hovers over them.\nThe focus change only works between the Terminal windows.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Focus of the Terminal windows when the mouse cursor hovers over them. The focus change only works between the Terminal windows. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Focus Follows Mouse + - - meta + - property: 'og:description' + content: Focus of the Terminal windows when the mouse cursor hovers over them. The focus change only works between the Terminal windows. --- # Focus Follows Mouse diff --git a/docs/misc/index.md b/docs/misc/index.md index 11a73c9a..25a0870b 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -1,18 +1,13 @@ --- title: Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous - - name: 'description' - content: "All the others `defaults` that don't deserve their own category." - - property: 'og:description' - content: "All the others `defaults` that don't deserve their own category." - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: All the others `defaults` that don't deserve their own category. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous + - - meta + - property: 'og:description' + content: All the others `defaults` that don't deserve their own category. --- # Miscellaneous diff --git a/docs/misc/lsquarantine.md b/docs/misc/lsquarantine.md index 464735ee..280f900d 100644 --- a/docs/misc/lsquarantine.md +++ b/docs/misc/lsquarantine.md @@ -1,18 +1,13 @@ --- title: Disable application quarantine message | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Disable application quarantine message - - name: 'description' - content: "Turn off the “Application Downloaded from Internet” quarantine warning.\n\n⚠️ Stopped working on Big Sur.\n" - - property: 'og:description' - content: "Turn off the “Application Downloaded from Internet” quarantine warning.\n\n⚠️ Stopped working on Big Sur.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Turn off the “Application Downloaded from Internet” quarantine warning. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Disable application quarantine message + - - meta + - property: 'og:description' + content: Turn off the “Application Downloaded from Internet” quarantine warning. --- # Disable application quarantine message diff --git a/docs/misc/nsclosealwaysconfirmschanges.md b/docs/misc/nsclosealwaysconfirmschanges.md index 2071bcf4..a5903443 100644 --- a/docs/misc/nsclosealwaysconfirmschanges.md +++ b/docs/misc/nsclosealwaysconfirmschanges.md @@ -1,18 +1,13 @@ --- title: Close confirm changes popup | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Close confirm changes popup - - name: 'description' - content: "Should you be asked to keep changes when closing documents or just have changes saved automatically.\nRequires closing and opening the app before working. Tested on Apple Preview.\n" - - property: 'og:description' - content: "Should you be asked to keep changes when closing documents or just have changes saved automatically.\nRequires closing and opening the app before working. Tested on Apple Preview.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Should you be asked to keep changes when closing documents or just have changes saved automatically. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Close confirm changes popup + - - meta + - property: 'og:description' + content: Should you be asked to keep changes when closing documents or just have changes saved automatically. --- # Close confirm changes popup diff --git a/docs/misc/userwantsplaybacknotifications.md b/docs/misc/userwantsplaybacknotifications.md index 6be8b457..3e1dc2dc 100644 --- a/docs/misc/userwantsplaybacknotifications.md +++ b/docs/misc/userwantsplaybacknotifications.md @@ -1,18 +1,13 @@ --- title: Show Music song notifications | Miscellaneous -meta: - - property: 'og:title' - content: macOS defaults > Miscellaneous > Show Music song notifications - - name: 'description' - content: 'Display a notification when a new song starts in the Music app.' - - property: 'og:description' - content: 'Display a notification when a new song starts in the Music app.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Display a notification when a new song starts in the Music app. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Miscellaneous > Show Music song notifications + - - meta + - property: 'og:description' + content: Display a notification when a new song starts in the Music app. --- # Show Music song notifications diff --git a/docs/mission-control/applespacesswitchonactivate.md b/docs/mission-control/applespacesswitchonactivate.md index 933295a5..a32bd8d2 100644 --- a/docs/mission-control/applespacesswitchonactivate.md +++ b/docs/mission-control/applespacesswitchonactivate.md @@ -1,18 +1,13 @@ --- title: Switch to Space with open windows | Mission Control -meta: - - property: 'og:title' - content: macOS defaults > Mission Control > Switch to Space with open windows - - name: 'description' - content: 'When switching to an app, switch to a space with open windows for this app.' - - property: 'og:description' - content: 'When switching to an app, switch to a space with open windows for this app.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: When switching to an app, switch to a space with open windows for this app. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Mission Control > Switch to Space with open windows + - - meta + - property: 'og:description' + content: When switching to an app, switch to a space with open windows for this app. --- # Switch to Space with open windows diff --git a/docs/mission-control/expose-group-apps.md b/docs/mission-control/expose-group-apps.md index 0bfa6e80..63d0c12b 100644 --- a/docs/mission-control/expose-group-apps.md +++ b/docs/mission-control/expose-group-apps.md @@ -1,18 +1,13 @@ --- title: Group windows by application | Mission Control -meta: - - property: 'og:title' - content: macOS defaults > Mission Control > Group windows by application - - name: 'description' - content: "If you have several windows from multiple apps open simultaneously, have the windows organised by app in\nMission Control.\n" - - property: 'og:description' - content: "If you have several windows from multiple apps open simultaneously, have the windows organised by app in\nMission Control.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: If you have several windows from multiple apps open simultaneously, have the windows organised by app in Mission Control. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Mission Control > Group windows by application + - - meta + - property: 'og:description' + content: If you have several windows from multiple apps open simultaneously, have the windows organised by app in Mission Control. --- # Group windows by application diff --git a/docs/mission-control/index.md b/docs/mission-control/index.md index e0ca57d2..5f593133 100644 --- a/docs/mission-control/index.md +++ b/docs/mission-control/index.md @@ -1,18 +1,13 @@ --- title: Mission Control -meta: - - property: 'og:title' - content: macOS defaults > Mission Control - - name: 'description' - content: "Formerly known as Spaces, Mission Control allows a user to do the following:\n\n- `⌃ ctrl`+`↑ up` view all open application windows.\n- `⌃ ctrl`+`↓ down` view all open application windows of a specific application.\n- `⌘ cmd`+`F3 Mission Control` hide all application windows and show the desktop.\n- `⌃ ctrl`+`← left`/`→ right` manage application windows across multiple virtual desktops.\n- manage application windows across multiple monitors.\n" - - property: 'og:description' - content: "Formerly known as Spaces, Mission Control allows a user to do the following:\n\n- `⌃ ctrl`+`↑ up` view all open application windows.\n- `⌃ ctrl`+`↓ down` view all open application windows of a specific application.\n- `⌘ cmd`+`F3 Mission Control` hide all application windows and show the desktop.\n- `⌃ ctrl`+`← left`/`→ right` manage application windows across multiple virtual desktops.\n- manage application windows across multiple monitors.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: 'Formerly known as Spaces, Mission Control allows a user to do the following: `⌃ ctrl`+`↑ up` view all open application windows. - `⌃ ctrl`+`↓ down` view all open application windows of a specific application. - `⌘ cmd`+`F3 Mission Control` hide all application windows and show the desktop. - `⌃ ctrl`+`← left`/`→ right` manage application windows across multiple virtual desktops. - manage application windows across multiple monitors.' +head: + - - meta + - property: 'og:title' + content: macOS defaults > Mission Control + - - meta + - property: 'og:description' + content: 'Formerly known as Spaces, Mission Control allows a user to do the following: `⌃ ctrl`+`↑ up` view all open application windows. - `⌃ ctrl`+`↓ down` view all open application windows of a specific application. - `⌘ cmd`+`F3 Mission Control` hide all application windows and show the desktop. - `⌃ ctrl`+`← left`/`→ right` manage application windows across multiple virtual desktops. - manage application windows across multiple monitors.' --- # Mission Control diff --git a/docs/mission-control/mru-spaces.md b/docs/mission-control/mru-spaces.md index 08a29a4b..91c80cbb 100644 --- a/docs/mission-control/mru-spaces.md +++ b/docs/mission-control/mru-spaces.md @@ -1,18 +1,13 @@ --- title: Rearrange automatically | Mission Control -meta: - - property: 'og:title' - content: macOS defaults > Mission Control > Rearrange automatically - - name: 'description' - content: 'Choose whether to rearrange Spaces automatically.' - - property: 'og:description' - content: 'Choose whether to rearrange Spaces automatically.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether to rearrange Spaces automatically. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Mission Control > Rearrange automatically + - - meta + - property: 'og:description' + content: Choose whether to rearrange Spaces automatically. --- # Rearrange automatically diff --git a/docs/mission-control/spans-displays.md b/docs/mission-control/spans-displays.md index cdc603ae..1075e31e 100644 --- a/docs/mission-control/spans-displays.md +++ b/docs/mission-control/spans-displays.md @@ -1,18 +1,13 @@ --- title: Displays have separate Spaces | Mission Control -meta: - - property: 'og:title' - content: macOS defaults > Mission Control > Displays have separate Spaces - - name: 'description' - content: 'Set up separate spaces for each display (if you use Spaces and have multiple displays).' - - property: 'og:description' - content: 'Set up separate spaces for each display (if you use Spaces and have multiple displays).' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set up separate spaces for each display (if you use Spaces and have multiple displays). +head: + - - meta + - property: 'og:title' + content: macOS defaults > Mission Control > Displays have separate Spaces + - - meta + - property: 'og:description' + content: Set up separate spaces for each display (if you use Spaces and have multiple displays). --- # Displays have separate Spaces diff --git a/docs/safari/index.md b/docs/safari/index.md index 1f2b06f1..9deef416 100644 --- a/docs/safari/index.md +++ b/docs/safari/index.md @@ -1,18 +1,13 @@ --- title: Safari -meta: - - property: 'og:title' - content: macOS defaults > Safari - - name: 'description' - content: "Safari is the default web browser on macOS.\nSome of its features can be customized.\n" - - property: 'og:description' - content: "Safari is the default web browser on macOS.\nSome of its features can be customized.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Safari is the default web browser on macOS. Some of its features can be customized. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Safari + - - meta + - property: 'og:description' + content: Safari is the default web browser on macOS. Some of its features can be customized. --- # Safari diff --git a/docs/safari/showfullurlinsmartsearchfield.md b/docs/safari/showfullurlinsmartsearchfield.md index 09b43233..32a8c91d 100644 --- a/docs/safari/showfullurlinsmartsearchfield.md +++ b/docs/safari/showfullurlinsmartsearchfield.md @@ -1,18 +1,13 @@ --- title: Show full URL | Safari -meta: - - property: 'og:title' - content: macOS defaults > Safari > Show full URL - - name: 'description' - content: 'Show full website address.' - - property: 'og:description' - content: 'Show full website address.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show full website address. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Safari > Show full URL + - - meta + - property: 'og:description' + content: Show full website address. --- # Show full URL diff --git a/docs/screenshots/disable-shadow.md b/docs/screenshots/disable-shadow.md index f632c047..252e6b0b 100644 --- a/docs/screenshots/disable-shadow.md +++ b/docs/screenshots/disable-shadow.md @@ -1,18 +1,13 @@ --- title: Disable shadow | Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots > Disable shadow - - name: 'description' - content: 'Disable screenshot shadow when capturing an app (`⌘ cmd`+`⇧ shift`+`4` then `space`).' - - property: 'og:description' - content: 'Disable screenshot shadow when capturing an app (`⌘ cmd`+`⇧ shift`+`4` then `space`).' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Disable screenshot shadow when capturing an app (`⌘ cmd`+`⇧ shift`+`4` then `space`). +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots > Disable shadow + - - meta + - property: 'og:description' + content: Disable screenshot shadow when capturing an app (`⌘ cmd`+`⇧ shift`+`4` then `space`). --- # Disable shadow diff --git a/docs/screenshots/include-date.md b/docs/screenshots/include-date.md index aa232d6b..3ca1e16a 100644 --- a/docs/screenshots/include-date.md +++ b/docs/screenshots/include-date.md @@ -1,18 +1,13 @@ --- title: Include date | Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots > Include date - - name: 'description' - content: 'Include date and time in screenshot filenames.' - - property: 'og:description' - content: 'Include date and time in screenshot filenames.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Include date and time in screenshot filenames. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots > Include date + - - meta + - property: 'og:description' + content: Include date and time in screenshot filenames. --- # Include date diff --git a/docs/screenshots/index.md b/docs/screenshots/index.md index e66e4a3f..17f34d46 100644 --- a/docs/screenshots/index.md +++ b/docs/screenshots/index.md @@ -1,18 +1,13 @@ --- title: Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots - - name: 'description' - content: "On a Mac, you can take screenshots using:\n\n- `⌘ cmd`+`⇧ shift`+`3` for fullscreen.\n- `⌘ cmd`+`⇧ shift`+`4` for a selection. Then use `space` to capture an entire app.\n- `⌘ cmd`+`⇧ shift`+`5` to open the Screenshot app.\n\nThere are a few keys you can customize.\n" - - property: 'og:description' - content: "On a Mac, you can take screenshots using:\n\n- `⌘ cmd`+`⇧ shift`+`3` for fullscreen.\n- `⌘ cmd`+`⇧ shift`+`4` for a selection. Then use `space` to capture an entire app.\n- `⌘ cmd`+`⇧ shift`+`5` to open the Screenshot app.\n\nThere are a few keys you can customize.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: 'On a Mac, you can take screenshots using: - `⌘ cmd`+`⇧ shift`+`3` for fullscreen. - `⌘ cmd`+`⇧ shift`+`4` for a selection. Then use `space` to capture an entire app. - `⌘ cmd`+`⇧ shift`+`5` to open the Screenshot app. There are a few keys you can customize.' +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots + - - meta + - property: 'og:description' + content: 'On a Mac, you can take screenshots using: - `⌘ cmd`+`⇧ shift`+`3` for fullscreen. - `⌘ cmd`+`⇧ shift`+`4` for a selection. Then use `space` to capture an entire app. - `⌘ cmd`+`⇧ shift`+`5` to open the Screenshot app. There are a few keys you can customize.' --- # Screenshots diff --git a/docs/screenshots/location.md b/docs/screenshots/location.md index 1d610865..a7d8d28f 100644 --- a/docs/screenshots/location.md +++ b/docs/screenshots/location.md @@ -1,18 +1,13 @@ --- title: Set location | Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots > Set location - - name: 'description' - content: 'Set default screenshot location.' - - property: 'og:description' - content: 'Set default screenshot location.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set default screenshot location. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots > Set location + - - meta + - property: 'og:description' + content: Set default screenshot location. --- # Set location diff --git a/docs/screenshots/show-thumbnail.md b/docs/screenshots/show-thumbnail.md index bde00108..7ed477ae 100644 --- a/docs/screenshots/show-thumbnail.md +++ b/docs/screenshots/show-thumbnail.md @@ -1,18 +1,13 @@ --- title: Display thumbnail | Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots > Display thumbnail - - name: 'description' - content: 'Choose whether to display a thumbnail after taking a screenshot.' - - property: 'og:description' - content: 'Choose whether to display a thumbnail after taking a screenshot.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose whether to display a thumbnail after taking a screenshot. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots > Display thumbnail + - - meta + - property: 'og:description' + content: Choose whether to display a thumbnail after taking a screenshot. --- # Display thumbnail diff --git a/docs/screenshots/type.md b/docs/screenshots/type.md index 712dbb6c..0cfd457a 100644 --- a/docs/screenshots/type.md +++ b/docs/screenshots/type.md @@ -1,18 +1,13 @@ --- title: Choose screenshot format | Screenshots -meta: - - property: 'og:title' - content: macOS defaults > Screenshots > Choose screenshot format - - name: 'description' - content: 'Choose the screenshots image format.' - - property: 'og:description' - content: 'Choose the screenshots image format.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose the screenshots image format. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Screenshots > Choose screenshot format + - - meta + - property: 'og:description' + content: Choose the screenshots image format. --- # Choose screenshot format diff --git a/docs/simulator/index.md b/docs/simulator/index.md index 9b152092..b5a70596 100644 --- a/docs/simulator/index.md +++ b/docs/simulator/index.md @@ -1,18 +1,13 @@ --- title: Simulator -meta: - - property: 'og:title' - content: macOS defaults > Simulator - - name: 'description' - content: 'Installed as part of the Xcode tools, Simulator is a Mac app simulating iPhone, iPad, Apple Watch, or Apple TV environments.' - - property: 'og:description' - content: 'Installed as part of the Xcode tools, Simulator is a Mac app simulating iPhone, iPad, Apple Watch, or Apple TV environments.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Installed as part of the Xcode tools, Simulator is a Mac app simulating iPhone, iPad, Apple Watch, or Apple TV environments. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Simulator + - - meta + - property: 'og:description' + content: Installed as part of the Xcode tools, Simulator is a Mac app simulating iPhone, iPad, Apple Watch, or Apple TV environments. --- # Simulator diff --git a/docs/simulator/screenshotsavelocation.md b/docs/simulator/screenshotsavelocation.md index e059022f..5ceb7c6d 100644 --- a/docs/simulator/screenshotsavelocation.md +++ b/docs/simulator/screenshotsavelocation.md @@ -1,18 +1,13 @@ --- title: Set screenshot location | Simulator -meta: - - property: 'og:title' - content: macOS defaults > Simulator > Set screenshot location - - name: 'description' - content: "Set default location for Simulator screenshots.\n\nNote that the folder has to exist in the filesystem.\n" - - property: 'og:description' - content: "Set default location for Simulator screenshots.\n\nNote that the folder has to exist in the filesystem.\n" - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set default location for Simulator screenshots. Note that the folder has to exist in the filesystem. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Simulator > Set screenshot location + - - meta + - property: 'og:description' + content: Set default location for Simulator screenshots. Note that the folder has to exist in the filesystem. --- # Set screenshot location diff --git a/docs/textedit/index.md b/docs/textedit/index.md index cf72e493..1280ea61 100644 --- a/docs/textedit/index.md +++ b/docs/textedit/index.md @@ -1,18 +1,13 @@ --- title: TextEdit -meta: - - property: 'og:title' - content: macOS defaults > TextEdit - - name: 'description' - content: 'TextEdit allows you to open and edit rich text, plain text and HTML documents.' - - property: 'og:description' - content: 'TextEdit allows you to open and edit rich text, plain text and HTML documents.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: TextEdit allows you to open and edit rich text, plain text and HTML documents. +head: + - - meta + - property: 'og:title' + content: macOS defaults > TextEdit + - - meta + - property: 'og:description' + content: TextEdit allows you to open and edit rich text, plain text and HTML documents. --- # TextEdit diff --git a/docs/textedit/richtext.md b/docs/textedit/richtext.md index 308b2432..5728f561 100644 --- a/docs/textedit/richtext.md +++ b/docs/textedit/richtext.md @@ -1,18 +1,13 @@ --- title: Set default document format | TextEdit -meta: - - property: 'og:title' - content: macOS defaults > TextEdit > Set default document format - - name: 'description' - content: 'Set default document format as rich text (.rtf) or plain text (.txt).' - - property: 'og:description' - content: 'Set default document format as rich text (.rtf) or plain text (.txt).' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Set default document format as rich text (.rtf) or plain text (.txt). +head: + - - meta + - property: 'og:title' + content: macOS defaults > TextEdit > Set default document format + - - meta + - property: 'og:description' + content: Set default document format as rich text (.rtf) or plain text (.txt). --- # Set default document format diff --git a/docs/timemachine/donotoffernewdisksforbackup.md b/docs/timemachine/donotoffernewdisksforbackup.md index b1c3ab81..0d4a7bc5 100644 --- a/docs/timemachine/donotoffernewdisksforbackup.md +++ b/docs/timemachine/donotoffernewdisksforbackup.md @@ -1,18 +1,13 @@ --- title: Don't offer new disks for Time Machine backup | Time Machine -meta: - - property: 'og:title' - content: macOS defaults > Time Machine > Don't offer new disks for Time Machine backup - - name: 'description' - content: 'Prevent Time Machine from prompting to use newly connected storage as backup volumes.' - - property: 'og:description' - content: 'Prevent Time Machine from prompting to use newly connected storage as backup volumes.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Prevent Time Machine from prompting to use newly connected storage as backup volumes. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Time Machine > Don't offer new disks for Time Machine backup + - - meta + - property: 'og:description' + content: Prevent Time Machine from prompting to use newly connected storage as backup volumes. --- # Don't offer new disks for Time Machine backup diff --git a/docs/timemachine/index.md b/docs/timemachine/index.md index df8352ba..4a1435f4 100644 --- a/docs/timemachine/index.md +++ b/docs/timemachine/index.md @@ -1,18 +1,13 @@ --- title: Time Machine -meta: - - property: 'og:title' - content: macOS defaults > Time Machine - - name: 'description' - content: 'The Time Machine feature allows simple, regular backups of your filesystem.' - - property: 'og:description' - content: 'The Time Machine feature allows simple, regular backups of your filesystem.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The Time Machine feature allows simple, regular backups of your filesystem. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Time Machine + - - meta + - property: 'og:description' + content: The Time Machine feature allows simple, regular backups of your filesystem. --- # Time Machine diff --git a/docs/trackpad/dragging.md b/docs/trackpad/dragging.md index c1b99b2d..2febeb82 100644 --- a/docs/trackpad/dragging.md +++ b/docs/trackpad/dragging.md @@ -1,18 +1,13 @@ --- title: Enable dragging without drag lock | Trackpad -meta: - - property: 'og:title' - content: macOS defaults > Trackpad > Enable dragging without drag lock - - name: 'description' - content: 'Mutually exclusive with `DragLock` and `TrackpadThreeFingerDrag`.' - - property: 'og:description' - content: 'Mutually exclusive with `DragLock` and `TrackpadThreeFingerDrag`.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Mutually exclusive with `DragLock` and `TrackpadThreeFingerDrag`. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Trackpad > Enable dragging without drag lock + - - meta + - property: 'og:description' + content: Mutually exclusive with `DragLock` and `TrackpadThreeFingerDrag`. --- # Enable dragging without drag lock diff --git a/docs/trackpad/draglock.md b/docs/trackpad/draglock.md index 920f3773..ed1bcc37 100644 --- a/docs/trackpad/draglock.md +++ b/docs/trackpad/draglock.md @@ -1,18 +1,13 @@ --- title: Enable dragging with drag lock | Trackpad -meta: - - property: 'og:title' - content: macOS defaults > Trackpad > Enable dragging with drag lock - - name: 'description' - content: 'Mutually exclusive with `Dragging` and `TrackpadThreeFingerDrag`.' - - property: 'og:description' - content: 'Mutually exclusive with `Dragging` and `TrackpadThreeFingerDrag`.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Mutually exclusive with `Dragging` and `TrackpadThreeFingerDrag`. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Trackpad > Enable dragging with drag lock + - - meta + - property: 'og:description' + content: Mutually exclusive with `Dragging` and `TrackpadThreeFingerDrag`. --- # Enable dragging with drag lock diff --git a/docs/trackpad/firstclickthreshold.md b/docs/trackpad/firstclickthreshold.md index 54ba9ff1..ae5cc4a2 100644 --- a/docs/trackpad/firstclickthreshold.md +++ b/docs/trackpad/firstclickthreshold.md @@ -1,18 +1,13 @@ --- title: Click weight (threshold) | Trackpad -meta: - - property: 'og:title' - content: macOS defaults > Trackpad > Click weight (threshold) - - name: 'description' - content: 'Choose between Light/Medium/Firm.' - - property: 'og:description' - content: 'Choose between Light/Medium/Firm.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Choose between Light/Medium/Firm. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Trackpad > Click weight (threshold) + - - meta + - property: 'og:description' + content: Choose between Light/Medium/Firm. --- # Click weight (threshold) diff --git a/docs/trackpad/index.md b/docs/trackpad/index.md index 0d1e35c6..3095f031 100644 --- a/docs/trackpad/index.md +++ b/docs/trackpad/index.md @@ -1,18 +1,13 @@ --- title: Trackpad -meta: - - property: 'og:title' - content: macOS defaults > Trackpad - - name: 'description' - content: 'The trackpad is hardware to control the cursor that comes on all MacBooks.' - - property: 'og:description' - content: 'The trackpad is hardware to control the cursor that comes on all MacBooks.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: The trackpad is hardware to control the cursor that comes on all MacBooks. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Trackpad + - - meta + - property: 'og:description' + content: The trackpad is hardware to control the cursor that comes on all MacBooks. --- # Trackpad diff --git a/docs/trackpad/trackpadthreefingerdrag.md b/docs/trackpad/trackpadthreefingerdrag.md index 7a93bc82..6d652511 100644 --- a/docs/trackpad/trackpadthreefingerdrag.md +++ b/docs/trackpad/trackpadthreefingerdrag.md @@ -1,18 +1,13 @@ --- title: Enable dragging with three finger drag | Trackpad -meta: - - property: 'og:title' - content: macOS defaults > Trackpad > Enable dragging with three finger drag - - name: 'description' - content: 'Mutually exclusive with `Dragging` and `DragLock`.' - - property: 'og:description' - content: 'Mutually exclusive with `Dragging` and `DragLock`.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Mutually exclusive with `Dragging` and `DragLock`. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Trackpad > Enable dragging with three finger drag + - - meta + - property: 'og:description' + content: Mutually exclusive with `Dragging` and `DragLock`. --- # Enable dragging with three finger drag diff --git a/docs/xcode/ideadditionalcounterpartsuffixes.md b/docs/xcode/ideadditionalcounterpartsuffixes.md index 37443fa6..d29195a6 100644 --- a/docs/xcode/ideadditionalcounterpartsuffixes.md +++ b/docs/xcode/ideadditionalcounterpartsuffixes.md @@ -1,18 +1,13 @@ --- title: Add Additional Counterpart Suffixes | Xcode -meta: - - property: 'og:title' - content: macOS defaults > Xcode > Add Additional Counterpart Suffixes - - name: 'description' - content: 'Add additional counterpart suffixes that Xcode should consider in the "Related Items > Counterparts" menu.' - - property: 'og:description' - content: 'Add additional counterpart suffixes that Xcode should consider in the "Related Items > Counterparts" menu.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Add additional counterpart suffixes that Xcode should consider in the "Related Items > Counterparts" menu. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Xcode > Add Additional Counterpart Suffixes + - - meta + - property: 'og:description' + content: Add additional counterpart suffixes that Xcode should consider in the "Related Items > Counterparts" menu. --- # Add Additional Counterpart Suffixes diff --git a/docs/xcode/index.md b/docs/xcode/index.md index 1367b373..384f0c23 100644 --- a/docs/xcode/index.md +++ b/docs/xcode/index.md @@ -1,18 +1,13 @@ --- title: Xcode -meta: - - property: 'og:title' - content: macOS defaults > Xcode - - name: 'description' - content: 'Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, iPadOS, watchOS, and tvOS.' - - property: 'og:description' - content: 'Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, iPadOS, watchOS, and tvOS.' - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, iPadOS, watchOS, and tvOS. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Xcode + - - meta + - property: 'og:description' + content: Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, iPadOS, watchOS, and tvOS. --- # Xcode diff --git a/docs/xcode/showbuildoperationduration.md b/docs/xcode/showbuildoperationduration.md index 56381738..ad654ccb 100644 --- a/docs/xcode/showbuildoperationduration.md +++ b/docs/xcode/showbuildoperationduration.md @@ -1,18 +1,13 @@ --- title: Show Build Durations | Xcode -meta: - - property: 'og:title' - content: macOS defaults > Xcode > Show Build Durations - - name: 'description' - content: "Show build durations in the Activity Viewer in Xcode's toolbar at the top of the workspace window." - - property: 'og:description' - content: "Show build durations in the Activity Viewer in Xcode's toolbar at the top of the workspace window." - - property: 'twitter:card' - content: 'summary' - - property: 'twitter:image' - content: 'https://macos-defaults.netlify.app/media-1x1.webp' - - property: 'og:image' - content: 'https://macos-defaults.netlify.app/media-1x1.jpg' +description: Show build durations in the Activity Viewer in Xcode's toolbar at the top of the workspace window. +head: + - - meta + - property: 'og:title' + content: macOS defaults > Xcode > Show Build Durations + - - meta + - property: 'og:description' + content: Show build durations in the Activity Viewer in Xcode's toolbar at the top of the workspace window. --- # Show Build Durations