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
+47-24Lines changed: 47 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -13530,7 +13530,8 @@ var require_yaml_intelligence_resources = __commonJS({
13530
13530
schema: "string",
13531
13531
tags: {
13532
13532
formats: [
13533
-
"$pdf-all"
13533
+
"$pdf-all",
13534
+
"typst"
13534
13535
]
13535
13536
},
13536
13537
description: "The contents of an acknowledgments footnote after the document title."
@@ -13859,12 +13860,13 @@ var require_yaml_intelligence_resources = __commonJS({
13859
13860
formats: [
13860
13861
"$html-doc",
13861
13862
"context",
13862
-
"$pdf-all"
13863
+
"$pdf-all",
13864
+
"typst"
13863
13865
]
13864
13866
},
13865
13867
description: {
13866
13868
short: "Sets the color of hyperlinks in the document.",
13867
-
long: "For HTML output, sets the CSS `color` property on all links.\n\nFor LaTeX output, The color used for internal links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n\nFor ConTeXt output, sets the color for both external links and links within the document.\n"
13869
+
long: "For HTML output, sets the CSS `color` property on all links.\n\nFor LaTeX output, The color used for internal links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n\nFor ConTeXt output, sets the color for both external links and links within the document.\n\nFor Typst output, sets the color of internal hyperlinks using Typst color syntax.\n"
13868
13870
}
13869
13871
},
13870
13872
{
@@ -13898,25 +13900,27 @@ var require_yaml_intelligence_resources = __commonJS({
13898
13900
schema: "string",
13899
13901
tags: {
13900
13902
formats: [
13901
-
"$pdf-all"
13903
+
"$pdf-all",
13904
+
"typst"
13902
13905
]
13903
13906
},
13904
13907
description: {
13905
-
short: "The color used for external links using color options allowed by `xcolor`",
13906
-
long: "The color used for external links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n"
13908
+
short: "The color used for external links.",
13909
+
long: "For LaTeX output, the color used for external links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n\nFor Typst output, sets the color of external file links using Typst color syntax.\n"
13907
13910
}
13908
13911
},
13909
13912
{
13910
13913
name: "citecolor",
13911
13914
schema: "string",
13912
13915
tags: {
13913
13916
formats: [
13914
-
"$pdf-all"
13917
+
"$pdf-all",
13918
+
"typst"
13915
13919
]
13916
13920
},
13917
13921
description: {
13918
-
short: "The color used for citation links using color options allowed by `xcolor`",
13919
-
long: "The color used for citation links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n"
13922
+
short: "The color used for citation links.",
13923
+
long: "For LaTeX output, the color used for citation links using color options\nallowed by [`xcolor`](https://ctan.org/pkg/xcolor),\nincluding the `dvipsnames`, `svgnames`, and\n`x11names` lists.\n\nFor Typst output, sets the color of citation links using Typst color syntax.\n"
13920
13924
}
13921
13925
},
13922
13926
{
@@ -15138,6 +15142,19 @@ var require_yaml_intelligence_resources = __commonJS({
15138
15142
long: "For HTML output, sets the CSS font-family property on code elements.\n\nFor PowerPoint output, sets the font used for code.\n\nFor LaTeX output, the monospace font family for use with `xelatex` or \n`lualatex`: take the name of any system font, using the\n[`fontspec`](https://ctan.org/pkg/fontspec) package. \n\nFor ConTeXt output, the monspace font family. Use the name of any \nsystem font. See [ConTeXt Fonts](https://wiki.contextgarden.net/Fonts) for more\ninformation.\n"
15139
15143
}
15140
15144
},
15145
+
{
15146
+
name: "codefont",
15147
+
schema: "string",
15148
+
tags: {
15149
+
formats: [
15150
+
"typst"
15151
+
]
15152
+
},
15153
+
description: {
15154
+
short: "Sets the font used for code in Typst output.",
15155
+
long: "For Typst output, sets the font used for displaying code. Takes\nthe name of any font available to Typst (system fonts or fonts in\ndirectories specified by `font-paths`).\n"
15156
+
}
15157
+
},
15141
15158
{
15142
15159
name: "fontsize",
15143
15160
schema: "string",
@@ -15216,12 +15233,13 @@ var require_yaml_intelligence_resources = __commonJS({
15216
15233
schema: "string",
15217
15234
tags: {
15218
15235
formats: [
15219
-
"$pdf-all"
15236
+
"$pdf-all",
15237
+
"typst"
15220
15238
]
15221
15239
},
15222
15240
description: {
15223
-
short: "The math font family for use with `xelatex` or `lualatex`.",
15224
-
long: "The math font family for use with `xelatex` or\n`lualatex`. Takes the name of any system font, using the\n[`fontspec`](https://ctan.org/pkg/fontspec) package.\n"
15241
+
short: "The math font family for use with `xelatex`, `lualatex`, or Typst.",
15242
+
long: "For LaTeX output, the math font family for use with `xelatex` or\n`lualatex`. Takes the name of any system font, using the\n[`fontspec`](https://ctan.org/pkg/fontspec) package.\n\nFor Typst output, sets the font used for mathematical content.\n"
15225
15243
}
15226
15244
},
15227
15245
{
@@ -15374,12 +15392,13 @@ var require_yaml_intelligence_resources = __commonJS({
15374
15392
formats: [
15375
15393
"$html-doc",
15376
15394
"context",
15377
-
"$pdf-all"
15395
+
"$pdf-all",
15396
+
"typst"
15378
15397
]
15379
15398
},
15380
15399
description: {
15381
15400
short: "Sets the line height or spacing for text in the document.",
15382
-
long: "For HTML output sets the CSS `line-height` property on the html\nelement, which is preferred to be unitless.\n\nFor LaTeX output, adjusts line spacing using the\n[setspace](https://ctan.org/pkg/setspace) package, e.g. 1.25, 1.5.\n"
15401
+
long: "For HTML output sets the CSS `line-height` property on the html\nelement, which is preferred to be unitless.\n\nFor LaTeX output, adjusts line spacing using the\n[setspace](https://ctan.org/pkg/setspace) package, e.g. 1.25, 1.5.\n\nFor Typst output, adjusts the spacing between lines of text.\n"
15383
15402
}
15384
15403
},
15385
15404
{
@@ -23377,6 +23396,11 @@ var require_yaml_intelligence_resources = __commonJS({
23377
23396
"Write markdown links as references rather than inline.",
23378
23397
"Unique prefix for references (<code>none</code> to prevent automatic\nprefixes)",
23379
23398
"Automatically re-render for preview whenever document is saved (note\nthat this requires a preview for the saved document be already running).\nThis option currently works only within VS Code.",
23399
+
{
23400
+
short: "Editor-specific options (used by RStudio and Positron).",
23401
+
long: "Editor-specific options that control IDE behavior for this document.\nThese options are used by RStudio and Positron to configure per-document\neditor settings."
23402
+
},
23403
+
"Determines where chunk output is shown in the editor.",
23380
23404
"Enable (<code>true</code>) or disable (<code>false</code>) Zotero for\na document. Alternatively, provide a list of one or more Zotero group\nlibraries to use with the document.",
23381
23405
"The identifier for this publication.",
23382
23406
"The identifier value.",
@@ -24752,6 +24776,10 @@ var require_yaml_intelligence_resources = __commonJS({
24752
24776
short: "Visual style for theorem environments in Typst output.",
24753
24777
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"
24754
24778
},
24779
+
{
24780
+
short: "Email format version",
24781
+
long: "Specifies which email format version to use."
24782
+
},
24755
24783
"Project configuration.",
24756
24784
"Project type (<code>default</code>, <code>website</code>,\n<code>book</code>, or <code>manuscript</code>)",
24757
24785
"Files to render (defaults to all files)",
@@ -25106,13 +25134,8 @@ var require_yaml_intelligence_resources = __commonJS({
25106
25134
"internal-schema-hack",
25107
25135
"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.",
25108
25136
{
25109
-
short: "Editor-specific options (used by RStudio and Positron).",
25110
-
long: "Editor-specific options that control IDE behavior for this document.\nThese options are used by RStudio and Positron to configure per-document\neditor settings."
25111
-
},
25112
-
"Determines where chunk output is shown in the editor.",
25113
-
{
25114
-
short: "Email format version",
25115
-
long: "Specifies which email format version to use."
25137
+
short: "Sets the font used for code in Typst output.",
25138
+
long: "For Typst output, sets the font used for displaying code. Takes the\nname of any font available to Typst (system fonts or fonts in\ndirectories specified by <code>font-paths</code>)."
25116
25139
}
25117
25140
],
25118
25141
"schema/external-schemas.yml": [
@@ -25343,12 +25366,12 @@ var require_yaml_intelligence_resources = __commonJS({
25343
25366
mermaid: "%%"
25344
25367
},
25345
25368
"handlers/mermaid/schema.yml": {
25346
-
_internalId: 221802,
25369
+
_internalId: 222606,
25347
25370
type: "object",
25348
25371
description: "be an object",
25349
25372
properties: {
25350
25373
"mermaid-format": {
25351
-
_internalId: 221794,
25374
+
_internalId: 222598,
25352
25375
type: "enum",
25353
25376
enum: [
25354
25377
"png",
@@ -25364,7 +25387,7 @@ var require_yaml_intelligence_resources = __commonJS({
0 commit comments