momo-ai 1.0.79 → 1.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +819 -0
  2. package/.obsidian/plugins/obsidian-excalidraw-plugin/main.js +3 -3
  3. package/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json +1 -1
  4. package/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css +1 -1
  5. package/.obsidian/plugins/obsidian-git/main.js +452 -0
  6. package/.obsidian/plugins/obsidian-git/manifest.json +10 -0
  7. package/.obsidian/plugins/obsidian-git/obsidian_askpass.sh +23 -0
  8. package/.obsidian/plugins/obsidian-git/styles.css +705 -0
  9. package/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  10. package/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  11. package/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  12. package/.obsidian/plugins/obsidian-meta-bind-plugin/data.json +20 -0
  13. package/.obsidian/plugins/obsidian-meta-bind-plugin/main.js +204 -0
  14. package/.obsidian/plugins/obsidian-meta-bind-plugin/manifest.json +12 -0
  15. package/.obsidian/plugins/obsidian-meta-bind-plugin/styles.css +940 -0
  16. package/.obsidian/plugins/obsidian-plantuml/main.js +7732 -0
  17. package/.obsidian/plugins/obsidian-plantuml/manifest.json +10 -0
  18. package/.obsidian/plugins/obsidian-plantuml/styles.css +38 -0
  19. package/.obsidian/plugins/obsidian-shellcommands/main.js +19890 -0
  20. package/.obsidian/plugins/obsidian-shellcommands/manifest.json +11 -0
  21. package/.obsidian/plugins/obsidian-shellcommands/styles.css +386 -0
  22. package/.obsidian/plugins/obsidian-tasks-plugin/main.js +504 -0
  23. package/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  24. package/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  25. package/.obsidian/plugins/templater-obsidian/main.js +14 -14
  26. package/.obsidian/plugins/templater-obsidian/manifest.json +1 -1
  27. package/.obsidian/plugins/terminal/data.json +165 -0
  28. package/.omc/project-memory.json +113 -0
  29. package/.omc/sessions/24968ee6-c99b-47be-a904-68fcce1b08ba.json +8 -0
  30. package/.omc/sessions/3158a19c-5915-4c7e-8a1e-83d65c25bb4a.json +8 -0
  31. package/.omc/sessions/d7901fcc-6318-4bc6-ba68-81722b1a4231.json +8 -0
  32. package/.omc/sessions/e12400d6-5242-491c-b32a-21db817a0d61.json +8 -0
  33. package/.omc/state/agent-replay-5d9bfa71-77e1-47e9-b3af-8ff9e2d70ce5.jsonl +18 -0
  34. package/.omc/state/hud-state.json +6 -0
  35. package/.omc/state/hud-stdin-cache.json +1 -0
  36. package/.omc/state/idle-notif-cooldown.json +3 -0
  37. package/.omc/state/last-tool-error.json +7 -0
  38. package/.omc/state/mission-state.json +79 -0
  39. package/.omc/state/subagent-tracking.json +26 -0
  40. package/package.json +1 -1
  41. package/src/_template/.obsidian/plugins/terminal/data.json +4 -2
  42. package/src/epic/momo.fn.out.js +33 -22
  43. package/src/executor/executeDocs.js +177 -136
  44. package/.claude/scheduled_tasks.lock +0 -1
@@ -0,0 +1,819 @@
1
+ {
2
+ "copyLinkToElemenetAnchorTo100": false,
3
+ "copyFrameLinkByName": false,
4
+ "disableDoubleClickTextEditing": false,
5
+ "folder": "Excalidraw",
6
+ "cropFolder": "",
7
+ "annotateFolder": "",
8
+ "embedUseExcalidrawFolder": false,
9
+ "templateFilePath": "Excalidraw/Template.excalidraw",
10
+ "scriptFolderPath": "Excalidraw/Scripts",
11
+ "fontAssetsPath": "Excalidraw/CJK Fonts",
12
+ "loadChineseFonts": false,
13
+ "loadJapaneseFonts": false,
14
+ "loadKoreanFonts": false,
15
+ "compress": true,
16
+ "decompressForMDView": false,
17
+ "onceOffCompressFlagReset": true,
18
+ "onceOffGPTVersionReset": true,
19
+ "autosave": true,
20
+ "autosaveIntervalDesktop": 60000,
21
+ "autosaveIntervalMobile": 30000,
22
+ "drawingFilenamePrefix": "Drawing ",
23
+ "drawingEmbedPrefixWithFilename": true,
24
+ "drawingFilnameEmbedPostfix": " ",
25
+ "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
26
+ "useExcalidrawExtension": true,
27
+ "cropSuffix": "",
28
+ "cropPrefix": "cropped_",
29
+ "annotateSuffix": "",
30
+ "annotatePrefix": "annotated_",
31
+ "annotatePreserveSize": false,
32
+ "previewImageType": "SVGIMG",
33
+ "renderingConcurrency": 3,
34
+ "allowImageCache": true,
35
+ "allowImageCacheInScene": true,
36
+ "displayExportedImageIfAvailable": false,
37
+ "previewMatchObsidianTheme": false,
38
+ "width": "400",
39
+ "height": "",
40
+ "overrideObsidianFontSize": false,
41
+ "dynamicStyling": "colorful",
42
+ "isLeftHanded": false,
43
+ "desktopUIMode": "tray",
44
+ "tabletUIMode": "compact",
45
+ "iframeMatchExcalidrawTheme": true,
46
+ "matchTheme": false,
47
+ "matchThemeAlways": false,
48
+ "matchThemeTrigger": false,
49
+ "defaultMode": "normal",
50
+ "defaultPenMode": "never",
51
+ "penModeDoubleTapEraser": true,
52
+ "penModeSingleFingerPanning": true,
53
+ "penModeCrosshairVisible": true,
54
+ "panWithRightMouseButton": false,
55
+ "renderImageInMarkdownReadingMode": false,
56
+ "renderImageInHoverPreviewForMDNotes": false,
57
+ "renderImageInMarkdownToPDF": false,
58
+ "allowPinchZoom": false,
59
+ "allowWheelZoom": false,
60
+ "zoomToFitOnOpen": true,
61
+ "zoomToFitOnResize": false,
62
+ "zoomToFitMaxLevel": 2,
63
+ "zoomStep": 0.05,
64
+ "zoomMin": 0.1,
65
+ "zoomMax": 30,
66
+ "linkPrefix": "📍",
67
+ "urlPrefix": "🌐",
68
+ "parseTODO": false,
69
+ "todo": "☐",
70
+ "done": "🗹",
71
+ "hoverPreviewWithoutCTRL": false,
72
+ "linkOpacity": 1,
73
+ "openInAdjacentPane": true,
74
+ "showSecondOrderLinks": true,
75
+ "focusOnFileTab": true,
76
+ "openInMainWorkspace": true,
77
+ "showLinkBrackets": true,
78
+ "syncElementLinkWithText": false,
79
+ "allowCtrlClick": true,
80
+ "forceWrap": false,
81
+ "pageTransclusionCharLimit": 200,
82
+ "wordWrappingDefault": 0,
83
+ "removeTransclusionQuoteSigns": true,
84
+ "iframelyAllowed": true,
85
+ "pngExportScale": 1,
86
+ "exportWithTheme": true,
87
+ "exportWithBackground": true,
88
+ "exportPaddingSVG": 10,
89
+ "exportEmbedScene": false,
90
+ "keepInSync": false,
91
+ "autoexportSVG": false,
92
+ "autoexportPNG": false,
93
+ "autoExportLightAndDark": false,
94
+ "autoexportExcalidraw": false,
95
+ "embedType": "excalidraw",
96
+ "embedMarkdownCommentLinks": true,
97
+ "embedWikiLink": true,
98
+ "syncExcalidraw": false,
99
+ "experimentalFileType": false,
100
+ "experimentalFileTag": "✏️",
101
+ "experimentalLivePreview": true,
102
+ "fadeOutExcalidrawMarkup": false,
103
+ "loadPropertySuggestions": false,
104
+ "experimentalEnableFourthFont": false,
105
+ "experimantalFourthFont": "Virgil",
106
+ "addDummyTextElement": false,
107
+ "zoteroCompatibility": false,
108
+ "fieldSuggester": true,
109
+ "compatibilityMode": false,
110
+ "drawingOpenCount": 0,
111
+ "library": "deprecated",
112
+ "library2": {
113
+ "type": "excalidrawlib",
114
+ "version": 2,
115
+ "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.18.0",
116
+ "libraryItems": []
117
+ },
118
+ "imageElementNotice": true,
119
+ "mdSVGwidth": 500,
120
+ "mdSVGmaxHeight": 800,
121
+ "mdFont": "Virgil",
122
+ "mdFontColor": "Black",
123
+ "mdBorderColor": "Black",
124
+ "mdCSS": "",
125
+ "scriptEngineSettings": {},
126
+ "previousRelease": "2.20.4",
127
+ "showReleaseNotes": true,
128
+ "compareManifestToPluginVersion": true,
129
+ "showNewVersionNotification": true,
130
+ "latexBoilerplate": "\\color{blue}",
131
+ "latexPreambleLocation": "preamble.sty",
132
+ "taskboneEnabled": false,
133
+ "taskboneAPIkey": "",
134
+ "pinnedScripts": [],
135
+ "sidepanelTabs": [],
136
+ "customPens": [
137
+ {
138
+ "type": "default",
139
+ "freedrawOnly": false,
140
+ "strokeColor": "#000000",
141
+ "backgroundColor": "transparent",
142
+ "fillStyle": "hachure",
143
+ "strokeWidth": 0,
144
+ "roughness": 0,
145
+ "penOptions": {
146
+ "highlighter": false,
147
+ "constantPressure": false,
148
+ "hasOutline": false,
149
+ "outlineWidth": 1,
150
+ "options": {
151
+ "thinning": 0.6,
152
+ "smoothing": 0.5,
153
+ "streamline": 0.5,
154
+ "easing": "easeOutSine",
155
+ "start": {
156
+ "cap": true,
157
+ "taper": 0,
158
+ "easing": "linear"
159
+ },
160
+ "end": {
161
+ "cap": true,
162
+ "taper": 0,
163
+ "easing": "linear"
164
+ }
165
+ }
166
+ }
167
+ },
168
+ {
169
+ "type": "highlighter",
170
+ "freedrawOnly": true,
171
+ "strokeColor": "#FFC47C",
172
+ "backgroundColor": "#FFC47C",
173
+ "fillStyle": "solid",
174
+ "strokeWidth": 2,
175
+ "roughness": null,
176
+ "penOptions": {
177
+ "highlighter": true,
178
+ "constantPressure": true,
179
+ "hasOutline": true,
180
+ "outlineWidth": 4,
181
+ "options": {
182
+ "thinning": 1,
183
+ "smoothing": 0.5,
184
+ "streamline": 0.5,
185
+ "easing": "linear",
186
+ "start": {
187
+ "taper": 0,
188
+ "cap": true,
189
+ "easing": "linear"
190
+ },
191
+ "end": {
192
+ "taper": 0,
193
+ "cap": true,
194
+ "easing": "linear"
195
+ }
196
+ }
197
+ }
198
+ },
199
+ {
200
+ "type": "finetip",
201
+ "freedrawOnly": false,
202
+ "strokeColor": "#3E6F8D",
203
+ "backgroundColor": "transparent",
204
+ "fillStyle": "hachure",
205
+ "strokeWidth": 0.5,
206
+ "roughness": 0,
207
+ "penOptions": {
208
+ "highlighter": false,
209
+ "hasOutline": false,
210
+ "outlineWidth": 1,
211
+ "constantPressure": true,
212
+ "options": {
213
+ "smoothing": 0.4,
214
+ "thinning": -0.5,
215
+ "streamline": 0.4,
216
+ "easing": "linear",
217
+ "start": {
218
+ "taper": 5,
219
+ "cap": false,
220
+ "easing": "linear"
221
+ },
222
+ "end": {
223
+ "taper": 5,
224
+ "cap": false,
225
+ "easing": "linear"
226
+ }
227
+ }
228
+ }
229
+ },
230
+ {
231
+ "type": "fountain",
232
+ "freedrawOnly": false,
233
+ "strokeColor": "#000000",
234
+ "backgroundColor": "transparent",
235
+ "fillStyle": "hachure",
236
+ "strokeWidth": 2,
237
+ "roughness": 0,
238
+ "penOptions": {
239
+ "highlighter": false,
240
+ "constantPressure": false,
241
+ "hasOutline": false,
242
+ "outlineWidth": 1,
243
+ "options": {
244
+ "smoothing": 0.2,
245
+ "thinning": 0.6,
246
+ "streamline": 0.2,
247
+ "easing": "easeInOutSine",
248
+ "start": {
249
+ "taper": 150,
250
+ "cap": true,
251
+ "easing": "linear"
252
+ },
253
+ "end": {
254
+ "taper": 1,
255
+ "cap": true,
256
+ "easing": "linear"
257
+ }
258
+ }
259
+ }
260
+ },
261
+ {
262
+ "type": "marker",
263
+ "freedrawOnly": true,
264
+ "strokeColor": "#B83E3E",
265
+ "backgroundColor": "#FF7C7C",
266
+ "fillStyle": "dashed",
267
+ "strokeWidth": 2,
268
+ "roughness": 3,
269
+ "penOptions": {
270
+ "highlighter": false,
271
+ "constantPressure": true,
272
+ "hasOutline": true,
273
+ "outlineWidth": 4,
274
+ "options": {
275
+ "thinning": 1,
276
+ "smoothing": 0.5,
277
+ "streamline": 0.5,
278
+ "easing": "linear",
279
+ "start": {
280
+ "taper": 0,
281
+ "cap": true,
282
+ "easing": "linear"
283
+ },
284
+ "end": {
285
+ "taper": 0,
286
+ "cap": true,
287
+ "easing": "linear"
288
+ }
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "type": "thick-thin",
294
+ "freedrawOnly": true,
295
+ "strokeColor": "#CECDCC",
296
+ "backgroundColor": "transparent",
297
+ "fillStyle": "hachure",
298
+ "strokeWidth": 0,
299
+ "roughness": null,
300
+ "penOptions": {
301
+ "highlighter": true,
302
+ "constantPressure": true,
303
+ "hasOutline": false,
304
+ "outlineWidth": 1,
305
+ "options": {
306
+ "thinning": 1,
307
+ "smoothing": 0.5,
308
+ "streamline": 0.5,
309
+ "easing": "linear",
310
+ "start": {
311
+ "taper": 0,
312
+ "cap": true,
313
+ "easing": "linear"
314
+ },
315
+ "end": {
316
+ "cap": true,
317
+ "taper": true,
318
+ "easing": "linear"
319
+ }
320
+ }
321
+ }
322
+ },
323
+ {
324
+ "type": "thin-thick-thin",
325
+ "freedrawOnly": true,
326
+ "strokeColor": "#CECDCC",
327
+ "backgroundColor": "transparent",
328
+ "fillStyle": "hachure",
329
+ "strokeWidth": 0,
330
+ "roughness": null,
331
+ "penOptions": {
332
+ "highlighter": true,
333
+ "constantPressure": true,
334
+ "hasOutline": false,
335
+ "outlineWidth": 1,
336
+ "options": {
337
+ "thinning": 1,
338
+ "smoothing": 0.5,
339
+ "streamline": 0.5,
340
+ "easing": "linear",
341
+ "start": {
342
+ "cap": true,
343
+ "taper": true,
344
+ "easing": "linear"
345
+ },
346
+ "end": {
347
+ "cap": true,
348
+ "taper": true,
349
+ "easing": "linear"
350
+ }
351
+ }
352
+ }
353
+ },
354
+ {
355
+ "type": "default",
356
+ "freedrawOnly": false,
357
+ "strokeColor": "#000000",
358
+ "backgroundColor": "transparent",
359
+ "fillStyle": "hachure",
360
+ "strokeWidth": 0,
361
+ "roughness": 0,
362
+ "penOptions": {
363
+ "highlighter": false,
364
+ "constantPressure": false,
365
+ "hasOutline": false,
366
+ "outlineWidth": 1,
367
+ "options": {
368
+ "thinning": 0.6,
369
+ "smoothing": 0.5,
370
+ "streamline": 0.5,
371
+ "easing": "easeOutSine",
372
+ "start": {
373
+ "cap": true,
374
+ "taper": 0,
375
+ "easing": "linear"
376
+ },
377
+ "end": {
378
+ "cap": true,
379
+ "taper": 0,
380
+ "easing": "linear"
381
+ }
382
+ }
383
+ }
384
+ },
385
+ {
386
+ "type": "default",
387
+ "freedrawOnly": false,
388
+ "strokeColor": "#000000",
389
+ "backgroundColor": "transparent",
390
+ "fillStyle": "hachure",
391
+ "strokeWidth": 0,
392
+ "roughness": 0,
393
+ "penOptions": {
394
+ "highlighter": false,
395
+ "constantPressure": false,
396
+ "hasOutline": false,
397
+ "outlineWidth": 1,
398
+ "options": {
399
+ "thinning": 0.6,
400
+ "smoothing": 0.5,
401
+ "streamline": 0.5,
402
+ "easing": "easeOutSine",
403
+ "start": {
404
+ "cap": true,
405
+ "taper": 0,
406
+ "easing": "linear"
407
+ },
408
+ "end": {
409
+ "cap": true,
410
+ "taper": 0,
411
+ "easing": "linear"
412
+ }
413
+ }
414
+ }
415
+ },
416
+ {
417
+ "type": "default",
418
+ "freedrawOnly": false,
419
+ "strokeColor": "#000000",
420
+ "backgroundColor": "transparent",
421
+ "fillStyle": "hachure",
422
+ "strokeWidth": 0,
423
+ "roughness": 0,
424
+ "penOptions": {
425
+ "highlighter": false,
426
+ "constantPressure": false,
427
+ "hasOutline": false,
428
+ "outlineWidth": 1,
429
+ "options": {
430
+ "thinning": 0.6,
431
+ "smoothing": 0.5,
432
+ "streamline": 0.5,
433
+ "easing": "easeOutSine",
434
+ "start": {
435
+ "cap": true,
436
+ "taper": 0,
437
+ "easing": "linear"
438
+ },
439
+ "end": {
440
+ "cap": true,
441
+ "taper": 0,
442
+ "easing": "linear"
443
+ }
444
+ }
445
+ }
446
+ }
447
+ ],
448
+ "numberOfCustomPens": 0,
449
+ "pdfScale": 4,
450
+ "pdfBorderBox": true,
451
+ "pdfFrame": false,
452
+ "pdfGapSize": 20,
453
+ "pdfGroupPages": false,
454
+ "pdfLockAfterImport": true,
455
+ "pdfNumColumns": 1,
456
+ "pdfNumRows": 1,
457
+ "pdfDirection": "right",
458
+ "pdfImportScale": 0.3,
459
+ "gridSettings": {
460
+ "DYNAMIC_COLOR": true,
461
+ "COLOR": "#000000",
462
+ "OPACITY": 50,
463
+ "GRID_DIRECTION": {
464
+ "horizontal": true,
465
+ "vertical": true
466
+ }
467
+ },
468
+ "laserSettings": {
469
+ "DECAY_LENGTH": 50,
470
+ "DECAY_TIME": 1000,
471
+ "COLOR": "#ff0000"
472
+ },
473
+ "embeddableMarkdownDefaults": {
474
+ "useObsidianDefaults": false,
475
+ "backgroundMatchCanvas": false,
476
+ "backgroundMatchElement": true,
477
+ "backgroundColor": "#fff",
478
+ "backgroundOpacity": 60,
479
+ "borderMatchElement": true,
480
+ "borderColor": "#fff",
481
+ "borderOpacity": 0,
482
+ "filenameVisible": false
483
+ },
484
+ "markdownNodeOneClickEditing": false,
485
+ "canvasImmersiveEmbed": true,
486
+ "startupScriptPath": "",
487
+ "aiEnabled": true,
488
+ "openAIAPIToken": "",
489
+ "openAIDefaultTextModel": "gpt-3.5-turbo-1106",
490
+ "openAIDefaultTextModelMaxTokens": 4096,
491
+ "openAIDefaultVisionModel": "gpt-4o",
492
+ "openAIDefaultImageGenerationModel": "dall-e-3",
493
+ "openAIURL": "https://api.openai.com/v1/chat/completions",
494
+ "openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
495
+ "openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
496
+ "openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
497
+ "modifierKeyConfig": {
498
+ "Mac": {
499
+ "LocalFileDragAction": {
500
+ "defaultAction": "image-import",
501
+ "rules": [
502
+ {
503
+ "shift": false,
504
+ "ctrl_cmd": false,
505
+ "alt_opt": false,
506
+ "meta_ctrl": false,
507
+ "result": "image-import"
508
+ },
509
+ {
510
+ "shift": true,
511
+ "ctrl_cmd": false,
512
+ "alt_opt": true,
513
+ "meta_ctrl": false,
514
+ "result": "link"
515
+ },
516
+ {
517
+ "shift": true,
518
+ "ctrl_cmd": false,
519
+ "alt_opt": false,
520
+ "meta_ctrl": false,
521
+ "result": "image-url"
522
+ },
523
+ {
524
+ "shift": false,
525
+ "ctrl_cmd": false,
526
+ "alt_opt": true,
527
+ "meta_ctrl": false,
528
+ "result": "embeddable"
529
+ }
530
+ ]
531
+ },
532
+ "WebBrowserDragAction": {
533
+ "defaultAction": "image-url",
534
+ "rules": [
535
+ {
536
+ "shift": false,
537
+ "ctrl_cmd": false,
538
+ "alt_opt": false,
539
+ "meta_ctrl": false,
540
+ "result": "image-url"
541
+ },
542
+ {
543
+ "shift": true,
544
+ "ctrl_cmd": false,
545
+ "alt_opt": true,
546
+ "meta_ctrl": false,
547
+ "result": "link"
548
+ },
549
+ {
550
+ "shift": false,
551
+ "ctrl_cmd": false,
552
+ "alt_opt": true,
553
+ "meta_ctrl": false,
554
+ "result": "embeddable"
555
+ },
556
+ {
557
+ "shift": true,
558
+ "ctrl_cmd": false,
559
+ "alt_opt": false,
560
+ "meta_ctrl": false,
561
+ "result": "image-import"
562
+ }
563
+ ]
564
+ },
565
+ "InternalDragAction": {
566
+ "defaultAction": "link",
567
+ "rules": [
568
+ {
569
+ "shift": false,
570
+ "ctrl_cmd": false,
571
+ "alt_opt": false,
572
+ "meta_ctrl": false,
573
+ "result": "link"
574
+ },
575
+ {
576
+ "shift": false,
577
+ "ctrl_cmd": false,
578
+ "alt_opt": false,
579
+ "meta_ctrl": true,
580
+ "result": "embeddable"
581
+ },
582
+ {
583
+ "shift": true,
584
+ "ctrl_cmd": false,
585
+ "alt_opt": false,
586
+ "meta_ctrl": false,
587
+ "result": "image"
588
+ },
589
+ {
590
+ "shift": true,
591
+ "ctrl_cmd": false,
592
+ "alt_opt": false,
593
+ "meta_ctrl": true,
594
+ "result": "image-fullsize"
595
+ }
596
+ ]
597
+ },
598
+ "LinkClickAction": {
599
+ "defaultAction": "new-tab",
600
+ "rules": [
601
+ {
602
+ "shift": false,
603
+ "ctrl_cmd": false,
604
+ "alt_opt": false,
605
+ "meta_ctrl": false,
606
+ "result": "active-pane"
607
+ },
608
+ {
609
+ "shift": false,
610
+ "ctrl_cmd": true,
611
+ "alt_opt": false,
612
+ "meta_ctrl": false,
613
+ "result": "new-tab"
614
+ },
615
+ {
616
+ "shift": false,
617
+ "ctrl_cmd": true,
618
+ "alt_opt": true,
619
+ "meta_ctrl": false,
620
+ "result": "new-pane"
621
+ },
622
+ {
623
+ "shift": true,
624
+ "ctrl_cmd": true,
625
+ "alt_opt": true,
626
+ "meta_ctrl": false,
627
+ "result": "popout-window"
628
+ },
629
+ {
630
+ "shift": false,
631
+ "ctrl_cmd": true,
632
+ "alt_opt": false,
633
+ "meta_ctrl": true,
634
+ "result": "md-properties"
635
+ }
636
+ ]
637
+ }
638
+ },
639
+ "Win": {
640
+ "LocalFileDragAction": {
641
+ "defaultAction": "image-import",
642
+ "rules": [
643
+ {
644
+ "shift": false,
645
+ "ctrl_cmd": false,
646
+ "alt_opt": false,
647
+ "meta_ctrl": false,
648
+ "result": "image-import"
649
+ },
650
+ {
651
+ "shift": false,
652
+ "ctrl_cmd": true,
653
+ "alt_opt": false,
654
+ "meta_ctrl": false,
655
+ "result": "link"
656
+ },
657
+ {
658
+ "shift": true,
659
+ "ctrl_cmd": false,
660
+ "alt_opt": false,
661
+ "meta_ctrl": false,
662
+ "result": "image-url"
663
+ },
664
+ {
665
+ "shift": true,
666
+ "ctrl_cmd": true,
667
+ "alt_opt": false,
668
+ "meta_ctrl": false,
669
+ "result": "embeddable"
670
+ }
671
+ ]
672
+ },
673
+ "WebBrowserDragAction": {
674
+ "defaultAction": "image-url",
675
+ "rules": [
676
+ {
677
+ "shift": false,
678
+ "ctrl_cmd": false,
679
+ "alt_opt": false,
680
+ "meta_ctrl": false,
681
+ "result": "image-url"
682
+ },
683
+ {
684
+ "shift": false,
685
+ "ctrl_cmd": true,
686
+ "alt_opt": false,
687
+ "meta_ctrl": false,
688
+ "result": "link"
689
+ },
690
+ {
691
+ "shift": true,
692
+ "ctrl_cmd": true,
693
+ "alt_opt": false,
694
+ "meta_ctrl": false,
695
+ "result": "embeddable"
696
+ },
697
+ {
698
+ "shift": true,
699
+ "ctrl_cmd": false,
700
+ "alt_opt": false,
701
+ "meta_ctrl": false,
702
+ "result": "image-import"
703
+ }
704
+ ]
705
+ },
706
+ "InternalDragAction": {
707
+ "defaultAction": "link",
708
+ "rules": [
709
+ {
710
+ "shift": false,
711
+ "ctrl_cmd": false,
712
+ "alt_opt": false,
713
+ "meta_ctrl": false,
714
+ "result": "link"
715
+ },
716
+ {
717
+ "shift": true,
718
+ "ctrl_cmd": true,
719
+ "alt_opt": false,
720
+ "meta_ctrl": false,
721
+ "result": "embeddable"
722
+ },
723
+ {
724
+ "shift": true,
725
+ "ctrl_cmd": false,
726
+ "alt_opt": false,
727
+ "meta_ctrl": false,
728
+ "result": "image"
729
+ },
730
+ {
731
+ "shift": false,
732
+ "ctrl_cmd": true,
733
+ "alt_opt": true,
734
+ "meta_ctrl": false,
735
+ "result": "image-fullsize"
736
+ }
737
+ ]
738
+ },
739
+ "LinkClickAction": {
740
+ "defaultAction": "new-tab",
741
+ "rules": [
742
+ {
743
+ "shift": false,
744
+ "ctrl_cmd": false,
745
+ "alt_opt": false,
746
+ "meta_ctrl": false,
747
+ "result": "active-pane"
748
+ },
749
+ {
750
+ "shift": false,
751
+ "ctrl_cmd": true,
752
+ "alt_opt": false,
753
+ "meta_ctrl": false,
754
+ "result": "new-tab"
755
+ },
756
+ {
757
+ "shift": false,
758
+ "ctrl_cmd": true,
759
+ "alt_opt": true,
760
+ "meta_ctrl": false,
761
+ "result": "new-pane"
762
+ },
763
+ {
764
+ "shift": true,
765
+ "ctrl_cmd": true,
766
+ "alt_opt": true,
767
+ "meta_ctrl": false,
768
+ "result": "popout-window"
769
+ },
770
+ {
771
+ "shift": false,
772
+ "ctrl_cmd": true,
773
+ "alt_opt": false,
774
+ "meta_ctrl": true,
775
+ "result": "md-properties"
776
+ }
777
+ ]
778
+ }
779
+ }
780
+ },
781
+ "slidingPanesSupport": false,
782
+ "areaZoomLimit": 1,
783
+ "longPressDesktop": 500,
784
+ "longPressMobile": 500,
785
+ "doubleClickLinkOpenViewMode": true,
786
+ "isDebugMode": false,
787
+ "rank": "Bronze",
788
+ "modifierKeyOverrides": [
789
+ {
790
+ "modifiers": [
791
+ "Mod"
792
+ ],
793
+ "key": "Enter"
794
+ },
795
+ {
796
+ "modifiers": [
797
+ "Mod"
798
+ ],
799
+ "key": "k"
800
+ },
801
+ {
802
+ "modifiers": [
803
+ "Mod"
804
+ ],
805
+ "key": "G"
806
+ }
807
+ ],
808
+ "showSplashscreen": true,
809
+ "pdfSettings": {
810
+ "pageSize": "A4",
811
+ "pageOrientation": "portrait",
812
+ "fitToPage": 1,
813
+ "paperColor": "white",
814
+ "customPaperColor": "#ffffff",
815
+ "alignment": "center",
816
+ "margin": "normal"
817
+ },
818
+ "disableContextMenu": false
819
+ }