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
about: Report an error or unexpected behavior you saw while using this package
4
+
title: ""
5
+
labels: ""
6
+
assignees: ""
7
+
---
8
+
9
+
<!--
10
+
Welcome to the quarto GitHub repo!
11
+
12
+
We are always happy to hear feedback from our users.
13
+
14
+
To file a _bug report_, please follow these instructions carefully: <https://yihui.org/issue/#bug-reports>
15
+
16
+
Also, please complete and keep the checklist below in your issue. This helps you know what to check for opening a good issue report. It also helps know that you've have done the common steps that can solve your potential issue.
17
+
18
+
At last, if you have posted the same issue elsewhere, please mention it here, with a link to the other issue.
19
+
20
+
-->
21
+
22
+
## Checklist
23
+
24
+
When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you:
25
+
26
+
-[ ][formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?
27
+
28
+
-[ ] included a minimal, self-contained, and reproducible example?
29
+
30
+
-[ ] documented the quarto version you're running, by pasting the first line produced by `quarto render` in a terminal in your issue? ("This is quarto ...")
31
+
32
+
-[ ] upgraded to the latest version (including your versions of R, the RStudio IDE, and relevant R packages)?
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+51-21Lines changed: 51 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -10522,7 +10522,7 @@ var require_yaml_intelligence_resources = __commonJS({
10522
10522
"treaty",
10523
10523
"webpage"
10524
10524
],
10525
-
description: "The type of the item."
10525
+
description: "The [type](https://docs.citationstyles.org/en/stable/specification.html#appendix-iii-types) of the item."
10526
10526
},
10527
10527
url: {
10528
10528
string: {
@@ -13272,7 +13272,7 @@ var require_yaml_intelligence_resources = __commonJS({
13272
13272
default: false,
13273
13273
description: {
13274
13274
short: "Whether to use document class settings for indentation.",
13275
-
long: "Wheher to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
13275
+
long: "Whether to use document class settings for indentation. If the document \nclass settings are not used, the default LaTeX template removes indentation \nand adds space between paragraphs\n\nFor groff (`ms`) documents, the paragraph indent, for example, `2m`.\n"
13276
13276
}
13277
13277
},
13278
13278
{
@@ -13619,6 +13619,18 @@ var require_yaml_intelligence_resources = __commonJS({
13619
13619
}
13620
13620
}
13621
13621
],
13622
+
"schema/document-ojs.yml": [
13623
+
{
13624
+
name: "ojs-engine",
13625
+
tags: {
13626
+
formats: [
13627
+
"$html-files"
13628
+
]
13629
+
},
13630
+
schema: "boolean",
13631
+
description: "If `true`, force the presence of the OJS runtime. If `false`, force the absence instead.\nIf unset, the OJS runtime is included only if OJS cells are present in the document.\n"
13632
+
}
13633
+
],
13622
13634
"schema/document-options.yml": [
13623
13635
{
13624
13636
name: "reference-doc",
@@ -16912,7 +16924,7 @@ var require_yaml_intelligence_resources = __commonJS({
16912
16924
"Base URL for published website",
16913
16925
"Path to site (defaults to \u2018/\u2019). Not required if you specify\n<code>site-url</code>.",
16914
16926
"Base URL for website source code repository",
16915
-
"Subdirectory of repository containing website or book",
16927
+
"Subdirectory of repository containing website",
16916
16928
"Branch of website source code (defaults to <code>main</code>)",
16917
16929
{
16918
16930
short: "Links to source repository actions",
@@ -17083,7 +17095,7 @@ var require_yaml_intelligence_resources = __commonJS({
17083
17095
"The text describing the creator or contributor (for example, creator\nname).",
17084
17096
{
17085
17097
short: "The role of this creator or contributor.",
17086
-
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. \u2018author\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
17098
+
long: 'The role of this creator or contributor using <a href="https://loc.gov/marc/relators/relaterm.html">MARC relators</a>.\nHuman readable translations to commonly used relators (e.g. \uFFFD\uFFFD\uFFFDauthor\u2019,\n\u2018editor\u2019) will attempt to be automatically translated.'
17087
17099
},
17088
17100
"An alternate version of the creator or contributor text used for\nalphabatizing.",
17089
17101
"The text describing the creator or contributor (for example, creator\nname).",
@@ -17360,7 +17372,7 @@ var require_yaml_intelligence_resources = __commonJS({
17360
17372
"The primary title of the item.",
17361
17373
"Short/abbreviated form of<code>title</code>.",
17362
17374
"Translator",
17363
-
"The type of the item.",
17375
+
'The <a href="https://docs.citationstyles.org/en/stable/specification.html#appendix-iii-types">type</a>\nof the item.',
"Version of the item (e.g. \u201C2.0.9\u201D for a software program).",
17366
17378
{
@@ -17996,7 +18008,7 @@ var require_yaml_intelligence_resources = __commonJS({
17996
18008
},
17997
18009
{
17998
18010
short: "Whether to use document class settings for indentation.",
17999
-
long: "Wheher to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
18011
+
long: "Whether to use document class settings for indentation. If the\ndocument class settings are not used, the default LaTeX template removes\nindentation and adds space between paragraphs\nFor groff (<code>ms</code>) documents, the paragraph indent, for\nexample, <code>2m</code>."
18000
18012
},
18001
18013
{
18002
18014
short: "Make <code>\\paragraph</code> and <code>\\subparagraph</code>\nfree-standing rather than run-in.",
@@ -18052,6 +18064,7 @@ var require_yaml_intelligence_resources = __commonJS({
18052
18064
short: "Treat top-level headings as the given division type\n(<code>default</code>, <code>section</code>, <code>chapter</code>, or\n<code>part</code>). The hierarchy order is part, chapter, then section;\nall headings are shifted such that the top-level heading becomes the\nspecified type.",
18053
18065
long: "Treat top-level headings as the given division type\n(<code>default</code>, <code>section</code>, <code>chapter</code>, or\n<code>part</code>). The hierarchy order is part, chapter, then section;\nall headings are shifted such that the top-level heading becomes the\nspecified type.\nThe default behavior is to determine the best division type via\nheuristics: unless other conditions apply, <code>section</code> is\nchosen. When the <code>documentclass</code> variable is set to\n<code>report</code>, <code>book</code>, or <code>memoir</code> (unless\nthe <code>article</code> option is specified), <code>chapter</code> is\nimplied as the setting for this option. If <code>beamer</code> is the\noutput format, specifying either <code>chapter</code> or\n<code>part</code> will cause top-level headings to become\n<code>\\part{..}</code>, while second-level headings remain as their\ndefault type."
18054
18066
},
18067
+
"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.",
18055
18068
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
18056
18069
"Theme name, theme scss file, or a mix of both.",
18057
18070
"The light theme name, theme scss file, or a mix of both.",
@@ -18396,7 +18409,7 @@ var require_yaml_intelligence_resources = __commonJS({
18396
18409
"Base URL for published website",
18397
18410
"Path to site (defaults to \u2018/\u2019). Not required if you specify\n<code>site-url</code>.",
18398
18411
"Base URL for website source code repository",
18399
-
"Subdirectory of repository containing website or book",
18412
+
"Subdirectory of repository containing website",
18400
18413
"Branch of website source code (defaults to <code>main</code>)",
18401
18414
{
18402
18415
short: "Links to source repository actions",
@@ -18575,7 +18588,6 @@ var require_yaml_intelligence_resources = __commonJS({
18575
18588
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and `docx)",
18576
18589
"Custom tools for navbar or sidebar",
18577
18590
"internal-schema-hack",
18578
-
"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.",
18579
18591
"MISSING_DESCRIPTION",
18580
18592
"Project type (<code>default</code>, <code>website</code>, or\n<code>book</code>)",
18581
18593
"Files to render (defaults to all files)",
@@ -18596,7 +18608,7 @@ var require_yaml_intelligence_resources = __commonJS({
18596
18608
"Base URL for published website",
18597
18609
"Path to site (defaults to \u2018/\u2019). Not required if you specify\n<code>site-url</code>.",
18598
18610
"Base URL for website source code repository",
18599
-
"Subdirectory of repository containing website or book",
18611
+
"Subdirectory of repository containing website",
18600
18612
"Branch of website source code (defaults to <code>main</code>)",
18601
18613
{
18602
18614
short: "Links to source repository actions",
@@ -18976,18 +18988,36 @@ var require_yaml_intelligence_resources = __commonJS({
18976
18988
ojs: "//",
18977
18989
mermaid: "%%"
18978
18990
},
18979
-
"schema/document-ojs.yml": [
18980
-
{
18981
-
name: "ojs-engine",
18982
-
tags: {
18983
-
formats: [
18984
-
"$html-files"
18985
-
]
18986
-
},
18987
-
schema: "boolean",
18988
-
description: "If `true`, force the presence of the OJS runtime. If `false`, force the absence instead.\nIf unset, the OJS runtime is included only if OJS cells are present in the document.\n"
0 commit comments