-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
456 lines (456 loc) · 16 KB
/
package.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
{
"name": "agsbsextension",
"displayName": "AGSBS extension",
"description": "This package is developed to make the transcription process more effective of our working group",
"version": "0.7.0",
"publisher": "TUD-AGSBS",
"categories": [
"Other"
],
"keywords": [
"blind, visually impaired, accessible materials, transcript, markdown, html, epub, pandoc, table editor, csv import, csv export"
],
"engines": {
"vscode": "^1.57.0"
},
"contributors": [
"Lucas Vogel <lucas.vogel2 [at] tu-dresden.de>",
"Jens Voegler <jens.voegler [at] tu-dresden.de"
],
"license": "",
"bugs": {
"url": "https://github.com/TUD-INF-IAI-MCI/agsbs_matuc_extension/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/TUD-INF-IAI-MCI/agsbs_matuc_extension"
},
"activationEvents": [
"onCommand:agsbs.open",
"onLanguage:markdown",
"onLanguage:multimarkdown"
],
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "agsbs.open",
"title": "AGSBS: Open AGSBS"
},
{
"command": "agsbs.bold",
"title": "AGSBS: Make Selection Bold"
},
{
"command": "agsbs.italic",
"title": "AGSBS: Make Selection Italic"
},
{
"command": "agsbs.strikethrough",
"title": "AGSBS: Makes a Selection Strikethrough"
},
{
"command": "agsbs.h",
"title": "AGSBS: Inserts the next logical Headline Grade"
},
{
"command": "agsbs.h1",
"title": "AGSBS: Inserts a Headline with Grade 1"
},
{
"command": "agsbs.h2",
"title": "AGSBS: Inserts a Headline with Grade 2"
},
{
"command": "agsbs.h3",
"title": "AGSBS: Inserts a Headline with Grade 3"
},
{
"command": "agsbs.h4",
"title": "AGSBS: Inserts a Headline with Grade 4"
},
{
"command": "agsbs.h5",
"title": "AGSBS: Inserts a Headline with Grade 5"
},
{
"command": "agsbs.h6",
"title": "AGSBS: Inserts a Headline with Grade 6"
},
{
"command": "agsbs.numberedList",
"title": "AGSBS: Inserts a marker for an numbered list"
},
{
"command": "agsbs.list",
"title": "AGSBS: Inserts a marker for an unordered list"
},
{
"command": "agsbs.table",
"title": "AGSBS: Opens a sidebar dialogue to insert a table"
},
{
"command": "agsbs.importTableCSV",
"title": "AGSBS: Opens a sidebar dialogue to import a table from a CSV file"
},
{
"command": "agsbs.editTable",
"title": "AGSBS: Opens a sidebar dialogue to edit the table the selection is currently in"
},
{
"command": "agsbs.editTableGui",
"title": "AGSBS: Opens a sidebar dialogue to edit the table the selection is currently in"
},
{
"command": "agsbs.deleteTable",
"title": "AGSBS: Deletes currently selected table"
},
{
"command": "agsbs.formula",
"title": "AGSBS: Inserts marker to mark current selection as a formula"
},
{
"command": "agsbs.inlineFormula",
"title": "AGSBS: Inserts marker to mark current selection as a inline formula"
},
{
"command": "agsbs.code",
"title": "AGSBS: Inserts markers to mark current selection as code"
},
{
"command": "agsbs.quote",
"title": "AGSBS: Makes the current line a quote"
},
{
"command": "agsbs.link",
"title": "AGSBS: Opens a sidebar dialogue to insert a link"
},
{
"command": "agsbs.image",
"title": "AGSBS: Opens a sidebar dialogue to insert an image from the pictures folder"
},
{
"command": "agsbs.footnote",
"title": "AGSBS: Opens a sidebar dialogue to insert a footnote"
},
{
"command": "agsbs.annotation",
"title": "AGSBS: Opens a sidebar dialogue to add a annotation"
},
{
"command": "agsbs.hr",
"title": "AGSBS: Inserts a horrizontal line"
},
{
"command": "agsbs.newPage",
"title": "AGSBS: Inserts a 'new page' marker"
},
{
"command": "agsbs.newProject",
"title": "AGSBS: Open a sidebar dialogue to add a new project"
},
{
"command": "agsbs.edit",
"title": "AGSBS: Opens a sidebar dialogue to edit the current project data"
},
{
"command": "agsbs.clone",
"title": "AGSBS: Opens a sidebar dialogue to clone a project"
},
{
"command": "agsbs.newFile",
"title": "AGSBS: Opens up a new File"
},
{
"command": "agsbs.preview",
"title": "AGSBS: Opens up the markdown preview"
},
{
"command": "agsbs.generateFile",
"title": "AGSBS: Generates HTML from the current file"
},
{
"command": "agsbs.convertEntireProject",
"title": "AGSBS: Converts entire project"
},
{
"command": "agsbs.checkProject",
"title": "AGSBS: Checks the whole project"
},
{
"command": "agsbs.commitChanges",
"title": "AGSBS: Commits and pushes all changes."
}
],
"keybindings": [
{
"command": "agsbs.bold",
"key": "alt+shift+b",
"mac": "alt+shift+b",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.italic",
"key": "alt+shift+i",
"mac": "alt+shift+i",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.strikethrough",
"key": "alt+shift+s",
"mac": "alt+shift+s",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h",
"key": "alt+shift+h",
"mac": "alt+shift+h",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h1",
"key": "alt+shift+1",
"mac": "alt+shift+1",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h2",
"key": "alt+shift+2",
"mac": "alt+shift+2",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h3",
"key": "alt+shift+3",
"mac": "alt+shift+3",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h4",
"key": "alt+shift+4",
"mac": "alt+shift+4",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h5",
"key": "alt+shift+5",
"mac": "alt+shift+5",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.h6",
"key": "alt+shift+6",
"mac": "alt+shift+6",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.numberedList",
"key": "alt+shift+o",
"mac": "alt+shift+o",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.list",
"key": "alt+shift+u",
"mac": "alt+shift+u",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.formula",
"key": "ctrl+alt+f",
"mac": "ctrl+alt+f",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.inlineFormula",
"key": "ctrl+alt+shift+f",
"mac": "cmd+alt+shift+f",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.code",
"key": "alt+shift+c",
"mac": "alt+shift+c",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.quote",
"key": "alt+shift+q",
"mac": "alt+shift+q",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.link",
"key": "alt+shift+l",
"mac": "alt+shift+l",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.hr",
"key": "alt+shift+r",
"mac": "alt+shift+r",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.newPage",
"key": "alt+shift+p",
"mac": "alt+shift+p",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.newProject",
"key": "f2",
"mac": "f2",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.newFile",
"key": "alt+shift+n",
"mac": "alt+shift+n",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.generateFile",
"key": "f6",
"mac": "f6",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.convertEntireProject",
"key": "f7",
"mac": "f7",
"when": "editorLangId == markdown"
},
{
"command": "agsbs.checkProject",
"key": "f4",
"mac": "f4",
"when": "editorLangId == markdown"
}
],
"configuration": {
"type": "object",
"title": "AGSBS",
"properties": {
"agsbs.csvDelimiter": {
"type": "string",
"default": ";",
"description": "Default: ;"
},
"agsbs.enableGitAutoCommit": {
"type": "boolean",
"default": false,
"description": "Enable Git Auto commit"
},
"agsbs.enableGitUseage": {
"type": "boolean",
"default": true,
"description": "Enable Git Useage (You have to restart the AGSBS Toolbar for this change to take effect)"
},
"agsbs.usesHttpsOrSshForGit": {
"type": "string",
"default": "ssh",
"enum": [
"ssh",
"https"
],
"enumDescriptions": [
"Uses ssh for git",
"Uses https for git"
]
},
"agsbs.gitLocalPath": {
"type": "string",
"default": "",
"description": "Default is ...Documents/agsbs_git"
},
"agsbs.gitServerPath": {
"type": "string",
"default": "",
"description": "Enter the Path to the repo"
},
"agsbs.gitLoginName": {
"type": "string",
"default": "Enter your login name for accessing git repos",
"description": "Required for working with existing git repositories"
},
"agsbs.gitUserName": {
"type": "string",
"default": "Enter your first and surname for git commit",
"description": "Required for committing"
},
"agsbs.gitUserEmail": {
"type": "string",
"default": "Enter your email for git commit",
"description": "Required for committing"
},
"agsbs.optionalTextboxContent": {
"type": "boolean",
"default": false,
"description": "If this is checked, the text of a textbox is not required and empty containers are inserted. Default value is false."
},
"agsbs.optionalTextboxTitle": {
"type": "boolean",
"default": true,
"description": "If this is checked, the title of a textbox is not required and empty containers are inserted. Default value is true."
},
"agsbs.pictureFolderName": {
"type": "string",
"default": "bilder",
"description": "The name of the Folder in the project that will be searched for pictures."
},
"agsbs.tableFolderName": {
"type": "string",
"default": "Tabellen",
"description": "The name of the Folder in the project that will be searched for tables."
},
"agsbs.generatedTableFolderName": {
"type": "string",
"default": "generatedTables",
"description": "The name of the Folder in the project that will save all the generated tables."
},
"agsbs.requiredVersion": {
"type": "string",
"default": "0.9.0",
"enum": [
"0.9.0"
],
"description": "Only the named Version supports all functions of Matuc"
},
"agsbs.notificationTimeout": {
"type": "number",
"default": 5000,
"description": "The time in ms that a notification is shown"
}
}
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^8.10.51",
"prettier": "^2.8.3",
"tslint": "^5.18.0",
"typescript": "^3.3.0",
"vscode": "^1.1.36",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"chardet": "0.7.0",
"iconv-lite": "0.4.24",
"npm": "^9.1.2",
"open": "8.2.0",
"os-locale": "^3.1.0",
"papaparse": ">=5.2.0",
"path": "^0.12.7",
"punycode": "^2.3.0"
}
}