-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiscellaneous.textexpander
82 lines (81 loc) · 2.31 KB
/
Miscellaneous.textexpander
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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>groupInfo</key>
<dict>
<key>expandAfterMode</key>
<integer>0</integer>
<key>groupName</key>
<string>Miscellaneous</string>
</dict>
<key>snippetsTE2</key>
<array>
<dict>
<key>abbreviation</key>
<string>ptjs2js</string>
<key>abbreviationMode</key>
<integer>1</integer>
<key>creationDate</key>
<date>2015-07-12T15:28:24Z</date>
<key>label</key>
<string>Remove TextExpander JavaScript Addition from Plain Text [Clipboard]</string>
<key>modificationDate</key>
<date>2015-07-25T19:57:37Z</date>
<key>plainText</key>
<string>var strOutput = TextExpander.pasteboardText;
strOutput = strOutput.replace(RegExp('TextExpander.appendOutput\\("', 'g'), '');
strOutput = strOutput.replace(RegExp('\\\\n"\\);', 'g'), '');
</string>
<key>snippetType</key>
<integer>4</integer>
<key>uuidString</key>
<string>206022E1-D98A-4EF3-BB38-8D2DEF7BE837</string>
</dict>
<dict>
<key>abbreviation</key>
<string>laTeXOtherConstructionExamples</string>
<key>abbreviationMode</key>
<integer>0</integer>
<key>creationDate</key>
<date>2015-11-21T05:09:14Z</date>
<key>label</key>
<string></string>
<key>modificationDate</key>
<date>2015-11-25T18:45:01Z</date>
<key>plainText</key>
<string>#! /bin/bash
echo ""</string>
<key>snippetType</key>
<integer>3</integer>
<key>uuidString</key>
<string>C43AFD8A-B105-46D0-A742-8294DEB65DA3</string>
</dict>
<dict>
<key>abbreviation</key>
<string>,,concepts</string>
<key>abbreviationMode</key>
<integer>0</integer>
<key>creationDate</key>
<date>2016-01-21T02:54:27Z</date>
<key>label</key>
<string></string>
<key>modificationDate</key>
<date>2016-01-21T02:54:27Z</date>
<key>plainText</key>
<string>\usepackage{concepts}{
\NewConcept{shortName}{
name = real name, % options ‘plural, ‘Plural’
Name = Real Name, % are implicitly defined
namecmd = \realName, % defines the the operational command
symbols = {r},
symbolcmd = \r
}</string>
<key>snippetType</key>
<integer>0</integer>
<key>uuidString</key>
<string>552FD911-3E3B-4AC3-9C2B-9317CDFAE87A</string>
</dict>
</array>
</dict>
</plist>