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
+45-15Lines changed: 45 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -12544,6 +12544,42 @@ var require_yaml_intelligence_resources = __commonJS({
12544
12544
}
12545
12545
}
12546
12546
},
12547
+
{
12548
+
id: "brand-path-bool-light-dark",
12549
+
anyOf: [
12550
+
"string",
12551
+
"boolean",
12552
+
{
12553
+
object: {
12554
+
closed: true,
12555
+
properties: {
12556
+
light: {
12557
+
anyOf: [
12558
+
"string",
12559
+
{
12560
+
ref: "brand"
12561
+
}
12562
+
],
12563
+
description: "The path to a light brand file or an inline light brand definition.\n"
12564
+
},
12565
+
dark: {
12566
+
anyOf: [
12567
+
"string",
12568
+
{
12569
+
ref: "brand"
12570
+
}
12571
+
],
12572
+
description: "The path to a dark brand file or an inline dark brand definition.\n"
12573
+
}
12574
+
}
12575
+
}
12576
+
},
12577
+
{
12578
+
ref: "brand"
12579
+
}
12580
+
],
12581
+
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"
12582
+
},
12547
12583
{
12548
12584
id: "brand-defaults",
12549
12585
object: {
@@ -16688,16 +16724,7 @@ var require_yaml_intelligence_resources = __commonJS({
16688
16724
},
16689
16725
{
16690
16726
name: "brand",
16691
-
schema: {
16692
-
anyOf: [
16693
-
"string",
16694
-
"boolean",
16695
-
{
16696
-
ref: "brand"
16697
-
}
16698
-
]
16699
-
},
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"
16727
+
ref: "brand-path-bool-light-dark"
16701
16728
},
16702
16729
{
16703
16730
name: "theme",
@@ -21910,11 +21937,15 @@ var require_yaml_intelligence_resources = __commonJS({
21910
21937
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
21911
21938
"The path to the font file. This can be a local path or a URL.",
21912
21939
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
21940
+
"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.",
21941
+
"The path to a light brand file or an inline light brand\ndefinition.",
21942
+
"The path to a dark brand file or an inline dark brand definition.",
21913
21943
{
21914
21944
short: "Unique label for code cell",
21915
21945
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
21946
},
21917
21947
"Classes to apply to cell container",
21948
+
"Array of rendering names",
21918
21949
"Array of tags for notebook cell",
21919
21950
{
21920
21951
short: "Notebook cell identifier",
@@ -22879,7 +22910,6 @@ var require_yaml_intelligence_resources = __commonJS({
22879
22910
},
22880
22911
"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
22912
"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.",
22883
22913
"Theme name, theme scss file, or a mix of both.",
22884
22914
"The light theme name, theme scss file, or a mix of both.",
22885
22915
"The light theme name, theme scss file, or a mix of both.",
@@ -23630,6 +23660,7 @@ var require_yaml_intelligence_resources = __commonJS({
23630
23660
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23631
23661
"Manuscript configuration",
23632
23662
"internal-schema-hack",
23663
+
"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
23664
{
23634
23665
short: "Include an automatically generated table of contents",
23635
23666
long: ""
@@ -23982,7 +24013,6 @@ var require_yaml_intelligence_resources = __commonJS({
23982
24013
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23983
24014
"Manuscript configuration",
23984
24015
"internal-schema-hack",
23985
-
"Array of rendering names",
23986
24016
"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
24017
],
23988
24018
"schema/external-schemas.yml": [
@@ -24212,12 +24242,12 @@ var require_yaml_intelligence_resources = __commonJS({
24212
24242
mermaid: "%%"
24213
24243
},
24214
24244
"handlers/mermaid/schema.yml": {
24215
-
_internalId: 194327,
24245
+
_internalId: 194248,
24216
24246
type: "object",
24217
24247
description: "be an object",
24218
24248
properties: {
24219
24249
"mermaid-format": {
24220
-
_internalId: 194319,
24250
+
_internalId: 194240,
24221
24251
type: "enum",
24222
24252
enum: [
24223
24253
"png",
@@ -24233,7 +24263,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+45-15Lines changed: 45 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5516,6 +5516,42 @@
5516
5516
}
5517
5517
}
5518
5518
},
5519
+
{
5520
+
"id": "brand-path-bool-light-dark",
5521
+
"anyOf": [
5522
+
"string",
5523
+
"boolean",
5524
+
{
5525
+
"object": {
5526
+
"closed": true,
5527
+
"properties": {
5528
+
"light": {
5529
+
"anyOf": [
5530
+
"string",
5531
+
{
5532
+
"ref": "brand"
5533
+
}
5534
+
],
5535
+
"description": "The path to a light brand file or an inline light brand definition.\n"
5536
+
},
5537
+
"dark": {
5538
+
"anyOf": [
5539
+
"string",
5540
+
{
5541
+
"ref": "brand"
5542
+
}
5543
+
],
5544
+
"description": "The path to a dark brand file or an inline dark brand definition.\n"
5545
+
}
5546
+
}
5547
+
}
5548
+
},
5549
+
{
5550
+
"ref": "brand"
5551
+
}
5552
+
],
5553
+
"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"
5554
+
},
5519
5555
{
5520
5556
"id": "brand-defaults",
5521
5557
"object": {
@@ -9660,16 +9696,7 @@
9660
9696
},
9661
9697
{
9662
9698
"name": "brand",
9663
-
"schema": {
9664
-
"anyOf": [
9665
-
"string",
9666
-
"boolean",
9667
-
{
9668
-
"ref": "brand"
9669
-
}
9670
-
]
9671
-
},
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"
9699
+
"ref": "brand-path-bool-light-dark"
9673
9700
},
9674
9701
{
9675
9702
"name": "theme",
@@ -14882,11 +14909,15 @@
14882
14909
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
14883
14910
"The path to the font file. This can be a local path or a URL.",
14884
14911
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
14912
+
"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.",
14913
+
"The path to a light brand file or an inline light brand\ndefinition.",
14914
+
"The path to a dark brand file or an inline dark brand definition.",
14885
14915
{
14886
14916
"short": "Unique label for code cell",
14887
14917
"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
14918
},
14889
14919
"Classes to apply to cell container",
14920
+
"Array of rendering names",
14890
14921
"Array of tags for notebook cell",
14891
14922
{
14892
14923
"short": "Notebook cell identifier",
@@ -15851,7 +15882,6 @@
15851
15882
},
15852
15883
"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
15884
"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.",
15855
15885
"Theme name, theme scss file, or a mix of both.",
15856
15886
"The light theme name, theme scss file, or a mix of both.",
15857
15887
"The light theme name, theme scss file, or a mix of both.",
@@ -16602,6 +16632,7 @@
16602
16632
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16603
16633
"Manuscript configuration",
16604
16634
"internal-schema-hack",
16635
+
"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
16636
{
16606
16637
"short": "Include an automatically generated table of contents",
16607
16638
"long": ""
@@ -16954,7 +16985,6 @@
16954
16985
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16955
16986
"Manuscript configuration",
16956
16987
"internal-schema-hack",
16957
-
"Array of rendering names",
16958
16988
"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