You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/resources/editor/tools/vs-code.mjs
+7-18
Original file line number
Diff line number
Diff line change
@@ -16247,17 +16247,6 @@ var require_yaml_intelligence_resources = __commonJS({
16247
16247
default: "atx",
16248
16248
description: "Specify whether to use `atx` (`#`-prefixed) or\n`setext` (underlined) headings for level 1 and 2\nheadings (`atx` or `setext`).\n"
16249
16249
},
16250
-
{
16251
-
name: "keep-yaml",
16252
-
tags: {
16253
-
formats: [
16254
-
"$markdown-all"
16255
-
]
16256
-
},
16257
-
schema: "boolean",
16258
-
default: false,
16259
-
description: "Preserve the original YAML front matter in rendered markdown"
16260
-
},
16261
16250
{
16262
16251
name: "ipynb-output",
16263
16252
tags: {
@@ -19812,7 +19801,7 @@ var require_yaml_intelligence_resources = __commonJS({
19812
19801
"A list of input documents that should be treated as drafts",
19813
19802
{
19814
19803
short: "How to handle drafts that are encountered.",
19815
-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
19804
+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
19816
19805
},
19817
19806
"Book title",
19818
19807
"Description metadata for HTML version of book",
@@ -19958,7 +19947,7 @@ var require_yaml_intelligence_resources = __commonJS({
19958
19947
"A list of input documents that should be treated as drafts",
19959
19948
{
19960
19949
short: "How to handle drafts that are encountered.",
19961
-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
19950
+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
19962
19951
},
19963
19952
"Book subtitle",
19964
19953
"Author or authors of the book",
@@ -22153,7 +22142,7 @@ var require_yaml_intelligence_resources = __commonJS({
22153
22142
"A list of input documents that should be treated as drafts",
22154
22143
{
22155
22144
short: "How to handle drafts that are encountered.",
22156
-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
22145
+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
22157
22146
},
22158
22147
"Book subtitle",
22159
22148
"Author or authors of the book",
@@ -22483,7 +22472,7 @@ var require_yaml_intelligence_resources = __commonJS({
22483
22472
"A list of input documents that should be treated as drafts",
22484
22473
{
22485
22474
short: "How to handle drafts that are encountered.",
22486
-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
22475
+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
22487
22476
},
22488
22477
"Book subtitle",
22489
22478
"Author or authors of the book",
@@ -22880,12 +22869,12 @@ var require_yaml_intelligence_resources = __commonJS({
22880
22869
mermaid: "%%"
22881
22870
},
22882
22871
"handlers/mermaid/schema.yml": {
22883
-
_internalId: 182026,
22872
+
_internalId: 182024,
22884
22873
type: "object",
22885
22874
description: "be an object",
22886
22875
properties: {
22887
22876
"mermaid-format": {
22888
-
_internalId: 182018,
22877
+
_internalId: 182016,
22889
22878
type: "enum",
22890
22879
enum: [
22891
22880
"png",
@@ -22901,7 +22890,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardexpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+7-18
Original file line number
Diff line number
Diff line change
@@ -9219,17 +9219,6 @@
9219
9219
"default": "atx",
9220
9220
"description": "Specify whether to use `atx` (`#`-prefixed) or\n`setext` (underlined) headings for level 1 and 2\nheadings (`atx` or `setext`).\n"
9221
9221
},
9222
-
{
9223
-
"name": "keep-yaml",
9224
-
"tags": {
9225
-
"formats": [
9226
-
"$markdown-all"
9227
-
]
9228
-
},
9229
-
"schema": "boolean",
9230
-
"default": false,
9231
-
"description": "Preserve the original YAML front matter in rendered markdown"
9232
-
},
9233
9222
{
9234
9223
"name": "ipynb-output",
9235
9224
"tags": {
@@ -12784,7 +12773,7 @@
12784
12773
"A list of input documents that should be treated as drafts",
12785
12774
{
12786
12775
"short": "How to handle drafts that are encountered.",
12787
-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
12776
+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
12788
12777
},
12789
12778
"Book title",
12790
12779
"Description metadata for HTML version of book",
@@ -12930,7 +12919,7 @@
12930
12919
"A list of input documents that should be treated as drafts",
12931
12920
{
12932
12921
"short": "How to handle drafts that are encountered.",
12933
-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
12922
+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
12934
12923
},
12935
12924
"Book subtitle",
12936
12925
"Author or authors of the book",
@@ -15125,7 +15114,7 @@
15125
15114
"A list of input documents that should be treated as drafts",
15126
15115
{
15127
15116
"short": "How to handle drafts that are encountered.",
15128
-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
15117
+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
15129
15118
},
15130
15119
"Book subtitle",
15131
15120
"Author or authors of the book",
@@ -15455,7 +15444,7 @@
15455
15444
"A list of input documents that should be treated as drafts",
15456
15445
{
15457
15446
"short": "How to handle drafts that are encountered.",
15458
-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
15447
+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
0 commit comments