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
+34-6Lines changed: 34 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16694,10 +16694,35 @@ var require_yaml_intelligence_resources = __commonJS({
16694
16694
"boolean",
16695
16695
{
16696
16696
ref: "brand"
16697
+
},
16698
+
{
16699
+
object: {
16700
+
closed: true,
16701
+
properties: {
16702
+
light: {
16703
+
anyOf: [
16704
+
"string",
16705
+
{
16706
+
ref: "brand"
16707
+
}
16708
+
],
16709
+
description: "The path to a light brand file or an inline light brand definition.\n"
16710
+
},
16711
+
dark: {
16712
+
anyOf: [
16713
+
"string",
16714
+
{
16715
+
ref: "brand"
16716
+
}
16717
+
],
16718
+
description: "The path to a dark brand file or an inline dark brand definition.\n"
16719
+
}
16720
+
}
16721
+
}
16697
16722
}
16698
16723
]
16699
16724
},
16700
-
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
16725
+
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
16701
16726
},
16702
16727
{
16703
16728
name: "theme",
@@ -21915,6 +21940,7 @@ var require_yaml_intelligence_resources = __commonJS({
21915
21940
long: "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g. for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
21916
21941
},
21917
21942
"Classes to apply to cell container",
21943
+
"Array of rendering names",
21918
21944
"Array of tags for notebook cell",
21919
21945
{
21920
21946
short: "Notebook cell identifier",
@@ -22879,7 +22905,9 @@ var require_yaml_intelligence_resources = __commonJS({
22879
22905
},
22880
22906
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
22881
22907
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22882
-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition.",
22908
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
22909
+
"The path to a light brand file or an inline light brand\ndefinition.",
22910
+
"The path to a dark brand file or an inline dark brand definition.",
22883
22911
"Theme name, theme scss file, or a mix of both.",
22884
22912
"The light theme name, theme scss file, or a mix of both.",
22885
22913
"The light theme name, theme scss file, or a mix of both.",
@@ -23630,6 +23658,7 @@ var require_yaml_intelligence_resources = __commonJS({
23630
23658
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23631
23659
"Manuscript configuration",
23632
23660
"internal-schema-hack",
23661
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
23633
23662
{
23634
23663
short: "Include an automatically generated table of contents",
23635
23664
long: ""
@@ -23982,7 +24011,6 @@ var require_yaml_intelligence_resources = __commonJS({
23982
24011
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23983
24012
"Manuscript configuration",
23984
24013
"internal-schema-hack",
23985
-
"Array of rendering names",
23986
24014
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
23987
24015
],
23988
24016
"schema/external-schemas.yml": [
@@ -24212,12 +24240,12 @@ var require_yaml_intelligence_resources = __commonJS({
24212
24240
mermaid: "%%"
24213
24241
},
24214
24242
"handlers/mermaid/schema.yml": {
24215
-
_internalId: 194327,
24243
+
_internalId: 196088,
24216
24244
type: "object",
24217
24245
description: "be an object",
24218
24246
properties: {
24219
24247
"mermaid-format": {
24220
-
_internalId: 194319,
24248
+
_internalId: 196080,
24221
24249
type: "enum",
24222
24250
enum: [
24223
24251
"png",
@@ -24233,7 +24261,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+34-6Lines changed: 34 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9666,10 +9666,35 @@
9666
9666
"boolean",
9667
9667
{
9668
9668
"ref": "brand"
9669
+
},
9670
+
{
9671
+
"object": {
9672
+
"closed": true,
9673
+
"properties": {
9674
+
"light": {
9675
+
"anyOf": [
9676
+
"string",
9677
+
{
9678
+
"ref": "brand"
9679
+
}
9680
+
],
9681
+
"description": "The path to a light brand file or an inline light brand definition.\n"
9682
+
},
9683
+
"dark": {
9684
+
"anyOf": [
9685
+
"string",
9686
+
{
9687
+
"ref": "brand"
9688
+
}
9689
+
],
9690
+
"description": "The path to a dark brand file or an inline dark brand definition.\n"
9691
+
}
9692
+
}
9693
+
}
9669
9694
}
9670
9695
]
9671
9696
},
9672
-
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
9697
+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
9673
9698
},
9674
9699
{
9675
9700
"name": "theme",
@@ -14887,6 +14912,7 @@
14887
14912
"long": "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g. for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
14888
14913
},
14889
14914
"Classes to apply to cell container",
14915
+
"Array of rendering names",
14890
14916
"Array of tags for notebook cell",
14891
14917
{
14892
14918
"short": "Notebook cell identifier",
@@ -15851,7 +15877,9 @@
15851
15877
},
15852
15878
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
15853
15879
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
15854
-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition.",
15880
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
15881
+
"The path to a light brand file or an inline light brand\ndefinition.",
15882
+
"The path to a dark brand file or an inline dark brand definition.",
15855
15883
"Theme name, theme scss file, or a mix of both.",
15856
15884
"The light theme name, theme scss file, or a mix of both.",
15857
15885
"The light theme name, theme scss file, or a mix of both.",
@@ -16602,6 +16630,7 @@
16602
16630
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16603
16631
"Manuscript configuration",
16604
16632
"internal-schema-hack",
16633
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
16605
16634
{
16606
16635
"short": "Include an automatically generated table of contents",
16607
16636
"long": ""
@@ -16954,7 +16983,6 @@
16954
16983
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16955
16984
"Manuscript configuration",
16956
16985
"internal-schema-hack",
16957
-
"Array of rendering names",
16958
16986
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
0 commit comments