Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/changelog-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ All changes included in 1.8:
- ([#12782](https://github.com/quarto-dev/quarto-cli/pull/12782)): fix bug on `safeRemoveDirSync`'s detection of safe directory boundaries.
- ([#12853](https://github.com/quarto-dev/quarto-cli/issues/12853)): fix replaceAll() escaping issue with embedded notebooks containing `$` in their Markdown.
- ([#12939](https://github.com/quarto-dev/quarto-cli/pull/12939)): Upgrade `mermaidjs` to 11.6.0.
- ([#13164](https://github.com/quarto-dev/quarto-cli/pull/13164)): add `julia` to execute schema to allow autocomplete suggestions. (@mcanouil)
17 changes: 9 additions & 8 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14618,7 +14618,8 @@ var require_yaml_intelligence_resources = __commonJS({
string: {
completions: [
"jupyter",
"knitr"
"knitr",
"julia"
]
}
},
Expand Down Expand Up @@ -22610,6 +22611,7 @@ var require_yaml_intelligence_resources = __commonJS({
"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.",
"The path to the font file. This can be a local path or a URL.",
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml",
"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 (unified) brand definition, or an object with light\nand dark brand paths or definitions.",
"The path to a light brand file or an inline light brand\ndefinition.",
"The path to a dark brand file or an inline dark brand definition.",
Expand Down Expand Up @@ -24011,7 +24013,7 @@ var require_yaml_intelligence_resources = __commonJS({
"HTML library (JS/CSS/etc.) directory",
"Additional file resources to be copied to output directory",
"Additional file resources to be copied to output directory",
"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.",
"Path to brand.yml or object with light and dark paths to\nbrand.yml",
"Options for <code>quarto preview</code>",
"Scripts to run as a pre-render step",
"Scripts to run as a post-render step",
Expand Down Expand Up @@ -24361,7 +24363,7 @@ var require_yaml_intelligence_resources = __commonJS({
"HTML library (JS/CSS/etc.) directory",
"Additional file resources to be copied to output directory",
"Additional file resources to be copied to output directory",
"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.",
"Path to brand.yml or object with light and dark paths to\nbrand.yml",
"Options for <code>quarto preview</code>",
"Scripts to run as a pre-render step",
"Scripts to run as a post-render step",
Expand Down Expand Up @@ -24696,8 +24698,7 @@ var require_yaml_intelligence_resources = __commonJS({
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
"Manuscript configuration",
"internal-schema-hack",
"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.",
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml"
"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."
],
"schema/external-schemas.yml": [
{
Expand Down Expand Up @@ -24926,12 +24927,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
_internalId: 197527,
_internalId: 197539,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
_internalId: 197519,
_internalId: 197531,
type: "enum",
enum: [
"png",
Expand All @@ -24947,7 +24948,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
_internalId: 197526,
_internalId: 197538,
type: "anyOf",
anyOf: [
{
Expand Down

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions src/resources/editor/tools/yaml/yaml-intelligence-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -7590,7 +7590,8 @@
"string": {
"completions": [
"jupyter",
"knitr"
"knitr",
"julia"
]
}
},
Expand Down Expand Up @@ -15582,6 +15583,7 @@
"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.",
"The path to the font file. This can be a local path or a URL.",
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml",
"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 (unified) brand definition, or an object with light\nand dark brand paths or definitions.",
"The path to a light brand file or an inline light brand\ndefinition.",
"The path to a dark brand file or an inline dark brand definition.",
Expand Down Expand Up @@ -16983,7 +16985,7 @@
"HTML library (JS/CSS/etc.) directory",
"Additional file resources to be copied to output directory",
"Additional file resources to be copied to output directory",
"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.",
"Path to brand.yml or object with light and dark paths to\nbrand.yml",
"Options for <code>quarto preview</code>",
"Scripts to run as a pre-render step",
"Scripts to run as a post-render step",
Expand Down Expand Up @@ -17333,7 +17335,7 @@
"HTML library (JS/CSS/etc.) directory",
"Additional file resources to be copied to output directory",
"Additional file resources to be copied to output directory",
"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.",
"Path to brand.yml or object with light and dark paths to\nbrand.yml",
"Options for <code>quarto preview</code>",
"Scripts to run as a pre-render step",
"Scripts to run as a post-render step",
Expand Down Expand Up @@ -17668,8 +17670,7 @@
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
"Manuscript configuration",
"internal-schema-hack",
"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’.",
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml"
"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’."
],
"schema/external-schemas.yml": [
{
Expand Down Expand Up @@ -17898,12 +17899,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
"_internalId": 197527,
"_internalId": 197539,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
"_internalId": 197519,
"_internalId": 197531,
"type": "enum",
"enum": [
"png",
Expand All @@ -17919,7 +17920,7 @@
"exhaustiveCompletions": true
},
"theme": {
"_internalId": 197526,
"_internalId": 197538,
"type": "anyOf",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/schema/document-execute.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: engine
schema:
string:
completions: [jupyter, knitr]
completions: [jupyter, knitr, julia]
description: "Engine used for executable code blocks."

- name: jupyter
Expand Down
Loading