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
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16869,6 +16869,20 @@ var require_yaml_intelligence_resources = __commonJS({
16869
16869
},
16870
16870
description: "Enables smooth scrolling within the page."
16871
16871
},
16872
+
{
16873
+
name: "respect-user-color-scheme",
16874
+
schema: "boolean",
16875
+
default: false,
16876
+
tags: {
16877
+
formats: [
16878
+
"$html-doc"
16879
+
]
16880
+
},
16881
+
description: {
16882
+
short: "Whether the `prefers-color-scheme` media query controls dark mode.",
16883
+
long: "Whether to use the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author preference (order of `light`\nand `dark` in `theme` or `brand`) determines what is shown to the user at first visit.\n"
16884
+
}
16885
+
},
16872
16886
{
16873
16887
name: "html-math-method",
16874
16888
tags: {
@@ -22751,6 +22765,7 @@ var require_yaml_intelligence_resources = __commonJS({
22751
22765
},
22752
22766
"Control the <code>\\pagestyle{}</code> for the document.",
22753
22767
"The paper size for the document.",
22768
+
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>.",
22754
22769
{
22755
22770
short: "The options for margins and text layout for this document.",
22756
22771
long: 'The options for margins and text layout for this document.\nSee <a href="https://wiki.contextgarden.net/Layout">ConTeXt\nLayout</a> for additional information.'
@@ -24043,7 +24058,10 @@ var require_yaml_intelligence_resources = __commonJS({
24043
24058
"Manuscript configuration",
24044
24059
"internal-schema-hack",
24045
24060
"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.",
24046
-
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>."
24061
+
{
24062
+
short: "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
24063
+
long: "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
24064
+
}
24047
24065
],
24048
24066
"schema/external-schemas.yml": [
24049
24067
{
@@ -24272,12 +24290,12 @@ var require_yaml_intelligence_resources = __commonJS({
24272
24290
mermaid: "%%"
24273
24291
},
24274
24292
"handlers/mermaid/schema.yml": {
24275
-
_internalId: 194259,
24293
+
_internalId: 194479,
24276
24294
type: "object",
24277
24295
description: "be an object",
24278
24296
properties: {
24279
24297
"mermaid-format": {
24280
-
_internalId: 194251,
24298
+
_internalId: 194471,
24281
24299
type: "enum",
24282
24300
enum: [
24283
24301
"png",
@@ -24293,7 +24311,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9841,6 +9841,20 @@
9841
9841
},
9842
9842
"description": "Enables smooth scrolling within the page."
9843
9843
},
9844
+
{
9845
+
"name": "respect-user-color-scheme",
9846
+
"schema": "boolean",
9847
+
"default": false,
9848
+
"tags": {
9849
+
"formats": [
9850
+
"$html-doc"
9851
+
]
9852
+
},
9853
+
"description": {
9854
+
"short": "Whether the `prefers-color-scheme` media query controls dark mode.",
9855
+
"long": "Whether to use the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author preference (order of `light`\nand `dark` in `theme` or `brand`) determines what is shown to the user at first visit.\n"
9856
+
}
9857
+
},
9844
9858
{
9845
9859
"name": "html-math-method",
9846
9860
"tags": {
@@ -15723,6 +15737,7 @@
15723
15737
},
15724
15738
"Control the <code>\\pagestyle{}</code> for the document.",
15725
15739
"The paper size for the document.",
15740
+
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>.",
15726
15741
{
15727
15742
"short": "The options for margins and text layout for this document.",
15728
15743
"long": "The options for margins and text layout for this document.\nSee <a href=\"https://wiki.contextgarden.net/Layout\">ConTeXt\nLayout</a> for additional information."
@@ -17015,7 +17030,10 @@
17015
17030
"Manuscript configuration",
17016
17031
"internal-schema-hack",
17017
17032
"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’.",
17018
-
"The brand mode to use for rendering the Typst document,\n<code>light</code> or <code>dark</code>."
17033
+
{
17034
+
"short": "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
17035
+
"long": "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
0 commit comments