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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 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>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "<br>",
"uid" : "0B032344-78AB-406F-A69B-D4448CBE70A0",
"name" : "line_break_html_tag",
"keyword" : "br"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "<sub>",
"uid" : "64C7A5FA-97B0-498A-A9CA-C3CA5F4C8B22",
"name" : "subscript_html_tag",
"keyword" : "sub"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "<sup>",
"uid" : "495FA230-A25D-45DC-A00B-BE1EED48756B",
"name" : "superscript_html_tag",
"keyword" : "sup"
}
}