init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "html {\n max-width: 70ch;\n padding: 3em 1em;\n margin: auto;\n line-height: 1.75;\n font-size: 1.25em;\n}",
"uid" : "730A6611-6374-42B3-86FC-B560FBD1A4F1",
"name" : "CSS Styles for HTML Page",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "h1,h2,h3,h4,h5,h6 {\n margin: 3em 0 1em;\n}\n\np,ul,ol {\n margin-bottom: 2em;\n color: #1d1d1d;\n font-family: sans-serif;\n}",
"uid" : "F72612DF-D75B-45BD-A281-385CB8C4F3F0",
"name" : "CSS Styles for Headings and Paragraphs",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "main {\n max-width: 38rem;\n padding: 2rem;\n margin: auto;\n}",
"uid" : "B4823C9E-AC81-41D8-96AF-FDD82A1BB54C",
"name" : "CSS Styles for Main Container",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>