-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripting.json
538 lines (537 loc) · 19.8 KB
/
scripting.json
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
{"items": [
{
"title" : "Drafts Script Reference",
"subtitle" : "URL = https://scripting.getdrafts.com/",
"arg" : "Drafts Script Reference||https://scripting.getdrafts.com/"
},
{
"title" : "GitHub - agiletortoise/drafts-script-reference",
"subtitle" : "URL = https://github.com/agiletortoise/drafts-script-reference",
"arg" : "GitHub - agiletortoise/drafts-script-reference||https://github.com/agiletortoise/drafts-script-reference"
},
{
"title": "Modules",
"subtitle": "URL = https://scripting.getdrafts.com/modules.html",
"arg": "Modules||https://scripting.getdrafts.com/modules.html"
},
{
"title": "adjustDate",
"subtitle": "URL = https://scripting.getdrafts.com/functions/adjustDate.html",
"arg": "adjustDate||https://scripting.getdrafts.com/functions/adjustDate.html"
},
{
"title": "strftime",
"subtitle": "URL = https://scripting.getdrafts.com/functions/strftime.html",
"arg": "strftime||https://scripting.getdrafts.com/functions/strftime.html"
},
{
"title": "Action",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Action.html",
"arg": "Action||https://scripting.getdrafts.com/classes/Action.html"
},
{
"title": "App",
"subtitle": "URL = https://scripting.getdrafts.com/classes/App.html",
"arg": "App||https://scripting.getdrafts.com/classes/App.html"
},
{
"title": "clipboardType",
"subtitle": "URL = https://scripting.getdrafts.com/types/clipboardType.html",
"arg": "clipboardType||https://scripting.getdrafts.com/types/clipboardType.html"
},
{
"title": "ActionGroup",
"subtitle": "URL = https://scripting.getdrafts.com/classes/ActionGroup.html",
"arg": "ActionGroup||https://scripting.getdrafts.com/classes/ActionGroup.html"
},
{
"title": "Draft",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Draft.html",
"arg": "Draft||https://scripting.getdrafts.com/classes/Draft.html"
},
{
"title": "ActionLog",
"subtitle": "URL = https://scripting.getdrafts.com/classes/ActionLog.html",
"arg": "ActionLog||https://scripting.getdrafts.com/classes/ActionLog.html"
},
{
"title": "linkedItem",
"subtitle": "URL = https://scripting.getdrafts.com/types/linkedItem.html",
"arg": "linkedItem||https://scripting.getdrafts.com/types/linkedItem.html"
},
{
"title": "Editor",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Editor.html",
"arg": "Editor||https://scripting.getdrafts.com/classes/Editor.html"
},
{
"title": "navigationMarker",
"subtitle": "URL = https://scripting.getdrafts.com/types/navigationMarker.html",
"arg": "navigationMarker||https://scripting.getdrafts.com/types/navigationMarker.html"
},
{
"title": "textRange",
"subtitle": "URL = https://scripting.getdrafts.com/types/textRange.html",
"arg": "textRange||https://scripting.getdrafts.com/types/textRange.html"
},
{
"title": "Task",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Task.html",
"arg": "Task||https://scripting.getdrafts.com/classes/Task.html"
},
{
"title": "Syntax",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Syntax.html",
"arg": "Syntax||https://scripting.getdrafts.com/classes/Syntax.html"
},
{
"title": "syntaxType",
"subtitle": "URL = https://scripting.getdrafts.com/types/syntaxType.html",
"arg": "syntaxType||https://scripting.getdrafts.com/types/syntaxType.html"
},
{
"title": "sortBy",
"subtitle": "URL = https://scripting.getdrafts.com/types/sortBy.html",
"arg": "sortBy||https://scripting.getdrafts.com/types/sortBy.html"
},
{
"title": "Version",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Version.html",
"arg": "Version||https://scripting.getdrafts.com/classes/Version.html"
},
{
"title": "Window",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Window.html",
"arg": "Window||https://scripting.getdrafts.com/classes/Window.html"
},
{
"title": "Workspace",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Workspace.html",
"arg": "Workspace||https://scripting.getdrafts.com/classes/Workspace.html"
},
{
"title": "draftFolderTab",
"subtitle": "URL = https://scripting.getdrafts.com/types/draftFolderTab.html",
"arg": "draftFolderTab||https://scripting.getdrafts.com/types/draftFolderTab.html"
},
{
"title": "Theme",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Theme.html",
"arg": "Theme||https://scripting.getdrafts.com/classes/Theme.html"
},
{
"title": "themeType",
"subtitle": "URL = https://scripting.getdrafts.com/types/themeType.html",
"arg": "themeType||https://scripting.getdrafts.com/types/themeType.html"
},
{
"title": "QueryDate",
"subtitle": "URL = https://scripting.getdrafts.com/classes/QueryDate.html",
"arg": "QueryDate||https://scripting.getdrafts.com/classes/QueryDate.html"
},
{
"title": "queryDateField",
"subtitle": "URL = https://scripting.getdrafts.com/types/queryDateField.html",
"arg": "queryDateField||https://scripting.getdrafts.com/types/queryDateField.html"
},
{
"title": "queryDateType",
"subtitle": "URL = https://scripting.getdrafts.com/types/queryDateType.html",
"arg": "queryDateType||https://scripting.getdrafts.com/types/queryDateType.html"
},
{
"title": "flagStatus",
"subtitle": "URL = https://scripting.getdrafts.com/types/flagStatus.html",
"arg": "flagStatus||https://scripting.getdrafts.com/types/flagStatus.html"
},
{
"title": "Airtable",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Airtable.html",
"arg": "Airtable||https://scripting.getdrafts.com/classes/Airtable.html"
},
{
"title": "HTTPResponse",
"subtitle": "URL = https://scripting.getdrafts.com/classes/HTTPResponse.html",
"arg": "HTTPResponse||https://scripting.getdrafts.com/classes/HTTPResponse.html"
},
{
"title": "HTTP",
"subtitle": "URL = https://scripting.getdrafts.com/classes/HTTP.html",
"arg": "HTTP||https://scripting.getdrafts.com/classes/HTTP.html"
},
{
"title": "Alarm",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Alarm.html",
"arg": "Alarm||https://scripting.getdrafts.com/classes/Alarm.html"
},
{
"title": "Reminder",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Reminder.html",
"arg": "Reminder||https://scripting.getdrafts.com/classes/Reminder.html"
},
{
"title": "ReminderList",
"subtitle": "URL = https://scripting.getdrafts.com/classes/ReminderList.html",
"arg": "ReminderList||https://scripting.getdrafts.com/classes/ReminderList.html"
},
{
"title": "Event",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Event.html",
"arg": "Event||https://scripting.getdrafts.com/classes/Event.html"
},
{
"title": "Calendar",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Calendar.html",
"arg": "Calendar||https://scripting.getdrafts.com/classes/Calendar.html"
},
{
"title": "AnthropicAI",
"subtitle": "URL = https://scripting.getdrafts.com/classes/AnthropicAI.html",
"arg": "AnthropicAI||https://scripting.getdrafts.com/classes/AnthropicAI.html"
},
{
"title": "OpenAI",
"subtitle": "URL = https://scripting.getdrafts.com/classes/OpenAI.html",
"arg": "OpenAI||https://scripting.getdrafts.com/classes/OpenAI.html"
},
{
"title": "AppleScript",
"subtitle": "URL = https://scripting.getdrafts.com/classes/AppleScript.html",
"arg": "AppleScript||https://scripting.getdrafts.com/classes/AppleScript.html"
},
{
"title": "Autocomplete",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Autocomplete.html",
"arg": "Autocomplete||https://scripting.getdrafts.com/classes/Autocomplete.html"
},
{
"title": "Base64",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Base64.html",
"arg": "Base64||https://scripting.getdrafts.com/classes/Base64.html"
},
{
"title": "Bookmark",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Bookmark.html",
"arg": "Bookmark||https://scripting.getdrafts.com/classes/Bookmark.html"
},
{
"title": "FileManager",
"subtitle": "URL = https://scripting.getdrafts.com/classes/FileManager.html",
"arg": "FileManager||https://scripting.getdrafts.com/classes/FileManager.html"
},
{
"title": "Box",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Box.html",
"arg": "Box||https://scripting.getdrafts.com/classes/Box.html"
},
{
"title": "CallbackURL",
"subtitle": "URL = https://scripting.getdrafts.com/classes/CallbackURL.html",
"arg": "CallbackURL||https://scripting.getdrafts.com/classes/CallbackURL.html"
},
{
"title": "Context",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Context.html",
"arg": "Context||https://scripting.getdrafts.com/classes/Context.html"
},
{
"title": "Credential",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Credential.html",
"arg": "Credential||https://scripting.getdrafts.com/classes/Credential.html"
},
{
"title": "Device",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Device.html",
"arg": "Device||https://scripting.getdrafts.com/classes/Device.html"
},
{
"title": "Dropbox",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Dropbox.html",
"arg": "Dropbox||https://scripting.getdrafts.com/classes/Dropbox.html"
},
{
"title": "DropboxRequestSettings",
"subtitle": "URL = https://scripting.getdrafts.com/interfaces/DropboxRequestSettings.html",
"arg": "DropboxRequestSettings||https://scripting.getdrafts.com/interfaces/DropboxRequestSettings.html"
},
{
"title": "dropboxMode",
"subtitle": "URL = https://scripting.getdrafts.com/types/dropboxMode.html",
"arg": "dropboxMode||https://scripting.getdrafts.com/types/dropboxMode.html"
},
{
"title": "Ghost",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Ghost.html",
"arg": "Ghost||https://scripting.getdrafts.com/classes/Ghost.html"
},
{
"title": "GitHubMarkdown",
"subtitle": "URL = https://scripting.getdrafts.com/classes/GitHubMarkdown.html",
"arg": "GitHubMarkdown||https://scripting.getdrafts.com/classes/GitHubMarkdown.html"
},
{
"title": "GmailMessage",
"subtitle": "URL = https://scripting.getdrafts.com/classes/GmailMessage.html",
"arg": "GmailMessage||https://scripting.getdrafts.com/classes/GmailMessage.html"
},
{
"title": "GoogleAI",
"subtitle": "URL = https://scripting.getdrafts.com/classes/GoogleAI.html",
"arg": "GoogleAI||https://scripting.getdrafts.com/classes/GoogleAI.html"
},
{
"title": "GoogleDrive",
"subtitle": "URL = https://scripting.getdrafts.com/classes/GoogleDrive.html",
"arg": "GoogleDrive||https://scripting.getdrafts.com/classes/GoogleDrive.html"
},
{
"title": "GoogleTask",
"subtitle": "URL = https://scripting.getdrafts.com/classes/GoogleTask.html",
"arg": "GoogleTask||https://scripting.getdrafts.com/classes/GoogleTask.html"
},
{
"title": "HTML",
"subtitle": "URL = https://scripting.getdrafts.com/classes/HTML.html",
"arg": "HTML||https://scripting.getdrafts.com/classes/HTML.html"
},
{
"title": "HTMLPreview",
"subtitle": "URL = https://scripting.getdrafts.com/classes/HTMLPreview.html",
"arg": "HTMLPreview||https://scripting.getdrafts.com/classes/HTMLPreview.html"
},
{
"title": "HTMLToMarkdown",
"subtitle": "URL = https://scripting.getdrafts.com/classes/HTMLToMarkdown.html",
"arg": "HTMLToMarkdown||https://scripting.getdrafts.com/classes/HTMLToMarkdown.html"
},
{
"title": "Mail",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Mail.html",
"arg": "Mail||https://scripting.getdrafts.com/classes/Mail.html"
},
{
"title": "mailStatus",
"subtitle": "URL = https://scripting.getdrafts.com/types/mailStatus.html",
"arg": "mailStatus||https://scripting.getdrafts.com/types/mailStatus.html"
},
{
"title": "Mastodon",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Mastodon.html",
"arg": "Mastodon||https://scripting.getdrafts.com/classes/Mastodon.html"
},
{
"title": "mastodonVisibility",
"subtitle": "URL = https://scripting.getdrafts.com/types/mastodonVisibility.html",
"arg": "mastodonVisibility||https://scripting.getdrafts.com/types/mastodonVisibility.html"
},
{
"title": "Medium",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Medium.html",
"arg": "Medium||https://scripting.getdrafts.com/classes/Medium.html"
},
{
"title": "Message",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Message.html",
"arg": "Message||https://scripting.getdrafts.com/classes/Message.html"
},
{
"title": "MicrosoftToDo",
"subtitle": "URL = https://scripting.getdrafts.com/classes/MicrosoftToDo.html",
"arg": "MicrosoftToDo||https://scripting.getdrafts.com/classes/MicrosoftToDo.html"
},
{
"title": "MultiMarkdown",
"subtitle": "URL = https://scripting.getdrafts.com/classes/MultiMarkdown.html",
"arg": "MultiMarkdown||https://scripting.getdrafts.com/classes/MultiMarkdown.html"
},
{
"title": "MustacheTemplate",
"subtitle": "URL = https://scripting.getdrafts.com/classes/MustacheTemplate.html",
"arg": "MustacheTemplate||https://scripting.getdrafts.com/classes/MustacheTemplate.html"
},
{
"title": "Notion",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Notion.html",
"arg": "Notion||https://scripting.getdrafts.com/classes/Notion.html"
},
{
"title": "OneDrive",
"subtitle": "URL = https://scripting.getdrafts.com/classes/OneDrive.html",
"arg": "OneDrive||https://scripting.getdrafts.com/classes/OneDrive.html"
},
{
"title": "OutlookMessage",
"subtitle": "URL = https://scripting.getdrafts.com/classes/OutlookMessage.html",
"arg": "OutlookMessage||https://scripting.getdrafts.com/classes/OutlookMessage.html"
},
{
"title": "Prompt",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Prompt.html",
"arg": "Prompt||https://scripting.getdrafts.com/classes/Prompt.html"
},
{
"title": "tintColor",
"subtitle": "URL = https://scripting.getdrafts.com/types/tintColor.html",
"arg": "tintColor||https://scripting.getdrafts.com/types/tintColor.html"
},
{
"title": "capitalizationTypes",
"subtitle": "URL = https://scripting.getdrafts.com/types/capitalizationTypes.html",
"arg": "capitalizationTypes||https://scripting.getdrafts.com/types/capitalizationTypes.html"
},
{
"title": "keyboardTypes",
"subtitle": "URL = https://scripting.getdrafts.com/types/keyboardTypes.html",
"arg": "keyboardTypes||https://scripting.getdrafts.com/types/keyboardTypes.html"
},
{
"title": "Script",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Script.html",
"arg": "Script||https://scripting.getdrafts.com/classes/Script.html"
},
{
"title": "Share",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Share.html",
"arg": "Share||https://scripting.getdrafts.com/classes/Share.html"
},
{
"title": "ShellScript",
"subtitle": "URL = https://scripting.getdrafts.com/classes/ShellScript.html",
"arg": "ShellScript||https://scripting.getdrafts.com/classes/ShellScript.html"
},
{
"title": "Speech",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Speech.html",
"arg": "Speech||https://scripting.getdrafts.com/classes/Speech.html"
},
{
"title": "SpeechVoice",
"subtitle": "URL = https://scripting.getdrafts.com/classes/SpeechVoice.html",
"arg": "SpeechVoice||https://scripting.getdrafts.com/classes/SpeechVoice.html"
},
{
"title": "TJSChecklistItem",
"subtitle": "URL = https://scripting.getdrafts.com/classes/TJSChecklistItem.html",
"arg": "TJSChecklistItem||https://scripting.getdrafts.com/classes/TJSChecklistItem.html"
},
{
"title": "TJSContainer",
"subtitle": "URL = https://scripting.getdrafts.com/classes/TJSContainer.html",
"arg": "TJSContainer||https://scripting.getdrafts.com/classes/TJSContainer.html"
},
{
"title": "TJSProject",
"subtitle": "URL = https://scripting.getdrafts.com/classes/TJSProject.html",
"arg": "TJSProject||https://scripting.getdrafts.com/classes/TJSProject.html"
},
{
"title": "TJSHeading",
"subtitle": "URL = https://scripting.getdrafts.com/classes/TJSHeading.html",
"arg": "TJSHeading||https://scripting.getdrafts.com/classes/TJSHeading.html"
},
{
"title": "TJSTodo",
"subtitle": "URL = https://scripting.getdrafts.com/classes/TJSTodo.html",
"arg": "TJSTodo||https://scripting.getdrafts.com/classes/TJSTodo.html"
},
{
"title": "Tag",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Tag.html",
"arg": "Tag||https://scripting.getdrafts.com/classes/Tag.html"
},
{
"title": "Todoist",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Todoist.html",
"arg": "Todoist||https://scripting.getdrafts.com/classes/Todoist.html"
},
{
"title": "Twitter",
"subtitle": "URL = https://scripting.getdrafts.com/classes/Twitter.html",
"arg": "Twitter||https://scripting.getdrafts.com/classes/Twitter.html"
},
{
"title": "WordPress",
"subtitle": "URL = https://scripting.getdrafts.com/classes/WordPress.html",
"arg": "WordPress||https://scripting.getdrafts.com/classes/WordPress.html"
},
{
"title": "XMLRPCResponse",
"subtitle": "URL = https://scripting.getdrafts.com/classes/XMLRPCResponse.html",
"arg": "XMLRPCResponse||https://scripting.getdrafts.com/classes/XMLRPCResponse.html"
},
{
"title": "XMLRPC",
"subtitle": "URL = https://scripting.getdrafts.com/classes/XMLRPC.html",
"arg": "XMLRPC||https://scripting.getdrafts.com/classes/XMLRPC.html"
},
{
"title": "googleTask",
"subtitle": "URL = https://scripting.getdrafts.com/types/googleTask-1.html",
"arg": "googleTask||https://scripting.getdrafts.com/types/googleTask-1.html"
},
{
"title": "googleTaskList",
"subtitle": "URL = https://scripting.getdrafts.com/types/googleTaskList.html",
"arg": "googleTaskList||https://scripting.getdrafts.com/types/googleTaskList.html"
},
{
"title": "microsoftToDoLinkedResource",
"subtitle": "URL = https://scripting.getdrafts.com/types/microsoftToDoLinkedResource.html",
"arg": "microsoftToDoLinkedResource||https://scripting.getdrafts.com/types/microsoftToDoLinkedResource.html"
},
{
"title": "microsoftToDoTask",
"subtitle": "URL = https://scripting.getdrafts.com/types/microsoftToDoTask.html",
"arg": "microsoftToDoTask||https://scripting.getdrafts.com/types/microsoftToDoTask.html"
},
{
"title": "microsoftToDoTaskList",
"subtitle": "URL = https://scripting.getdrafts.com/types/microsoftToDoTaskList.html",
"arg": "microsoftToDoTaskList||https://scripting.getdrafts.com/types/microsoftToDoTaskList.html"
},
{
"title": "action",
"subtitle": "URL = https://scripting.getdrafts.com/variables/action-1.html",
"arg": "action||https://scripting.getdrafts.com/variables/action-1.html"
},
{
"title": "app",
"subtitle": "URL = https://scripting.getdrafts.com/variables/app-1.html",
"arg": "app||https://scripting.getdrafts.com/variables/app-1.html"
},
{
"title": "context",
"subtitle": "URL = https://scripting.getdrafts.com/variables/context-1.html",
"arg": "context||https://scripting.getdrafts.com/variables/context-1.html"
},
{
"title": "device",
"subtitle": "URL = https://scripting.getdrafts.com/variables/device-1.html",
"arg": "device||https://scripting.getdrafts.com/variables/device-1.html"
},
{
"title": "draft",
"subtitle": "URL = https://scripting.getdrafts.com/variables/draft-1.html",
"arg": "draft||https://scripting.getdrafts.com/variables/draft-1.html"
},
{
"title": "editor",
"subtitle": "URL = https://scripting.getdrafts.com/variables/editor-1.html",
"arg": "editor||https://scripting.getdrafts.com/variables/editor-1.html"
},
{
"title": "alert",
"subtitle": "URL = https://scripting.getdrafts.com/functions/alert.html",
"arg": "alert||https://scripting.getdrafts.com/functions/alert.html"
},
{
"title": "require",
"subtitle": "URL = https://scripting.getdrafts.com/functions/require.html",
"arg": "require||https://scripting.getdrafts.com/functions/require.html"
},
{
"title" : "strftime Manual",
"subtitle" : "URL = https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/strftime.3.html",
"arg" : "strftime Manual||https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/strftime.3.html"
}
]}