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-49Lines changed: 45 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -16701,49 +16701,56 @@ var require_yaml_intelligence_resources = __commonJS({
16701
16701
name: "margin",
16702
16702
tags: {
16703
16703
formats: [
16704
+
"revealjs",
16704
16705
"typst"
16705
16706
]
16706
16707
},
16707
16708
schema: {
16708
-
object: {
16709
-
closed: true,
16710
-
properties: {
16711
-
x: {
16712
-
string: {
16713
-
description: "Horizontal margin (e.g. 1.5in)"
16714
-
}
16715
-
},
16716
-
y: {
16717
-
string: {
16718
-
description: "Vertical margin (e.g. 1.5in)"
16719
-
}
16720
-
},
16721
-
top: {
16722
-
string: {
16723
-
description: "Top margin (e.g. 1.5in)"
16724
-
}
16725
-
},
16726
-
bottom: {
16727
-
string: {
16728
-
description: "Bottom margin (e.g. 1.5in)"
16729
-
}
16730
-
},
16731
-
left: {
16732
-
string: {
16733
-
description: "Left margin (e.g. 1.5in)"
16734
-
}
16735
-
},
16736
-
right: {
16737
-
string: {
16738
-
description: "Right margin (e.g. 1.5in)"
16709
+
anyOf: [
16710
+
"number",
16711
+
{
16712
+
object: {
16713
+
closed: true,
16714
+
properties: {
16715
+
x: {
16716
+
string: {
16717
+
description: "Horizontal margin (e.g. 1.5in)"
16718
+
}
16719
+
},
16720
+
y: {
16721
+
string: {
16722
+
description: "Vertical margin (e.g. 1.5in)"
16723
+
}
16724
+
},
16725
+
top: {
16726
+
string: {
16727
+
description: "Top margin (e.g. 1.5in)"
16728
+
}
16729
+
},
16730
+
bottom: {
16731
+
string: {
16732
+
description: "Bottom margin (e.g. 1.5in)"
16733
+
}
16734
+
},
16735
+
left: {
16736
+
string: {
16737
+
description: "Left margin (e.g. 1.5in)"
16738
+
}
16739
+
},
16740
+
right: {
16741
+
string: {
16742
+
description: "Right margin (e.g. 1.5in)"
16743
+
}
16744
+
}
16739
16745
}
16740
16746
}
16741
16747
}
16742
-
}
16748
+
]
16743
16749
},
16750
+
default: 0.1,
16744
16751
description: {
16745
-
short: "Page margins for Typst output.",
16746
-
long: "A dictionary specifying page margins. Use `x` and `y` for symmetric\nhorizontal/vertical margins, or `top`, `bottom`, `left`, `right` for\nindividual sides. Values should include units (e.g. `1.5in`, `2cm`).\n"
16752
+
short: "Margin settings for Reveal.js or Typst output.",
16753
+
long: "For `revealjs`, the factor of the display size that should remain empty around the content (e.g. 0.1).\n\nFor `typst`, a dictionary specifying page margins. Use `x` and `y` for symmetric\nhorizontal/vertical margins, or `top`, `bottom`, `left`, `right` for\nindividual sides. Values should include units (e.g. `1.5in`, `2cm`).\n"
16747
16754
}
16748
16755
},
16749
16756
{
@@ -18875,17 +18882,6 @@ var require_yaml_intelligence_resources = __commonJS({
18875
18882
long: 'The "normal" height of the presentation, aspect ratio will\nbe preserved when the presentation is scaled to fit different\nresolutions. Can be specified using percentage units.\n'
18876
18883
}
18877
18884
},
18878
-
{
18879
-
name: "margin",
18880
-
tags: {
18881
-
formats: [
18882
-
"revealjs"
18883
-
]
18884
-
},
18885
-
schema: "number",
18886
-
default: 0.1,
18887
-
description: "Factor of the display size that should remain empty around the content (e.g. 0.1)."
18888
-
},
18889
18885
{
18890
18886
name: "min-scale",
18891
18887
tags: {
@@ -24792,7 +24788,7 @@ var require_yaml_intelligence_resources = __commonJS({
24792
24788
"Minimum vertical spacing between margin notes (default: 8pt).",
24793
24789
{
24794
24790
short: "Visual style for theorem environments in Typst output.",
24795
-
long: "Controls how theorems, lemmas, definitions, etc. are rendered: -\n<code>simple</code>: Plain text with bold title and italic body\n(default) - <code>fancy</code>: Colored boxes using brand colors -\n<code>clouds</code>: Rounded colored background boxes -\n<code>rainbow</code>: Colored left border with colored title"
24791
+
long: "Controls how theorems, lemmas, definitions, etc. are rendered:"
24796
24792
},
24797
24793
{
24798
24794
short: "Email format version",
@@ -25380,12 +25376,12 @@ var require_yaml_intelligence_resources = __commonJS({
25380
25376
mermaid: "%%"
25381
25377
},
25382
25378
"handlers/mermaid/schema.yml": {
25383
-
_internalId: 222532,
25379
+
_internalId: 222535,
25384
25380
type: "object",
25385
25381
description: "be an object",
25386
25382
properties: {
25387
25383
"mermaid-format": {
25388
-
_internalId: 222524,
25384
+
_internalId: 222527,
25389
25385
type: "enum",
25390
25386
enum: [
25391
25387
"png",
@@ -25401,7 +25397,7 @@ var require_yaml_intelligence_resources = __commonJS({
0 commit comments