Skip to content

Commit d9fcaa1

Browse files
authored
Add the AnKing BLS/ACLS note type (#259)
1 parent 8195b16 commit d9fcaa1

37 files changed

Lines changed: 4074 additions & 27 deletions

Note Types/AnKing MCAT/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version 90dc90b -->
1+
<!-- version 8b5ccb1 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

Note Types/AnKing MCAT/Front Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version 90dc90b -->
1+
<!-- version 8b5ccb1 -->
22
<div id="text">{{cloze:Text}}</div>
33

44

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"id": 0,
3+
"name": "AnKing BLS/ACLS",
4+
"type": 1,
5+
"mod": 1780889142,
6+
"usn": -1,
7+
"sortf": 0,
8+
"did": 1542938001933,
9+
"tmpls": [
10+
{
11+
"name": "Cloze",
12+
"ord": 0,
13+
"qfmt": "",
14+
"afmt": "",
15+
"bqfmt": "{{cloze:Text}}",
16+
"bafmt": "{{cloze:Text}}",
17+
"did": null,
18+
"bfont": "Arial",
19+
"bsize": 12,
20+
"id": null,
21+
"scratchPad": false
22+
}
23+
],
24+
"flds": [
25+
{
26+
"name": "Text",
27+
"ord": 0,
28+
"sticky": false,
29+
"rtl": false,
30+
"font": "Arial",
31+
"size": 16,
32+
"description": "",
33+
"plainText": false,
34+
"collapsed": false,
35+
"excludeFromSearch": false,
36+
"id": null,
37+
"tag": null,
38+
"preventDeletion": false,
39+
"meta": null,
40+
"media": [],
41+
"collapsibleFieldsCollapseByDefault": false
42+
},
43+
{
44+
"name": "Extra",
45+
"ord": 1,
46+
"sticky": false,
47+
"rtl": false,
48+
"font": "Arial",
49+
"size": 16,
50+
"description": "",
51+
"plainText": false,
52+
"collapsed": false,
53+
"excludeFromSearch": false,
54+
"id": null,
55+
"tag": null,
56+
"preventDeletion": false,
57+
"media": []
58+
},
59+
{
60+
"name": "Personal Notes",
61+
"ord": 2,
62+
"sticky": false,
63+
"rtl": false,
64+
"font": "Arial",
65+
"size": 16,
66+
"description": "",
67+
"plainText": false,
68+
"collapsed": false,
69+
"excludeFromSearch": false,
70+
"id": null,
71+
"tag": null,
72+
"preventDeletion": false,
73+
"media": []
74+
},
75+
{
76+
"name": "Algorithm",
77+
"ord": 3,
78+
"sticky": false,
79+
"rtl": false,
80+
"font": "Arial",
81+
"size": 16,
82+
"description": "",
83+
"plainText": false,
84+
"collapsed": false,
85+
"excludeFromSearch": false,
86+
"id": 2147286679623287591,
87+
"tag": null,
88+
"preventDeletion": false
89+
},
90+
{
91+
"name": "Additional Resources",
92+
"ord": 4,
93+
"sticky": false,
94+
"rtl": false,
95+
"font": "Arial",
96+
"size": 16,
97+
"description": "",
98+
"plainText": false,
99+
"collapsed": false,
100+
"excludeFromSearch": false,
101+
"id": null,
102+
"tag": null,
103+
"preventDeletion": false,
104+
"meta": null,
105+
"media": [],
106+
"collapsibleFieldsCollapseByDefault": false
107+
},
108+
{
109+
"name": "One by one",
110+
"ord": 5,
111+
"sticky": false,
112+
"rtl": false,
113+
"font": "Arial",
114+
"size": 16,
115+
"description": "Type anything here (i.e. \"yes\") to enable one by one clozes or enable only certain clozes by typing numbers separated by commas (i.e. \"1,3\")",
116+
"plainText": false,
117+
"collapsed": false,
118+
"excludeFromSearch": false,
119+
"id": null,
120+
"tag": null,
121+
"preventDeletion": false,
122+
"meta": null,
123+
"collapsibleFieldsCollapseByDefault": false
124+
}
125+
],
126+
"css": "",
127+
"latexPre": "\\documentclass[12pt]{article}\r\n\\special{papersize=3in,5in}\r\n\\usepackage{amssymb,amsmath}\r\n\\pagestyle{empty}\r\n\\setlength{\\parindent}{0in}\r\n\\begin{document}",
128+
"latexPost": "\\end{document}",
129+
"latexsvg": false,
130+
"req": [
131+
[
132+
0,
133+
"any",
134+
[
135+
0,
136+
5,
137+
6
138+
]
139+
]
140+
],
141+
"vers": [],
142+
"tags": []
143+
}

0 commit comments

Comments
 (0)