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
+49-13Lines changed: 49 additions & 13 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: {
@@ -16689,15 +16725,9 @@ var require_yaml_intelligence_resources = __commonJS({
16689
16725
{
16690
16726
name: "brand",
16691
16727
schema: {
16692
-
anyOf: [
16693
-
"string",
16694
-
"boolean",
16695
-
{
16696
-
ref: "brand"
16697
-
}
16698
-
]
16728
+
ref: "brand-path-bool-light-dark"
16699
16729
},
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"
16730
+
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
16731
},
16702
16732
{
16703
16733
name: "theme",
@@ -21910,11 +21940,15 @@ var require_yaml_intelligence_resources = __commonJS({
21910
21940
"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
21941
"The path to the font file. This can be a local path or a URL.",
21912
21942
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
21943
+
"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.",
21944
+
"The path to a light brand file or an inline light brand\ndefinition.",
21945
+
"The path to a dark brand file or an inline dark brand definition.",
21913
21946
{
21914
21947
short: "Unique label for code cell",
21915
21948
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
21949
},
21917
21950
"Classes to apply to cell container",
21951
+
"Array of rendering names",
21918
21952
"Array of tags for notebook cell",
21919
21953
{
21920
21954
short: "Notebook cell identifier",
@@ -22879,7 +22913,9 @@ var require_yaml_intelligence_resources = __commonJS({
22879
22913
},
22880
22914
"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
22915
"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.",
22916
+
"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.",
22917
+
"The path to a light brand file or an inline light brand\ndefinition.",
22918
+
"The path to a dark brand file or an inline dark brand definition.",
22883
22919
"Theme name, theme scss file, or a mix of both.",
22884
22920
"The light theme name, theme scss file, or a mix of both.",
22885
22921
"The light theme name, theme scss file, or a mix of both.",
@@ -23630,6 +23666,7 @@ var require_yaml_intelligence_resources = __commonJS({
23630
23666
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23631
23667
"Manuscript configuration",
23632
23668
"internal-schema-hack",
23669
+
"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
23670
{
23634
23671
short: "Include an automatically generated table of contents",
23635
23672
long: ""
@@ -23982,7 +24019,6 @@ var require_yaml_intelligence_resources = __commonJS({
23982
24019
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
23983
24020
"Manuscript configuration",
23984
24021
"internal-schema-hack",
23985
-
"Array of rendering names",
23986
24022
"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
24023
],
23988
24024
"schema/external-schemas.yml": [
@@ -24212,12 +24248,12 @@ var require_yaml_intelligence_resources = __commonJS({
24212
24248
mermaid: "%%"
24213
24249
},
24214
24250
"handlers/mermaid/schema.yml": {
24215
-
_internalId: 194327,
24251
+
_internalId: 196120,
24216
24252
type: "object",
24217
24253
description: "be an object",
24218
24254
properties: {
24219
24255
"mermaid-format": {
24220
-
_internalId: 194319,
24256
+
_internalId: 196112,
24221
24257
type: "enum",
24222
24258
enum: [
24223
24259
"png",
@@ -24233,7 +24269,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+49-13Lines changed: 49 additions & 13 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": {
@@ -9661,15 +9697,9 @@
9661
9697
{
9662
9698
"name": "brand",
9663
9699
"schema": {
9664
-
"anyOf": [
9665
-
"string",
9666
-
"boolean",
9667
-
{
9668
-
"ref": "brand"
9669
-
}
9670
-
]
9700
+
"ref": "brand-path-bool-light-dark"
9671
9701
},
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"
9702
+
"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
9703
},
9674
9704
{
9675
9705
"name": "theme",
@@ -14882,11 +14912,15 @@
14882
14912
"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
14913
"The path to the font file. This can be a local path or a URL.",
14884
14914
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
14915
+
"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.",
14916
+
"The path to a light brand file or an inline light brand\ndefinition.",
14917
+
"The path to a dark brand file or an inline dark brand definition.",
14885
14918
{
14886
14919
"short": "Unique label for code cell",
14887
14920
"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
14921
},
14889
14922
"Classes to apply to cell container",
14923
+
"Array of rendering names",
14890
14924
"Array of tags for notebook cell",
14891
14925
{
14892
14926
"short": "Notebook cell identifier",
@@ -15851,7 +15885,9 @@
15851
15885
},
15852
15886
"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
15887
"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.",
15888
+
"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.",
15889
+
"The path to a light brand file or an inline light brand\ndefinition.",
15890
+
"The path to a dark brand file or an inline dark brand definition.",
15855
15891
"Theme name, theme scss file, or a mix of both.",
15856
15892
"The light theme name, theme scss file, or a mix of both.",
15857
15893
"The light theme name, theme scss file, or a mix of both.",
@@ -16602,6 +16638,7 @@
16602
16638
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16603
16639
"Manuscript configuration",
16604
16640
"internal-schema-hack",
16641
+
"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
16642
{
16606
16643
"short": "Include an automatically generated table of contents",
16607
16644
"long": ""
@@ -16954,7 +16991,6 @@
16954
16991
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
16955
16992
"Manuscript configuration",
16956
16993
"internal-schema-hack",
16957
-
"Array of rendering names",
16958
16994
"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