page_content stringlengths 0 46.9k | metadata dict |
|---|---|
I installed the [release files](https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.30/quarto-0.9.30-linux-amd64.tar.gz) into /usr/local and there's this error on a simple testcase:
```
$ quarto render hello.qmd --to html
ERROR: TypeError: Path must be a string. Received undefined
```
| {
"assignee": null,
"comments": 2,
"created_at": "2022-02-20T17:32:44Z",
"creator": "yurivict",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 358,
"state": "closed",
"title": "ERROR: TypeError: Path must be a string. Received undefined",
"url": "https://gi... |
Dependency files are included in tarballs: Deno, pandoc, sass. etc.
Release tarballs should contain only Quarto files, otherwise there would be conflicts with pre-installed Deno, pandoc, etc. | {
"assignee": null,
"comments": 8,
"created_at": "2022-02-20T16:40:29Z",
"creator": "yurivict",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 357,
"state": "open",
"title": "Please release only Quarto files, and no dependencies.",
"url": "https://githu... |
is there a way to fix port instead of getting a random one on invocation of preview command, like 4812 in below example to something like 9876? I tried adding --port=9876 without success
```
quarto preview hello.qmd
Starting Jupyter kernel...Done
Executing 'hello.ipynb'
Cell 1/1...Done
pandoc
to: htm... | {
"assignee": null,
"comments": 2,
"created_at": "2022-02-20T15:09:06Z",
"creator": "animesh",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 356,
"state": "closed",
"title": "port fix",
"url": "https://github.com/quarto-dev/quarto-cli/issues/356"
} |
The README says "To install the development version of the Quarto CLI" ... run configure-linux.sh
But is there an install script? It should copy files into ```$DESTDIR$PREFIX```.
| {
"assignee": null,
"comments": 4,
"created_at": "2022-02-20T04:29:25Z",
"creator": "yurivict",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 354,
"state": "closed",
"title": "Is there an install script?",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
```configure-linux.sh``` downloads deno. Is there a way to use pre-installed deno?
For packaging it is preferable to use pre-installed dependencies. | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-20T03:05:01Z",
"creator": "yurivict",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 353,
"state": "closed",
"title": "Is there a build script for pre-existing Deno installation?",
"url": "https://gi... |
For example, when quarto-bld fails it keeps going to the next step:
```
/disk-samsung/freebsd-ports/textproc/quarto/work/quarto-cli-0.9.29/package/src /disk-samsung/freebsd-ports/textproc/quarto/work/quarto-cli-0.9.29
./configure-linux.sh: ./quarto-bld: /bin/bash: bad interpreter: No such file or directory
/disk-sa... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-20T02:59:14Z",
"creator": "yurivict",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 352,
"state": "closed",
"title": "Shell scripts don't stop on errors",
"url": "https://github.com/quarto-dev/quart... |
This may already be possible and I haven't troubleshooted properly. However, it would be great if there were support for animations between ggplot outputs that are rendered in SVG.
For example, imagine the first slide has a ggplot with a single geom_point layer. The second side has a plot that is identical but adds... | {
"assignee": null,
"comments": 6,
"created_at": "2022-02-17T18:24:45Z",
"creator": "halidaee",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 350,
"state": "closed",
"title": "[Feature Request] Ggplot animations",
"url": "https://github.com/quarto-dev/quar... |
Given a document `foo-index.qmd` when editing the document, quarto preview attempts to reload the page, but
tries to push the route `/foo-` instead of `/foo-index.html`
I'm guessing some logic around stripping `index.html` if its on the end of the URL designed for the root route? | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-02-17T18:09:10Z",
"creator": "dpastoor",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 349,
"state": "closed",
"title": "bug: rendering document that ends with index.html causes quarto preview t... |
Given a slightly simplified` _quarto.yml`:
```diff
book:
title: "quarto-design"
repo-url: https://github.com/dpastoor/quarto-design
repo-actions: [edit, issue]
chapters:
- "index.qmd"
+ - part: user-journeys.qmd
+ chapters:
+ - rsc-user-journeys.qmd
appendices:
- appendi... | {
"assignee": null,
"comments": 0,
"created_at": "2022-02-17T18:07:02Z",
"creator": "dpastoor",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 348,
"state": "open",
"title": "moving a document from appendices to a chapter does not render/move article in s... |
Hello! Running latest RStudio preview build (2022.02.0 Build 442). Trying to use Quatro to build a reveal.js presentation. Unfortunately, the auto-animation-duration option in the preamble doesn't seem to be doing anything.
Toy example:
```
---
title: "Practice"
author: |
| Hossein Alidaee
format:
revea... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-17T16:29:03Z",
"creator": "halidaee",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 347,
"state": "closed",
"title": "auto-animation-duration not working for reveal.js?",
"url": "https://github.com/... |
According to the [docs](https://quarto.org/docs/output-formats/hugo.html#webtex-math) rendering the TeX below to WebTex
```
$x + 1$
```
is supposed to yield:
```

```
Using the latest version of quarto-cli (0.9.21) I cannot reproduce this. Instead I g... | {
"assignee": null,
"comments": 2,
"created_at": "2022-02-17T12:15:26Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 346,
"state": "closed",
"title": "WebTex not working as expected",
"url": "https://github.com/quarto-dev/quarto-cli... |
Since updating to the latest version of quarto I get an error when trying specify `hugo` options.
```zsh
/ quarto render index.ipynb
ERROR: Validation of YAML front matter failed.
ERROR: In file index.ipynb
(line 16, columns 3--7) property name hugo is invalid
15: format:
16: hugo:
~~~~~
17: html... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-17T10:39:56Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 345,
"state": "closed",
"title": "Error when specifying `hugo` options",
"url": "https://github.com/quarto-dev/quar... |
When using `format: hugo` (or `gfm`) I believe that TeX is converted to unicode under the hood. The conversion seem to fail in some cases for no obvious reason (at least not obvious to me). Here's a minimal example of one such case:
```
Could not convert TeX math \mathbf{H}(\hat{\mathbf{w}}), rendering as TeX
```
... | {
"assignee": null,
"comments": 2,
"created_at": "2022-02-17T08:05:56Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 344,
"state": "closed",
"title": "Converting TeX math for `format: hugo`",
"url": "https://github.com/quarto-dev/qu... |
Related to https://github.com/rstudio/rmarkdown/issues/1453
It would be great to have an option to collapse the output as well as the code when in HTML format, as implemented in the minidown R package.
https://minidown.atusy.net/?framework=sakura&theme=default#results-folding | {
"assignee": "cscheid",
"comments": 6,
"created_at": "2022-02-16T13:56:42Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [
"enhancement",
"computations",
"source-code"
],
"locked": false,
"milestone": "v1.4",
"number": 341,
"state": "open",
"title": "[Feature Request] ... |
After pulling the latest commits, I got the following errors when previewing/rendering a project:
```markdown
ERROR: Theme file compilation failed:
Error: Undefined variable.
╷
968 │ $card-cap-bg: $gray-500 !default;
│ ^^^^^^^^^
╵
Error: Theme file compilation failed:
Error: U... | {
"assignee": null,
"comments": 5,
"created_at": "2022-02-14T16:22:03Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 338,
"state": "closed",
"title": "ERROR: Theme file complation failed",
"url": "https://github.com/quarto-dev/qua... |
Test document:
````markdown
---
title: "example"
format:
pdf:
pdf-engine: lualatex
mainfont: Open Sans
sansfont: Open Sans
keep-tex: true
---
# content
````
**OpenSans** fonts is not correctly auto-installed. Log in Job pane is:
````
updating existing packages
finding packag... | {
"assignee": "cderv",
"comments": 3,
"created_at": "2022-02-14T11:10:56Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 336,
"state": "closed",
"title": "missing font not correctly detected on Windows with latexmk",
"url": "https://gi... |
It's nice when writing a book to have a dedicated sub-dir for the "actual writing", as opposed to quarto scaffolding.
For example:
```
/
| -- quarto.yml
|
...
|
| -- chapters/
| -- chapter1.qmd
```
Currently, this works fine if your `_quarto.yml` looks like:
```
chapters:
- chapters/chapter1.qm... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-12T16:03:55Z",
"creator": "akgold",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 335,
"state": "open",
"title": "Option for content-dir in `_quarto.yml`",
"url": "https://github.com/quarto-dev/... |
When using pipe tables to produce Latex/PDFs, I'm getting an undefined control sequence. After looking around, I believe it's the same issue described here as I'm getting the exact same error message and Latex table output:
https://github.com/rstudio/tufte/issues/104
It seems to have been fixed there but I couldn... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-12T14:14:17Z",
"creator": "jmablog",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 334,
"state": "closed",
"title": "Undefined control sequence in Latex with pipe tables",
"url": "https://github.com... |
Hi! I am trying to use themes from beamer but all the themes that I have tried has the same blue color in the title from this figure below instead of different tons of red:

The following code was used... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-10T22:41:26Z",
"creator": "Gabrielforest",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 333,
"state": "closed",
"title": "Title color in beamer themes unmatched",
"url": "https://github.com/quarto-... |
Hi,
I want to start of with saying thank you for starting such an amazing project!
While I was testing the different user cases, I noticed that a plotly file is not shown when rendering a `.ipynb` file to html with quarto. The html file rendered, but it isn't showing the graph. The following output is given withi... | {
"assignee": null,
"comments": 2,
"created_at": "2022-02-10T17:35:48Z",
"creator": "brilstl",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 331,
"state": "closed",
"title": "plotly not rendering with jupyter engine",
"url": "https://github.com/quarto-dev/... |
We originally saw this issue in the IDE's automated builds, and I'm able to reproduce locally.
On ubuntu,`quarto tools install tinytex` does not properly install tinytex:
```
$ quarto tools install tinytex
Installing tinytex
[✓] Downloading TinyTex v2022.02
[✓] Unzipping TinyTeX-v2022.02.tar.gz
[✓] Moving file... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-02-09T16:43:28Z",
"creator": "melissa-barca",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 326,
"state": "closed",
"title": "Quarto does not complete tinytex install on ubuntu",
"url": "https... |
There are some minor issues of the html output of theorem div. I am using quarto v0.3.114 on mac os.
A minimal example:
```
::: {#thm-line}
The equation of any straight line, called a linear equation, can be
written as: $y=ax+b$.
A second par.
:::
See @thm-line.
::: {#thm-line2}
A second theo... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-08T07:56:33Z",
"creator": "AlbertLei",
"is_pull_request": false,
"labels": [
"crossref"
],
"locked": false,
"milestone": "Future",
"number": 317,
"state": "open",
"title": "Customize the html output of theorem div ",
"url": "https:/... |
I am using quarto 0.3.102 on mac os 10.15. The thm, prp divs do not render in the HTML output.
[The example](https://quarto.org/docs/authoring/cross-references.html#theorems-and-proofs) in quarto guide works, but fails once there is no equation at the end.
A minimal example:
```
::: {#thm-line}
## Line
The ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-07T04:49:26Z",
"creator": "AlbertLei",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 316,
"state": "closed",
"title": "theorem div fails to render in the HTML output",
"url": "https://github.com/qua... |
The html output of the proof environemnt needs an extra space between `Proof.` and the proof body.
A minimal example:
```
:::{.proof}
See Appendix 1.
:::
```

I am using v0.3.102.
| {
"assignee": null,
"comments": 2,
"created_at": "2022-02-06T16:38:39Z",
"creator": "AlbertLei",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 314,
"state": "closed",
"title": "proof div: add one extra space in the HTML output",
"url": "https://github.com/... |
With the latest builds I noticed that `quarto preview` only re-renders after the first change / save and ignores following changes. I am currently doing a sort of manual bisect with daily builds. It works on https://github.com/quarto-dev/quarto-cli/tree/v0.2.475. I will let you know if I find the exact commit when it s... | {
"assignee": null,
"comments": 22,
"created_at": "2022-02-05T14:33:24Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 311,
"state": "closed",
"title": "regression in `quarto preview`",
"url": "https://github.com/quarto-dev/quarto-cli... |
Maybe this fits here as a mention: if the template uses metadata other than that defined by quarto, you have to also set `validate-yaml: false` or quarto will refuse to render the document.
https://github.com/quarto-dev/quarto-web/blob/89ed76a15ca8debeb1871d04499759a543da6a4b/docs/reference/formats/html.json#L515 | {
"assignee": null,
"comments": 5,
"created_at": "2022-02-05T14:04:31Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 312,
"state": "closed",
"title": "disable yaml validation for some custom pandoc templates",
"url": "https://github.... |
In writing papers one sometimes needs to give an equation a special name, using the `\tag{}` command. A minimal example is as follows:
```
$$
a \ge b \tag{IC}
$${#eq-ic}
[Equation (-@eq-ic)] is nice.
```
The generated HTML book output made two 'mistakes'
- it uses both (1) and (IC) as equation tags
... | {
"assignee": null,
"comments": 6,
"created_at": "2022-02-05T14:01:51Z",
"creator": "AlbertLei",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 310,
"state": "open",
"title": "Use `\\tag{}` info for eq cross referencing in the HTML book output",
"url": ... |
The light/dark mode toggle appears invisible after rendering. This was tested in version 0.3.76 on Windows 10 (Build 19044.1466) on Chrome and FireFox.
`minimal.qmd`
```markdown
---
title: Minimal Button Example
format:
html:
theme:
dark: darkly
light: flatly
---
# Test Header 1
## T... | {
"assignee": null,
"comments": 3,
"created_at": "2022-02-04T13:42:33Z",
"creator": "ChronoJon",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 309,
"state": "closed",
"title": "[Bug] Color scheme toggle is invisible",
"url": "https://github.com/quarto-dev/... |
Hi,
Thank you for this project.
I was wondering if there are more examples with Julia. I just started using quarto and the only example I found was the following one: https://github.com/quarto-dev/quarto-cli/issues/35
But the plot did not display.
I was windering if it would be possible to add Julia examples along ... | {
"assignee": null,
"comments": 6,
"created_at": "2022-02-04T11:59:20Z",
"creator": "gitboy16",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 308,
"state": "closed",
"title": "More Julia examples",
"url": "https://github.com/quarto-dev/quarto-cli/issues/30... |
Thank you for continuing to develop great products.
I don't know if this is a problem with quarto, but I noticed that the buttons are misaligned in the html file created from the following qmd file.
````qmd
---
title: test
format:
html:
self-contained: true
jupyter: python3
---
## test
```{pyth... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-04T11:18:59Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 307,
"state": "open",
"title": "\"Copy to Clipboard\" button moves with the slidebar in html pages",
"url": "ht... |
Consider `crossrefs.qmd`:
```
---
title: "Title"
author: "Author"
date: "Today"
format: revealjs
---
## Equation 1
See @eq-equivalence2 on the next slide.
$$ E = mc^2 $$ {#eq-equivalence1}
## Equation 2
See @eq-equivalence1 on the previous slide.
$$ E = mc^2 $$ {#eq-equivalence2}
```
and run `q... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-04T05:04:15Z",
"creator": "KeAWang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 306,
"state": "open",
"title": "Crossrefs in revealjs link incorrectly",
"url": "https://github.com/quarto-dev/... |
Copying the inline examples from the quarto docs, we have the following reproduction steps:
1. Create `inline.qmd`:
```
---
title: "Title"
author: "Author"
date: "Today"
format: revealjs
jupyter: python3
---
## Attempt at inline code
```{python}
#| echo: false
radius = 10
from IPython.display import... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-04T04:48:42Z",
"creator": "KeAWang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 305,
"state": "closed",
"title": "python inline code results displays over revealjs slides",
"url": "https://github... |
Would it be possible to support [giscus](https://giscus.app/)? It's the same setup as utterances but uses Github Discussions instead of Github Issues. Utterances and giscus are almost identical in their setup. | {
"assignee": null,
"comments": 2,
"created_at": "2022-02-04T03:30:44Z",
"creator": "KeAWang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 304,
"state": "closed",
"title": "[feature-request] Support for giscus",
"url": "https://github.com/quarto-dev/quar... |
I am using quarto for a scientific publication. Do you already have a `bib` entry for how your would like quarto to be cited? GitHub recently added support for adding a citation to repositories: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-cit... | {
"assignee": null,
"comments": 1,
"created_at": "2022-02-03T11:09:53Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 303,
"state": "closed",
"title": "citing quarto",
"url": "https://github.com/quarto-dev/quarto-cli/issues/303"
} |
When using `html: minimal: true` option, the following css styles are automatically included in the html output. These are not defined in the pandoc HTML template specification and cannot be controlled from the template.
```
<link href="test_template_files/libs/quarto-html/quarto-html.min.css" rel="stylesheet">
<l... | {
"assignee": null,
"comments": 5,
"created_at": "2022-02-01T19:35:08Z",
"creator": "drrajeshtalluri",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 300,
"state": "closed",
"title": "Remove quarto css in minimal html option",
"url": "https://github.com/qua... |
I recently updated to the latest binary release of Quarto and noticed that my math fonts aren't being rendered correctly anymore. Well, actually, the main font is slightly off too but the math font is the most obvious. I'm using the popular [metroplis beamer theme](https://github.com/matze/mtheme) and the format sectio... | {
"assignee": null,
"comments": 4,
"created_at": "2022-02-01T18:09:48Z",
"creator": "grantmcdermott",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 299,
"state": "closed",
"title": "Fonts for beamer theme no longer being rendered correctly",
"url": "https:... |
When I set `code-link: true` and `code-fold: true`, the functions are linked to the documentation as intended, but they aren't hidden by the code folding, and the fold toggles don't do anything.
Example:
```
---
title: "code_link"
format:
html:
theme: simplex
code-fold: true
code-tools: true
... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-30T19:53:35Z",
"creator": "maxdrohde",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 298,
"state": "closed",
"title": "`code-link` option doesn't work with `code-fold`",
"url": "https://github.com/q... |
The latest yaml validator now complains about the pandoc "title-slide-attributes" keys for the revealjs format.
Try the following reproducible example:
```{markdown}
---
title: "Habits"
author: "John Doe"
title-slide-attributes:
data-background-image: "https://via.placeholder.com/300"
data-background-s... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-30T19:28:33Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 297,
"state": "closed",
"title": "revealjs: yml validation on pandoc \"title-slide-attributes\"",
"url": "https:/... |
Is there a possibility to use `params` parameter of YAML params in chunks, like in R Markdown, in Quarto?
The naïve approach to use the `params$<param-name>` value in chunk options, e. g. like this, fails:
```
---
title: "MWE"
author: LaTeX
date: "11.01"
fontenc: T1
mainfont: "Times New Roman"
format:
... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-28T21:08:19Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 296,
"state": "closed",
"title": "[Question]: Does quarto support YAML params parameter? ",
"url": "h... |
Hello!
Being on `Windows 10` on build `0.3.60` which is nearly same as the dev version, I am experiencing errors launching anything with quarto.
The error I am getting after `$ quarto render myfile.qmd` is this
```
TypeError: Unsupported scheme "c" for module "c:\Users\User\quarto-cli\share\editor\tools\yaml\st... | {
"assignee": null,
"comments": 3,
"created_at": "2022-01-28T08:34:56Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 295,
"state": "closed",
"title": "[Hindenbug] Quarto doesn't run on Windows due to deno path processing... |
In R Markdown you can specify the output format of an .Rmd document to .md like so
```
---
output: github_document
bibliography: bib.bib
---
```
and generate a plain markdown document with bibliographic references. This is very useful for writing tutorials that include references and hosting them on Github (pa... | {
"assignee": null,
"comments": 3,
"created_at": "2022-01-27T07:41:34Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 293,
"state": "closed",
"title": "[Feature request] Render reference keys to references when converting to plain mark... |
I'm trying to use a custom font in a presentation. I have a .sscs file with the following lines:
`@import url(./nunito.css);`
`$font-family-sans-serif: Nunito, sans-serif !default;`
`$presentation-heading-font: Nunito, sans-serif !default;`
When I run preview, the heading font is done correctly. The body text is ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-01-27T03:12:09Z",
"creator": "Eric-Hacker",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 294,
"state": "closed",
"title": "Custom fonts for revealjs presentation half working",
"url": "https://github.... |
When using `minimal: true` option for HTML output there is a lot of extra javascript included after the body in the html source output. Is this intended? | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-26T23:35:37Z",
"creator": "drrajeshtalluri",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 292,
"state": "closed",
"title": "minimal html output still has lot of unneeded javascript in the output",
... |
Hi!
I'm trying to use `quarto` on windows with a specific Python installation, that is available on the `PATH` environment variable. Both `python` and `jupyter` can be started from the command line. Unfortunately `quarto` locates a very different Python installation that comes with VS Studio and that I never want ... | {
"assignee": null,
"comments": 6,
"created_at": "2022-01-26T15:49:44Z",
"creator": "carlkl",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 291,
"state": "closed",
"title": "Trying to use quarto on Windows",
"url": "https://github.com/quarto-dev/quarto-cli... |
As of now, AFAIK there is no such option as `citation-package: pandoc|natbib|biblatex` for the Quarto PDF output front matter.
This works in R Markdown via `citation_package`, but as I've just tried, not in Quarto so far.
There are some special features of `biblatex` such as back references from bibliography onto... | {
"assignee": null,
"comments": 7,
"created_at": "2022-01-26T13:55:59Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 290,
"state": "closed",
"title": "[Feature request] Allow config of biblatex as citation processor",
... |
research object have a specific way to give information about the authors. (affiliations required, optional orcid id, contribution role, funding information, contact information,...)
Some work has been done at https://github.com/jam-schema/jams/, but the project is not yet applicable.
pinging @cderv who knows about... | {
"assignee": "dragonstyle",
"comments": 17,
"created_at": "2022-01-25T10:36:55Z",
"creator": "jcolomb",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0 Formats",
"number": 287,
"state": "closed",
"title": "support for additional author information and contribution role"... |
Hi
Thank you so much for this wonderful product - a passionate Rmd user and now with options for more - fantastic!🎊👏
I was wondering if there is a possiblitiy to implement a sidebar toc in revealjs-presentations similar to latex-beamer ([hannover theme](https://deic.uab.cat/~iblanes/beamer_gallery/large/Hannove... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-25T10:02:35Z",
"creator": "cathblatter",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 286,
"state": "open",
"title": "[Feature request] Sidebar toc on every slide in revealjs-presentation",
"ur... |
Hi all,
I guess this was the new project @yihui mentioned in his [talk](https://www.youtube.com/watch?v=T24nt-d4cEg&t=3074s). Anyway, this project looks very promising regarding the next generation of publishing systems.
I was wondering about the possibility that there will be a standalone visual editor with the... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-24T19:33:46Z",
"creator": "camilogarciabotero",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 284,
"state": "closed",
"title": "[Feature question] Marktext as a supported visual editor (?)",
"url": ... |
Consider this error:
```
ℹ The error happened in the field /book/chapters/0/chapters/4.
In file /Users/cscheid/repos/github/quarto-dev/quarto-sites/to-fix/incog-workbench/_quarto.yml (line 49, column 11 through line 50, column 63) The value text: "Administrative Dashboard"
file: server_management/admini... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-01-24T19:32:03Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"yaml-validation"
],
"locked": false,
"milestone": null,
"number": 283,
"state": "closed",
"title": "Improve error localization in anyOf schemas",
"url"... |
Are there any plans of integrating debugging capabilities into this? It's not hard to imagine having a long report with many references and chunks and it would be nice to be able to debug this elegantly. Or at least have some verbose output that enables to trace the logic of the script. Looking forward to hear your tho... | {
"assignee": null,
"comments": 0,
"created_at": "2022-01-24T14:19:21Z",
"creator": "romunov",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 282,
"state": "open",
"title": "[feature question] plans for debugging capabilities?",
"url": "https://github.c... |
This is just a nit pick but anyway :wink:.
Could you change "Quarto command line interface" to something more descriptive (I like the description in readme)?
This'd make it much easier to search through repos etc.
>Quarto is an open-source scientific and technical publishing system built on Pandoc. Quarto docu... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-24T11:22:51Z",
"creator": "dumblob",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 281,
"state": "closed",
"title": "Improve repository description on GitHub",
"url": "https://github.com/quarto-dev/... |
Can you render Quarto in github pages at the moment? | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-24T00:50:29Z",
"creator": "jamesthesnake",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 280,
"state": "closed",
"title": "Question about Quarto in github pages.",
"url": "https://github.com/quarto-... |
The Tufte example [here](https://quarto-dev.github.io/quarto-gallery/page-layout/tufte.html) is rendering strangely in my browser. I tried both Safari and Chrome.
See attached screenshot.
<img width="1288" alt="Screen Shot 2022-01-23 at 4 30 53 PM" src="https://user-images.githubusercontent.com/25734232/150700701-f... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-23T22:34:56Z",
"creator": "maxdrohde",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 279,
"state": "closed",
"title": "Error in margin formatting in Tufte example",
"url": "https://github.com/quarto... |
We have already created some word files or or pdf files while we make some qmd files afresh. How we can embed or integrate these files into quarto book projects and table of contents with correct new page numbers for integrated files?
Thanks in advance
Ko Ko Zaw | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-21T13:05:07Z",
"creator": "zawkzaw",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 278,
"state": "closed",
"title": "Embed word files and pdf files into quarto book projects ",
"url": "https://git... |
If the `resources` option is enabled for a site project, after rendering, almost everything in the project directory is copied into the output directory. These include, for example, the README files, the `.git` and `.quarto` directories.
Previously, when I did not include the `resources` option, only the rendered o... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-21T05:48:53Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 277,
"state": "closed",
"title": "website: `resources` option resulted in non-output files/folders being copied int... |
I was wondering whether having multilingual outputs (e.g. a website that's in French, one in English, with some way to map the corresponding pages so that one can have a button to switch) is on the roadmap?
(I saw https://quarto.org/docs/authoring/language.html#translations but my question is about another aspect, a... | {
"assignee": null,
"comments": 27,
"created_at": "2022-01-20T09:44:17Z",
"creator": "maelle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 275,
"state": "open",
"title": "Multilingual websites / books",
"url": "https://github.com/quarto-dev/quarto-cl... |
The mouse-hover popups for citations in Revealjs slides are quite narrow with the default font sizes, which means that they often flow off the bottom of the presentation, when there is more than one citation.
For instance:
<img width="400" alt="Screen Shot 2022-01-19 at 22 57 43" src="https://user-images.githubu... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-20T03:59:42Z",
"creator": "postylem",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 274,
"state": "closed",
"title": "Revealjs hoverCitations popups too narrow/long",
"url": "https://github.com/quar... |
Is there any way to render content from stdin like pandoc.
```sh
echo "## Title" | pandoc
```
I've found in the docs that quarto can render to stdout with `quarto render notebook.Rmd --output - `, but I didn't find anything for stdin. | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-18T21:25:17Z",
"creator": "benabel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 272,
"state": "closed",
"title": "Process content from stdin",
"url": "https://github.com/quarto-dev/quarto-cli/iss... |
I have the following files
1. `test.bib`:
```bibtex
@article{nymous84,
author = {Ann O. Nymous},
title = {Exemplar},
year = {1984}
}
```
2. `test.md`:
```md
---
title: Bib test
author: Me
bibliography: test.bib
---
## Introduction
Please refer to ... | {
"assignee": null,
"comments": 10,
"created_at": "2022-01-18T18:04:07Z",
"creator": "postylem",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 271,
"state": "closed",
"title": "Bibliography doesn't show up with format: revealjs",
"url": "https://github.com... |
Many thanks for creating and maintaining this package!
Would it be possible to add an option that defines where on the page the "Show code" button will be located if using the option "code-fold: true" when rendering HTML? I find that having the code button on the left breaks my reading flow, and I would prefer if th... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-18T17:47:46Z",
"creator": "fschaffner",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 270,
"state": "open",
"title": "[Feature request] Add option to define code button alignment",
"url": "https... |
This is a two-part issue. Firstly, I want to make sure that a feature is not accidental (and would thus be prone to breaking) and secondly ask about more elegant solutions for for the same idea.
Since quarto uses pandocs native divs we can create arbitrarily nested divs by adding more `:` to the div separator. So I ... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-18T17:23:53Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 269,
"state": "closed",
"title": "Nested native divs for custom complex layouts",
"url": "https://github.com/quarto-... |
is there a way to include the ojs src link post-import?
```{ojs}
//| include_source: true
//| source_caption: 'caption'
import {ToolsImage} from "@observablehq/state-of-dataviz-2021"
ToolsImage
```
resulting in something like
```
//| quasi-engine: pug
.code-src
a(href='obs/...') caption
```
| {
"assignee": "cscheid",
"comments": 9,
"created_at": "2022-01-17T02:51:55Z",
"creator": "zac-garland",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 268,
"state": "open",
"title": "chunk option to include link to src for ojs imports",
"url": "https://... |
When using the `render` option in the `project` YAML, if only `.qmd` files are specified, links to `.Rmd` files are changed to `.html` even through the `.Rmd` files are correctly not rendered. | {
"assignee": null,
"comments": 6,
"created_at": "2022-01-16T19:48:37Z",
"creator": "daviddalpiaz",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 267,
"state": "closed",
"title": "links to .Rmd files always changed to .html",
"url": "https://github.com/qua... |
The live-reloading function of the `quarto preview` command is probably affected by recent commits.
If a source qmd file is saved with changes, the page in the browser is not reloading. The changed file is in fact re-rendered as confirmed by manually refreshing the page in the browser.
This seems to only affec... | {
"assignee": null,
"comments": 4,
"created_at": "2022-01-16T19:04:24Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 266,
"state": "closed",
"title": "reveajs: quarto preview server does not reload automatically",
"url": "https://... |
`quarto server tmp.qmd` seems to start a Shiny server on a random port. I'd like an option to open the a browser to that page, e.g. `http://127.0.0.1:7824/tmp.qmd`. Maybe a `--browser` flag? Possibly some options for choosing a browser similar to [emrun](https://emscripten.org/docs/compiling/Running-html-files-with-emr... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-16T01:21:37Z",
"creator": "thomasballinger",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 265,
"state": "closed",
"title": "Option to open a browser on `quarto serve`",
"url": "https://github.com/q... |
Running serve on a file with only obs and no R in it fails:
$ cat tmp.qmd
---
title: "weird"
format: html
editor: visual
---
## Running Code
```{ojs}
123 + 123
```
$ quarto serve tmp.qmd
ERROR: Error: Unable to run computations for input file
at serve ... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-16T01:17:38Z",
"creator": "thomasballinger",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 264,
"state": "closed",
"title": "quarto serve contains-no-r.qmd fails",
"url": "https://github.com/quarto-... |
It'd be neat to run Quarto in the browser, I'm wondering if this is a design goal or perhaps if it's explicitly not. I just found some notes I wrote up a few months ago about various quarto-cli deps:
### Deno
It's a [goal of Deno](https://deno.land/manual#goals) to be browser-compatible.
- any reference to the glo... | {
"assignee": null,
"comments": 5,
"created_at": "2022-01-16T00:56:24Z",
"creator": "thomasballinger",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 263,
"state": "open",
"title": "quarto in the browser",
"url": "https://github.com/quarto-dev/quarto-cl... |
This also happens on the Quarto web, for example, https://quarto.org/docs/presentations/revealjs/demo/#/absolute-position | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-11T17:04:40Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 261,
"state": "closed",
"title": "revealjs: images from external url not rendered",
"url": "https://github.com/qu... |
The answer to this post https://tex.stackexchange.com/questions/61033/setting-toc-depth-not-working#61061 contends that in a PDF book, it is possible to number chapters only by setting number-depth to 0.
I attempted to tweak the intermediary `.tex` file by setting `\setcounter{setnumdepth}{0}`, but that didn't work. ... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-11T14:18:52Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 260,
"state": "closed",
"title": "Feature request: Allow zero number-depth in PDF? ",
"url": "https:/... |
Given an empty directory, create an empty project and configure that project to use the current directory for output.
```bash
# In directory "foo":
quarto create-project
```
Edit the `_quarto.yml`:
```yaml
project:
title: "foo"
output-dir: .
```
Rendering produces no output, exits without error, ... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-10T16:02:36Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 259,
"state": "closed",
"title": "no render output with output-dir: . ",
"url": "https://github.com/quarto-dev/q... |
Should `language: custom.yml` setting in YAML root surpress `lang: ...` or the reverse is true?
This is my sample code, where `de.yml` is located in the same folder as the source, and it is itself identical to the `.yml` suggested by quarto for German, but the HTML output does not look like German-localized (see th... | {
"assignee": null,
"comments": 5,
"created_at": "2022-01-09T13:16:49Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 258,
"state": "closed",
"title": "Issue: Custom language .yml ignorred",
"url": "https://github.com/q... |
The LaTex letter classes maybe not supported and may need some special treatments in Quarto.
With a minimal example,
```markdown
---
format:
pdf:
documentclass: scrlttr2
---
Dear Quarto:
```
I got the following messages:
```
❯ quarto preview letter.qmd
pandoc
to: latex
output-file: lett... | {
"assignee": null,
"comments": 1,
"created_at": "2022-01-08T19:44:18Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 257,
"state": "closed",
"title": "LaTex letter classes",
"url": "https://github.com/quarto-dev/quarto-cli/issues/... |
Yesterday I sent a report draft where a chapter was missing... Turns out I had renamed the source file and forgot to update the `_quarto.yml` :-). Shouldn't quarto make an error (or at least a warning) if a file in the chapter list is not found?
Also somewhat related: it would be nice to see in the terminal the list... | {
"assignee": null,
"comments": 10,
"created_at": "2022-01-07T10:57:17Z",
"creator": "knuesel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 255,
"state": "closed",
"title": "Warn on missing chapters and undefined references",
"url": "https://github.com/q... |
When the file (say, book) itself is enormous, builds take minutes and threaten to hang the editor, `r markdown` allows to set `child="auxfile.md"` parameter to include (or leave out) edited parts, and this works in Quarto, but only in R.
Since the possibilities to write projects on average are greater on Python, I ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-01-07T09:00:21Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 254,
"state": "closed",
"title": "Feature Request: Allow child documents in Python",
"url": "https://... |
Any chance code chunks could be placed side-by-side?

There seems to be existing support for side-by-side content through [Figure Panels](https://quarto.org/docs/authoring/figures-and-... | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-07T03:19:35Z",
"creator": "coatless",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 253,
"state": "closed",
"title": "Feature request: Side-by-side code chunks",
"url": "https://github.com/quarto-de... |
While a callout without content doesn't make much sense in the end-document, this may be the case during working on the text.
A repro example:
```
---
title: Title
author: User
date: 05/01/22
format:
pdf:
pdf-engine: pdflatex
fontenc: T2A
header-includes:
- \usepa... | {
"assignee": "dragonstyle",
"comments": 5,
"created_at": "2022-01-06T20:21:51Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 252,
"state": "closed",
"title": "Empty callout leads to an error in PDF",
"url": "https://g... |
How can I translate "Appendices" inscription? | {
"assignee": "dragonstyle",
"comments": 10,
"created_at": "2022-01-06T20:05:48Z",
"creator": "piotrzientarski",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Hot-fix",
"number": 251,
"state": "closed",
"title": "Missing translation",
"url": "https://github.com/quarto-de... |
I've encountered this strange bug, when there is code into a block _and_ the document needs to execute code with jupyter.
Here is a mwe.
<pre>
```{python}
for i in range(3):
print(i)
```
#. Un processus est:
- [ ] statique
- [ ] dynamique
#. Un programme est:
```python
print("COD... | {
"assignee": null,
"comments": 3,
"created_at": "2022-01-06T18:35:54Z",
"creator": "benabel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 250,
"state": "closed",
"title": "Markdown blocks handled incorrectly when code is runned with jupyter",
"url": "ht... |
I fail to produce pdf of a quarto book project. This book include tables produced by functions of "flextable" package.
The error message is as follows:
"
←[1mupdating existing packages←[22m
←[1m
compilation failed- error←[22m
Undefined control sequence.
l.327 \hhline
{>{\arrayrulecolor[HTML]{6666... | {
"assignee": null,
"comments": 4,
"created_at": "2022-01-06T15:49:13Z",
"creator": "zawkzaw",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 249,
"state": "closed",
"title": "Fail to produce pdf of a quarto book project ",
"url": "https://github.com/quarto... |
For example, take the book template with quarto 0.2.438 and add an `appendices` line in the `_quarto.yml`:
```
book:
title: "d"
author: "Jane Doe"
date: "1/6/2022"
chapters:
- index.qmd
- intro.qmd
- summary.qmd
appendices: # <-- add this line
- references.qmd
```
... | {
"assignee": null,
"comments": 4,
"created_at": "2022-01-06T11:55:16Z",
"creator": "knuesel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 247,
"state": "closed",
"title": "Numbered appendix causes extra dot in figure and table captions",
"url": "https:/... |
Reviews and suggestions are welcome, if possible.
https://github.com/quarto-dev/quarto-cli/pull/245
Currently there are several questionable lines:
15: `code-tools-show-all-code: "Просмотр кода страницы"` makes sense only if this button shows the entire webpage HTML/JS code, identical to "View page source" ... | {
"assignee": null,
"comments": 6,
"created_at": "2022-01-06T11:03:08Z",
"creator": "gjirokastrelbasanit34",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 246,
"state": "closed",
"title": "Adds .yml translation for Russian",
"url": "https://github.com/quar... |
Currently, it seems like the only way to do inline code within a jupyter notebook is through the use of `IPython.display`. This can be, at times, cumbersome and would hinder readability of a document. Is there a way to have a similar syntax to R, where you can do ``` `r var` ```?
So something like ``` `py var` ```, ... | {
"assignee": null,
"comments": 4,
"created_at": "2022-01-05T23:16:31Z",
"creator": "amichuda",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 244,
"state": "closed",
"title": "[feature request] Allow `r` like inline code for jupyter/python",
"url": "https:... |
Rendering the book template to PDF with quarto 0.2.423 produces a table of contents with title "On this page", which doesn't make sense for a PDF. | {
"assignee": null,
"comments": 2,
"created_at": "2022-01-05T15:11:13Z",
"creator": "knuesel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 243,
"state": "closed",
"title": "Wrong title for PDF table of contents",
"url": "https://github.com/quarto-dev/qua... |
In working on #237 getting arm logic added in will take some interface redesign:
The existing Dependency interface is as such:
dependencies.ts
```
export interface Dependency {
name: string;
version: string;
"darwin"?: PlatformDependency;
"linux"?: PlatformDependency;
"windows": PlatformDependenc... | {
"assignee": null,
"comments": 8,
"created_at": "2022-01-03T15:13:59Z",
"creator": "dpastoor",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 240,
"state": "open",
"title": "platform arch refactor",
"url": "https://github.com/quarto-dev/quarto-cli/issu... |
Is it a good idea to implement the Language Server Protocol for Quarto? I know that Quarto is not really a language, but a combination of YAML, markdown/markup and various specific languages (python, R, Julia etc). However, if a language server is available, one can benefit from features such as auto complete, diagnos... | {
"assignee": "cscheid",
"comments": 22,
"created_at": "2022-01-03T04:58:20Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 239,
"state": "open",
"title": "A quarto Language Server? ",
"url": "https://github.com/quarto-dev/qua... |
Following the quarto online docs to make a dark version of Cosmo, I'm getting a super faded navbar foreground color for the active links (screenshot below). Poking around at the HTML, it looks like the boostrap dark theme is using the navbar-light foreground color for the dark-theme navbar, even with navbar type set as... | {
"assignee": null,
"comments": 20,
"created_at": "2022-01-02T12:38:31Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 238,
"state": "closed",
"title": "Insufficient contrast with navbar-color (or navbar-fg) when using themes",
"... |
When I upgrade to the latest version 0.2.384, if my path and file name are in Chinese. then I can't preview it successfully (everything works fine after reverting back to 0.2.360). The images and CSS styles disappear. Here is the error that pops up when previewing.
```bash
Output created: 未命名.html
Watching files f... | {
"assignee": null,
"comments": 2,
"created_at": "2021-12-22T14:19:15Z",
"creator": "williamlorder",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 235,
"state": "closed",
"title": "[Bug] The path cannot be successfully previewed if it is in Chinese (CSS samp... |
Follow up on the [comment](https://github.com/quarto-dev/quarto-cli/pull/231#issuecomment-998496713) I made on #231, potentially related to #224, #231, and #232.
Hopefully, the following example can be reproduced on your side @cderv
<details>
<summary>revealjs_figalign.qmd</summary>
<!--All you need is a blank... | {
"assignee": null,
"comments": 4,
"created_at": "2021-12-21T16:47:56Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 233,
"state": "closed",
"title": "revealjs `fig-align` and caption",
"url": "https://github.com/quarto-dev/quarto... |
Just to note some findings about block layout in reveal presentation as documented here: https://quarto.org/docs/authoring/figures-and-layout.html#block-layout.
It won't work straight away because of header meaning slide section in reveal
## Example 1
````markdown
---
title: "Title"
format: revealjs
---
... | {
"assignee": null,
"comments": 1,
"created_at": "2021-12-20T12:24:21Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 230,
"state": "closed",
"title": "Block layout imorvement / exception in reveal presentation",
"url": "https://github... |
as reported by Mine:
> A suggestion / feature request for helpful error message -- I think the following might be a common error for those coming from knitr/rmarkdown:
>
> ```
> #| echo = FALSE
> 1 + 1
> ```
>
> Right now the error message says `YAML validation failed - exiting`. Could it say something like ... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2021-12-17T17:29:15Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement",
"yaml-validation"
],
"locked": false,
"milestone": null,
"number": 229,
"state": "closed",
"title": "improve error message for `#| key ... |
It seems that a table generated using a code chunk is thrown into a `layout` environment and treated as a sub table. The caption and cross-ref only work when two captions are defined: both at the code function level and at the chunk level.
For example,
With the code bellow, the table is not numbered and cross-ref... | {
"assignee": null,
"comments": 12,
"created_at": "2021-12-17T05:38:16Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 228,
"state": "closed",
"title": "Caption and cross-ref for single table generated from code chunk",
"url": "htt... |
quarto-gallery/articles/msword/msword.qmd did not generated the table as expected. | {
"assignee": null,
"comments": 1,
"created_at": "2021-12-16T16:20:58Z",
"creator": "chunkaowang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 227,
"state": "closed",
"title": "quarto render docx does not generate table as expected",
"url": "https://git... |
How to reproduce:
1. `git clone https://github.com/rizinorg/book`
2. `quarto render --to pdf --toc`
This character "┌" (U+250C) occurs in [src/debugger/heap.md](https://github.com/rizinorg/book/blob/master/src/debugger/heap.md)
```
runnning pdflatex - 1
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX L... | {
"assignee": null,
"comments": 13,
"created_at": "2021-12-16T04:00:25Z",
"creator": "XVilka",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 226,
"state": "closed",
"title": "Problem handling Unicode characters with LaTeX",
"url": "https://github.com/quart... |
I think this error started to appear recently (in the past few days). I've been building quarto-latexmk in the tinytex repo and started to see this error:
```
Check file:///Users/appveyor/projects/tinytex/quarto-cli/src/command/render/latexmk/quarto-latexmk.ts
error: TS2339 [ERROR]: Property 'Signal' does not exis... | {
"assignee": null,
"comments": 4,
"created_at": "2021-12-16T02:37:53Z",
"creator": "yihui",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 225,
"state": "closed",
"title": "Property 'Signal' does not exist on type 'typeof Deno'",
"url": "https://github.com... |
Hi,
We have been getting an error with `quarto preview slides-test.ipynb` when developing quarto slides (<https://github.com/NASA-Openscapes/2021-Cloud-Workshop-AGU/blob/slides-dev/slides/slides-test.ipynb>)
This is with quarto CLI 0.2.358 in a 2i2c jupyter hub.
```
(notebook) jovyan@jupyter-jules32:~/2021-... | {
"assignee": null,
"comments": 6,
"created_at": "2021-12-15T04:24:11Z",
"creator": "jules32",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 223,
"state": "closed",
"title": "quarto preview erroring for .ipynb slides",
"url": "https://github.com/quarto-dev... |
I always use latex engine such as xelatex,lualatex to generate pdf.However, sometimes it may take much longer to complie and need more effort to adjust the layout.
I get to know there are other pdf engines can generate pdf through html way,for example,wkhtmltopdf and weasyprint.
It's there any plan to add these f... | {
"assignee": null,
"comments": 0,
"created_at": "2021-12-14T14:39:01Z",
"creator": "luzelai",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 222,
"state": "open",
"title": "Other pdf engines like wkhtmltopdf and weasyprint?",
"url": "https://github.com... |
The `quarto check install` command seems to fail in the latest version of quarto.
```shell
$ quarto --version
0.2.354
$ quarto check install
error: Uncaught SyntaxError: Identifier 'parse3' has already been declared
function parse3(input, options) {
^
at <anonymous> (file:///opt/quarto/bin/quarto.js:49138... | {
"assignee": null,
"comments": 2,
"created_at": "2021-12-14T10:31:17Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 220,
"state": "closed",
"title": "The `quarto check install` command is failed in latest quarto (on Linux)",
"url":... |
When including a single figure with long captions, I tried several different strategies.
1. Use the markdown `img` syntax directly
```
{#fig-native}
```
This worked as expected and the figure... | {
"assignee": null,
"comments": 14,
"created_at": "2021-12-12T03:59:42Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 217,
"state": "closed",
"title": "PDF format: what is the best way to include a single figure with long captions a... |
I created a website for a course. The output formats were defined in the `_quarto.yml` for the project as follows:
```{yaml}
format:
html:
theme:
- cosmo
- ./assets/mystyles.scss
toc: true
revealjs:
theme: ./assets/myrevealjs.scss
slideNumber: true
history: false
w... | {
"assignee": null,
"comments": 3,
"created_at": "2021-12-12T02:57:17Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 216,
"state": "closed",
"title": "Rendering website with `reveal.js` slides",
"url": "https://github.com/quarto-d... |
It seems that some of the `crossref` options do not work for `pdf` formats.
I included the following in the YAML header:
```{yaml}
crossref:
fig-title: "**Figure**"
tbl-title: "**Table**"
title-delim: "."
fig-prefix: Fig.
tbl-prefix: Table
```
When rendered to `html`, all the options work properly... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2021-12-12T02:33:58Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [
"bug",
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 215,
"state": "open",
"title": "[Bug] some `crossref` options do not work for p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.