init: Alfred preferences
This commit is contained in:
BIN
Alfred.alfredpreferences/snippets/html/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/html/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
10
Alfred.alfredpreferences/snippets/html/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/html/info.plist
Normal 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>
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "<br>",
|
||||
"uid" : "0B032344-78AB-406F-A69B-D4448CBE70A0",
|
||||
"name" : "line_break_html_tag",
|
||||
"keyword" : "br"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "<sub>",
|
||||
"uid" : "64C7A5FA-97B0-498A-A9CA-C3CA5F4C8B22",
|
||||
"name" : "subscript_html_tag",
|
||||
"keyword" : "sub"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "<sup>",
|
||||
"uid" : "495FA230-A25D-45DC-A00B-BE1EED48756B",
|
||||
"name" : "superscript_html_tag",
|
||||
"keyword" : "sup"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user