page_content stringlengths 0 46.9k | metadata dict |
|---|---|
### Bug description
Adding the following to the YAML of the template Quarto Document results in source code that is too light to be legible.
``` yaml
format:
html:
code-tools: true
highlight-style: a11y-dark
```
<img width="1552" alt="Screen Shot 2022-07-12 at 6 59 10 PM" src="https://user-imag... | {
"assignee": null,
"comments": 3,
"created_at": "2022-07-13T05:06:22Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1370,
"state": "closed",
"title": "Highlighting code-tools source code not legible with hi... |
I set up the Julia kernel for Quarto documents in RStudio, following the instructions on the Quarto website, and I reproduced the Plots demo in <https://quarto.org/docs/computations/julia.html>
However, when I installed the Julia package **Luxor**, I rendered my Quarto document without any errors, but it did not pro... | {
"assignee": null,
"comments": 0,
"created_at": "2022-07-13T04:19:17Z",
"creator": "bkostadi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1369,
"state": "open",
"title": "Vector graphics produced by the Julia Luxor package not being rendered in Quart... |
### Bug description
Here is the type of output that I get if I activate logging from Pandoc
````
quarto render --verbose
[1/2] about.qmd
[INFO] Loaded C:\Users\chris\AppData\Local\Temp\quarto-sessioneaff13ab\68446796\860cba26\template.patched from C:\Users\chris\AppData\Local\Temp\quarto-sessioneaff13ab\68446796\... | {
"assignee": null,
"comments": 1,
"created_at": "2022-07-12T21:10:41Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1367,
"state": "closed",
"title": "`template-partials` metadata cause parsing failure logged in Pandoc ",
... |
### Bug description
I've been playing on the **RStudio Cloud** with the **matplotlib demo** from the Quarto documentation on **Using Python** - <https://quarto.org/docs/computations/python.html>. I followed the instructions and I installed **jupyter** and **matplotlib**, python 3.8 and numpy are already installed. I... | {
"assignee": null,
"comments": 0,
"created_at": "2022-07-12T19:21:12Z",
"creator": "bkostadi",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1366,
"state": "open",
"title": "Issues with python env. when running a python chunk inside the qmd... |
By default the navbar title is created with a link to the root directory of the website (if the website is not using the file system). I believe this is because of the `js` function in `quarto-nav.js` which begins with the comment `// fixup index.html links if we aren't on the filesystem`.
Is it possible to allow an... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-07-12T17:32:50Z",
"creator": "christian-million",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.1",
"number": 1396,
"state": "closed",
"title": "Option to Customize Navbar Title Link",
"url": "https://git... |
### Bug description
Hello,
I've been working on a qmd file with Python only in VS Code (Windows 10.0.19044) for quite some time, but am suddenly running into `ModuleNotFoundError` errors when trying to render the qmd file (either via button or via terminal with `quarto render file.qmd`) despite no changes in my p... | {
"assignee": null,
"comments": 4,
"created_at": "2022-07-12T15:12:39Z",
"creator": "ifateri",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1365,
"state": "open",
"title": "Rendering qmd (button/command) suddenly leads to ModuleNotFoundErro... |
### Bug description
This follows repo in #1361 and will use the same example. it also requires #1362 to work
First step:
Use branch from #1362 `bugfix/ext-paths`
Then:
````
quarto create-project website-with-ext --type website
cd .\website-with-ext\
quarto install extension quarto-ext/code-filename
... | {
"assignee": null,
"comments": 3,
"created_at": "2022-07-12T14:30:41Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1363,
"state": "closed",
"title": "HTML dependencies from extension are not correctly copied when extensio... |
### Bug description
````
quarto create-project website-with-ext --type website
cd .\website-with-ext\
quarto install extension quarto-ext/code-filename
mkdir more
echo "---" > more/index.qmd
echo "filters:" >> more/index.qmd
echo " - code-filename" >> more/index.qmd
echo "---" >> more/index.qmd
quarto rend... | {
"assignee": null,
"comments": 4,
"created_at": "2022-07-12T11:49:55Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1361,
"state": "closed",
"title": "Using filter extensions from document in subfolder makes pandoc error",... |
We now have tooltips for the code copy buttons with internationalized titles on hover and on click/success (yay!)β¦the only problem is, the tooltip delay is longer than the amount of time before the success icon/button changes back to its original form. So, there's no way for the "Copied!" tooltip to appear (see GIF, be... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2022-07-12T11:35:11Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.2",
"number": 1360,
"state": "closed",
"title": "Change tooltip delay for code-copy button",
"url": "https://githu... |
Currently, the code-copy button for HTML output gets its color from either `$text-muted` or `$link-color` depending on whether it's being hovered over from which an inline SVG is generated (as opposed to just the bi font symbol with color applied, which is totally fine):
https://github.com/quarto-dev/quarto-cli/blob/0... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-07-12T10:16:44Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.2",
"number": 1359,
"state": "closed",
"title": "FR: Make code-copy-button colors configurable",
"url": "https://g... |
I am following the example to create a new page on the website and things do not work as expected. Here is what it appears:

I copied and paste your example in your guide for creating a new page. No dev... | {
"assignee": null,
"comments": 5,
"created_at": "2022-07-12T06:20:34Z",
"creator": "ghost",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1358,
"state": "open",
"title": "New page does not work ",
"url": "https://github.com/quarto-dev/qua... |
When giscus is enabled, pages can be slow in loading while waiting for giscus to load. However giscus has a `data-loading="lazy"` option. On https://giscus.app this is described as:
> Loading of the comments will be deferred until the user scrolls near the comments container. This is done by adding loading="lazy" to... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-07-12T05:24:36Z",
"creator": "gustavdelius",
"is_pull_request": false,
"labels": [
"good-first-issue"
],
"locked": false,
"milestone": "v1.1",
"number": 1357,
"state": "closed",
"title": "For giscus implement `data-loading: lazy... |
Many academic journals in, eg, psychology require placing figures and tables at the end of the manuscript for review. I use the `endfloat` package to do this, as so:
```
header-includes:
- \usepackage{endfloat}
```
But I'm not a psychologist, and only very occasionally publish in journals that require moving... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-07-11T16:48:38Z",
"creator": "dhicks",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1352,
"state": "open",
"title": "[feature request] YAML shortcut for endfloat",
"url": "https://github.com/... |
I'm using Quarto for an HTML book and it seems https://quarto.org/docs/websites/website-tools.html#social-metadata works in that case too. Should the favicon docs be repeated in the book section? | {
"assignee": null,
"comments": 2,
"created_at": "2022-07-11T10:05:00Z",
"creator": "maelle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1424,
"state": "closed",
"title": "Document that favicon can be used for HTML book projects too?",
"url": "https://g... |
I noticed that the shortcuts of css class in `remark.js` or `xaringan` slides are very convenient. Such as:
It can use
```
- ... .red[Text to be red] ...
```
to get a colored text.
It can use
```
.bold.center.green[Some bold, centered, and green text]
```
to get some bold, centered, and green te... | {
"assignee": null,
"comments": 2,
"created_at": "2022-07-10T23:28:51Z",
"creator": "mingsu",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1350,
"state": "closed",
"title": "Shortcut of css styling in `revealjs` slides",
"url": "https://github.com/quarto-... |
### Bug description
LaTeX equations that include a new line code `\\` are not rendered on a new line:
When rendered as a PDF the "Inline math" format (`$math$`) works as it should and it uses the `\\` to print things on a new line. (I know using a new line command with "inline" code is illogical but it was useful t... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-07-10T14:20:32Z",
"creator": "RaymondBalise",
"is_pull_request": false,
"labels": [
"upstream"
],
"locked": false,
"milestone": null,
"number": 1348,
"state": "closed",
"title": "LaTeX not adding new line",
"url": "https://github.... |
```% quarto tools check
[β] Inspecting tools
ERROR: TypeError: Specifier not found in cache: "https://deno.land/x/cache@0.2.12/directories.ts", --cached-only is specified.
at file:///Applications/quarto/bin/vendor/deno-land/x/puppeteer@9-0-2/vendor/puppeteer-core/vendor/cache.ts:1:26```
| {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-07-10T03:33:53Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1344,
"state": "closed",
"title": "Fix import map to reference vendored cache library",
"url": "... |
Coconut (https://coconut.readthedocs.io/en/latest/FAQ.html) seems to add very useful functional programming tools to python and can be used as a Jupyter kernel.
It could be promising to use this together with R in a Rmd/qmd-File. | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-07-09T06:42:23Z",
"creator": "henningsway",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "Future",
"number": 1343,
"state": "open",
"title": "Feature-Idea: Adding support for coconut (function... |
I mostly use quarto with a particular conda environment and for some reason even when I run it after activating the environment, it still runs the default python. Is there some frontmatter to force a particular python interpreter?
Is there a place to read up on all frontmatter options? I couldn't seem to find it in... | {
"assignee": null,
"comments": 7,
"created_at": "2022-07-08T19:10:05Z",
"creator": "amichuda",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1341,
"state": "closed",
"title": "YAML frontmatter for python path",
"url": "https://github.com/quarto-dev/quarto... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1310
<div type='discussions-op-text'>
<sup>Originally posted by **harrelfe** July 6, 2022</sup>
I moved a book to a new directory, removed _freeze, re-started a book project, and rendered all chapters. All chapters look fine except for one,... | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-07-08T16:19:59Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0",
"number": 1340,
"state": "closed",
"title": "Graphics images not being created in one book chapter",
"url": "https://... |
```
---
title: "Untitled"
subtitle: "[**Example**](https://www.example.com/)"
author: "[**Example**](https://www.example.com/)"
---
```
A Quarto document using the above YAML will render the markdown used in the `subtitle` field but not the `author` field. (Using the same YAML for an RMarkdown document will re... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-07-08T16:17:46Z",
"creator": "daviddalpiaz",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.1",
"number": 1339,
"state": "closed",
"title": "YAML author field does not allow markdown",
"url": "https://gith... |
### Bug description
Trying to run
````powershell
β― quarto use tempate quarto-journals/plos
````
shows no output at all. No message no error. I think it does nothing (hopefully).
This is a typical typo in command line argument (missing `l` for `template`), but no message makes it not clear that there was an ... | {
"assignee": null,
"comments": 0,
"created_at": "2022-07-08T11:53:07Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1336,
"state": "closed",
"title": "Give some hints or at least useful error when mispelled usage in CLI li... |
### Bug description
In https://mlr3book.mlr-org.com/ we see that the GH icon which is populated by defining `repo-url` is prefixed with the CNAME entry (which lives in the [gh-pages](https://github.com/mlr-org/mlr3book/tree/gh-pages) branch).
This only happens when deploying via CI. In local previews, the link is c... | {
"assignee": "jjallaire",
"comments": 1,
"created_at": "2022-07-08T07:55:29Z",
"creator": "pat-s",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1335,
"state": "closed",
"title": "book: GitHub icon link set by `repo-url` is prefixed with CNAME... |
I've created figures using R and mermaid. The outcomes for the figures differs and I suspect neither meets WCAG.
Both code blocks use label, fig-cap, and fig-alt.
The R graph does get an alt tag, created using #| fig-alt: ...
It is read aloud by my screen reader when I get to the graphic's placement in the tex... | {
"assignee": null,
"comments": 7,
"created_at": "2022-07-08T07:25:30Z",
"creator": "ajrgodfrey",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1346,
"state": "open",
"title": "quarto embeds captions in figures",
"url": "https://github.com/quarto-dev/q... |
### Bug description
Despite `quarto render --help`, `quarto serve --help`, etc. work for most sub-commands, it does not work for:
* [ ] `quarto preview --help`
* [ ] `quarto run --help`
Specifically,
```sh
$ quarto preview --help
ERROR: /home/hb is not a website or book project
$ quarto run --help
ERRO... | {
"assignee": "jjallaire",
"comments": 5,
"created_at": "2022-07-07T21:15:43Z",
"creator": "HenrikBengtsson",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1333,
"state": "closed",
"title": "quarto <subcommand> --help does not work for 'prev... |
{
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-07-07T17:11:10Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1315,
"state": "open",
"title": "transfer quarto-web issues to quarto-cli",
"url": "https://github.c... | |
Hi I have an issue rendering the .qmd pdf.
Sessioninfo is attached as well as showing you , that there is no way i can update the tlmgr manager
Hi, Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Username> ... | {
"assignee": null,
"comments": 20,
"created_at": "2022-07-07T14:21:21Z",
"creator": "HomeStayMom",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1312,
"state": "closed",
"title": "issue with updating tlmgr updating existing packages",
"url": "https:/... |
### Bug description
According to <https://quarto.org/docs/authoring/title-blocks.html#metadata-labels>, `affiliation-title` can be used to change the block title, but it does not work.
```qmd
---
title: "Untitled"
lang: fr
author:
- name: "MickaΓ«l"
affiliation: "Institut Pasteur de Lille"
affiliation... | {
"assignee": "dragonstyle",
"comments": 4,
"created_at": "2022-07-06T20:50:26Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [
"bug",
"verify-fixed"
],
"locked": false,
"milestone": "1.0",
"number": 1306,
"state": "closed",
"title": "`affiliation-title` does not work",
... |
Repro:
---
title: "Untitled"
format: html
editor: visual
---
Hello, an hr.
---
Hello, another thing.
---
And what about this?
`Hello, another thing` gets picked up as YAML by RStudio, and VS Code, but _not_ by our CLI:
<img wi... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-07-06T19:36:48Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1304,
"state": "closed",
"title": "Don't interpret text between `---` HRs as yaml",
"url": "http... |
### Bug description
When the notebook has latex equations inside a Markdown cell in Jupyter Lab equations do not appear in the HTML converted by quarto.
Here is what I get in the html

and here i... | {
"assignee": "jjallaire",
"comments": 2,
"created_at": "2022-07-06T18:51:17Z",
"creator": "ghost",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1303,
"state": "closed",
"title": "Failure to convert equations ",
"url": "https://github.com... |
{
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-07-06T17:21:49Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0 Chores",
"number": 1301,
"state": "closed",
"title": "distinguish v1.0 builds vs. daily builds",
"url": "https://gi... | |
{
"assignee": "dragonstyle",
"comments": 4,
"created_at": "2022-07-06T17:21:08Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0",
"number": 1300,
"state": "closed",
"title": "change version number to v1.0",
"url": "https://github.com/quarto-de... | |
### Bug description
_No response_
### `quarto check` Output
_No response_
### `quarto tools check` Output
_No response_
### Checklist
- [ ] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?
- [ ] included a minimal, fully reproducible example in a... | {
"assignee": "jjallaire",
"comments": 0,
"created_at": "2022-07-06T17:16:41Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1299,
"state": "closed",
"title": "make extension and publish commands visible (hide tools com... |
The setting collapse="true" **does not** work in a revealjs presentation.
See code below:
:::{.callout-caution **collapse="true**"}
## Expand To Learn About Collapse
This is an example of a 'folded' caution callout that can be expanded by the user. You can use `collapse="true"` to collapse it by default or `c... | {
"assignee": null,
"comments": 6,
"created_at": "2022-07-06T15:15:58Z",
"creator": "meersel",
"is_pull_request": false,
"labels": [
"enhancement",
"revealjs",
"callouts"
],
"locked": false,
"milestone": "Future",
"number": 1328,
"state": "open",
"title": "collapse setting in callout... |
### Bug description
Create a book project
````
quarto create-project test-quarto-book --type book
````
Add classes une header like this in `index.qmd`
````
# Preface {.unnumbered .unlisted}
````
Render to PDF -> the classes are not correctly parsed by Pandoc and the curly braces part is taken as is.
... | {
"assignee": "cderv",
"comments": 0,
"created_at": "2022-07-06T14:58:25Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1297,
"state": "closed",
"title": "Adding more that one class on header in book is not parsed correctly... |
### Bug description
**Description**: the graphviz diagrams using _dot_ engine are rendered incorrectly - get chopped off at the bottom - if the outputs are too long in size. Previewing is unaffected.
**How to reproduce?**: Draw a long graphviz
```dot
//| label: pathology
//| fig-cap: Pathology of TBM
//| fig... | {
"assignee": "cscheid",
"comments": 21,
"created_at": "2022-07-06T13:47:06Z",
"creator": "trinhdhk",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro"
],
"locked": false,
"milestone": "Future",
"number": 1296,
"state": "closed",
"title": "graphviz diagrams are rendered incorrec... |
### Bug description
When exporting to PDF, and `keep-tex: true` and `output-dir: "outdir"` are both set in the relevant YAML, the `.tex` file remains in the working directory, even after the `.pdf` file is moved to `outdir`.
## Reprex
1. Create a new Quarto project, with the following contents in the `_quarto.... | {
"assignee": null,
"comments": 5,
"created_at": "2022-07-06T02:25:10Z",
"creator": "connorp",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1294,
"state": "open",
"title": "TeX file is not moved to output-dir",
"url": "https://github.com/... |
# Bug description
When my working directory on my Mac is within a Google Drive folder that is shared with my Google Drive account (reached via shortcut), Quarto does not respect the `execute-dir: project` option. This can cause problems with rendering if you have referenced other files assuming the main project dire... | {
"assignee": null,
"comments": 1,
"created_at": "2022-07-06T01:39:48Z",
"creator": "connorp",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1293,
"state": "open",
"title": "Quarto does not respect execute-dir in Google Drive Shared Director... |
### Bug description
[This repository](https://github.com/hadley/r-pkgs/pull/819) builds incorrectly on Netlify's deployment when their asset optimization pipeline is turned on.
There's probably an interaction between our own optimization and minification and Netlify's.
We should at least add a warning in our net... | {
"assignee": "jjallaire",
"comments": 6,
"created_at": "2022-07-05T15:55:10Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1290,
"state": "closed",
"title": "netlify's asset optimization pipeline interacts badly with... |
### Bug description
I developed a qmd document in linux (popOS 22.10) but recently switched to a windows machine. On linux, the qmd document renders without issue. When running the same document in windows, the following issues don't work:
1. Title does not appear
2. Table of contents does not appear
3. Font styl... | {
"assignee": null,
"comments": 6,
"created_at": "2022-07-05T15:03:07Z",
"creator": "SolarDifference",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1288,
"state": "open",
"title": "Document renders correctly in linux but not in windows",
... |
Request to have built-in tabbed code blocks as well as terminal/file blocks with the ability to add a title:
<img width="614" alt="image" src="https://user-images.githubusercontent.com/31460023/177347630-3b351a02-83bc-4f4e-ad2a-1a6a2656611d.png">
<img width="608" alt="image" src="https://user-images.githubusercon... | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-07-05T14:15:06Z",
"creator": "AshleyHenry15",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1287,
"state": "closed",
"title": "Built-in tabbed code blocks",
"url": "https://github.com/quarto-d... |
### Bug description
The below produces an error because the affiliation fields are identical.
```
affiliations:
- id: aff1
name: Affiliation Dept/Program/Center, Institution Name
city: City
state: State
country: Country
- id: aff2
name: Affiliation Dept/Program/Center, Institution Na... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2022-07-05T14:08:29Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.1",
"number": 1286,
"state": "closed",
"title": "Error when affiliations are identical other than id",
... |
### Bug description
This currently does not work and yields an obscure error message:
```
Quitting from lines 614-656 (man.Rmd)
Error in `if (options$fig.show == "hide") ...`:
! argument is of length zero
```
Note that this _does_ work in R Markdown so is something we should definitely support.
cc @hadle... | {
"assignee": "jjallaire",
"comments": 2,
"created_at": "2022-07-05T12:58:38Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.1",
"number": 1285,
"state": "closed",
"title": "support knitr::include_graphics in inline r code",
"url"... |
### Bug description
When I created a Quarto book in "docx" format with a chapter with codes from "table1" and "gtsummary" packages to construct summary tables, I failed to make it and saw the following error messages.
**Error in flextable_to_rmd(x, bookdown = is_bookdown, pandoc2 = pandoc2, :
pandoc v... | {
"assignee": null,
"comments": 3,
"created_at": "2022-07-05T12:22:24Z",
"creator": "zawkzaw",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1284,
"state": "closed",
"title": "failed to make tables by \"table1\" and \"gtsummary\" packages in... |
When rendering pdf from Quarto I get an error, and the following output in the pdf-log.
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded format=xelatex 2022.7.3) 3 JUL 2022 21:31
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**write_pdf.tex
(./write_pd... | {
"assignee": null,
"comments": 7,
"created_at": "2022-07-03T19:55:47Z",
"creator": "ca-signorelli",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1281,
"state": "closed",
"title": "Rendering pdf - File `scrartcl.cls' not found",
"url": "https://github.com... |
### Bug description
Same problem with markdown(https://github.com/microsoft/vscode/issues/146610)
The bug of mrkdown was fixed by [babakks](https://github.com/babakks).
So I think the quarto would be fixed easily. Thanks.
Please refer to the following code.
(https://github.com/microsoft/vscode/pull/147239/co... | {
"assignee": null,
"comments": 1,
"created_at": "2022-07-03T03:32:58Z",
"creator": "jjyunnn",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1280,
"state": "closed",
"title": "Fix single tilde (~) strikethrough parsing",
"url": "https://github... |
### Bug description
When `output-location` is not specified for an R chunk, the resulting figure fills up the available space and is resized automatically.
When `output-location: fragment`, the figure is not resized, potentially extending beyond the slide.
I would expect the figure sizes to be the same for these... | {
"assignee": null,
"comments": 3,
"created_at": "2022-07-02T22:23:13Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1279,
"state": "open",
"title": "Figure sizing is inconsistent between default and fra... |
### Bug description
The two options below should give the same output but they don't:
- Option 1: Set `echo: fenced` at document level:
````
---
format: html
execute:
echo: fenced
---
No other chunk options:
```{r}
1 + 1
```
With other chunk options:
```{r}
#| label: addition
1 + 1
```
... | {
"assignee": null,
"comments": 1,
"created_at": "2022-07-02T18:01:56Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1278,
"state": "closed",
"title": "Setting echo: fenced at document level yaml creates emp... |
Repro:
---
title: Button Style Inconsistency
---
```{ojs}
viewof foo = Inputs.button("OJS Button")
```
<button>Plain Button</button>
<img width="622" alt="image" src="https://user-images.githubusercontent.com/285675/177009216-bd142708-e6b3-4071-8595-9f9fb4f2022b.png">
Yuck... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-07-02T16:46:51Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": "Future",
"number": 1276,
"state": "closed",
"title": "CSS for buttons is inconsistent",
... |
### Bug description
Hi Quarto Devs
I've been loving using the tool so far, but have had some hiccups with the PDF generation.
I'm currently using it to write summaries for university and recently wanted to change the section, subsection, etc. -styles with the `titlesec` package. This doesn't seem to work directly ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-07-01T21:22:26Z",
"creator": "joelvonrotz",
"is_pull_request": false,
"labels": [
"bug",
"invalid"
],
"locked": false,
"milestone": null,
"number": 1273,
"state": "closed",
"title": "Latex Package 'titlesec'",
"url": "https://githu... |
### Bug description
Hello
I am writing a quarto book and I need to integrate external pdf files into the quarto book.
How can I do this?
Best wishes
Ko Ko Zaw
| {
"assignee": null,
"comments": 3,
"created_at": "2022-07-01T18:47:35Z",
"creator": "zawkzaw",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1270,
"state": "closed",
"title": "how to insert pdf file in quarto book",
"url": "https://github.com/quarto-dev/q... |
Repro:
---
title: "sidebyside"
format: pdf
editor: visual
keep-tex: true
---
```{r}
#| layout-ncol: 2
#| layout-valign: bottom
#| fig-cap: "A plot"
#| tbl-cap: "A table"
library(knitr)
# plot on the left
plot(cars)
# ta... | {
"assignee": null,
"comments": 0,
"created_at": "2022-07-01T17:52:14Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1269,
"state": "open",
"title": "Repeated figure caption when figure and table captions are mixed",
"url": "htt... |
We should have a schema that enables completion and validation for `_extension.yml`. | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-07-01T15:55:47Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"yaml-validation"
],
"locked": false,
"milestone": "v1.1",
"number": 1268,
"state": "closed",
"title": "add yaml intelligence for _extension.yml",
"url"... |
https://stackoverflow.com/questions/72799825/side-by-side-caption-positions-of-figure-and-table
There's an easier repro:
---
title: "sidebyside"
format: pdf
---
```{r}
#| cap-location: bottom
#| tbl-cap: "A table"
library(knitr)
kable(head(cars))
```
https... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-07-01T14:51:53Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1267,
"state": "closed",
"title": "kable does not see `cap-location` or `tbl-cap-location`",
... |
### Bug description
I'm getting a `YAMLException: bad indentation of a mapping entry` error when using a `:` inside `paste()` or `glue()` in `fig-`/`tbl-cap`.
I'm using RStudio 4.2.0 with Quarto v. 0.9.624 on macOS 12.3.1.
I'm pretty sure it worked a few weeks ago with an older version of Quarto.
``````
---
... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-07-01T11:09:43Z",
"creator": "arnaudgallou",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1265,
"state": "closed",
"title": "Captions: colon inside `paste()` leads to `bad indentation of a mapping ... |
### Bug description
The following file `quote.qmd` contains a quote as suggested at https://stackoverflow.com/questions/2002120/citing-the-author-of-a-blockquote-using-markdown-syntax
```
---
title: "Famous Quote"
format: revealjs
---
> "God doesn't play dice."
>
> -- <cite>Albert Einstein</cite>
```
Wh... | {
"assignee": null,
"comments": 4,
"created_at": "2022-06-30T21:40:39Z",
"creator": "asmaier",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1264,
"state": "closed",
"title": "reveal-js: Blockquotes rendered differently from pandoc",
"url": "h... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1253
<div type='discussions-op-text'>
<sup>Originally posted by **fuhrmanator** June 29, 2022</sup>
My book project hits this bug https://github.com/denoland/deno/issues/13408 when I do `quarto render --to html` -- it's happening while doing t... | {
"assignee": "cscheid",
"comments": 7,
"created_at": "2022-06-30T17:20:17Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1263,
"state": "closed",
"title": "Out of Memory when rendering to HTML",
"url": "https://github.com/qua... |
Repro on _quarto.yml on quarto-web contents lists | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-06-30T17:12:32Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug",
"yaml-validation"
],
"locked": false,
"milestone": "1.0",
"number": 1262,
"state": "closed",
"title": "completion through string+object is insi... |
### Bug description
Let's say I want to change `highlight-style` for reveal
````yaml
format:
revealjs:
highlight-style: #<-- won't be suggested in auto completion
````
Other example
````yaml
format:
pdf:
pdf-engine: #<-- not suggested by auto completion
````
Not sure which is the pat... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2022-06-30T15:42:29Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug",
"yaml-validation"
],
"locked": false,
"milestone": "1.0",
"number": 1260,
"state": "closed",
"title": "Autocompletion is not correctly showing al... |
### Bug description
In-text citation as shown at the end of the [Citation syntax](https://quarto.org/docs/authoring/footnotes-and-citations.html#sec-citations) section doesn't seem to work for citation style referencing citations from 1 to n (e.g. Science, PNAS, Nature, etc.). An example can be found [here](https://gi... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-30T15:12:53Z",
"creator": "arnaudgallou",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1259,
"state": "closed",
"title": "In-text citation formatted as `@knuth1984 says blah.` not workin... |
### Bug description
Apparently, `r-fit-text` takes into account the LaTeX "source" characters instead of the displayed ones when calculating the size of the text.
I am running quarto in preview mode, which might have to do with this issue.
The following example illustrates the problem:
```md
---
format:... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-30T14:35:08Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1258,
"state": "open",
"title": "reveal.js: r-fit-text and LaTeX don't play well with each other",
... |
Perhaps I am missing something, but I am unable to include an icon with text in navbar items.
In a simple rmarkdown site, I can include both icons and text like this:
```yaml
- text: "Schedule"
icon: fa fa-calendar-alt
href: schedule.html
```
This looks like this when rendered
<img width="102" alt="S... | {
"assignee": "dragonstyle",
"comments": 4,
"created_at": "2022-06-30T13:21:33Z",
"creator": "jhelvy",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.2",
"number": 1323,
"state": "closed",
"title": "Include icons and text in navbar",
"url": "https://github.com/quarto-d... |
Hey Quarto developers,
I was not able to find any way to easily insert a page break for docx.
The solution proposed here: https://stackoverflow.com/questions/24672111/how-to-add-a-page-break-in-word-document-generated-by-rstudio-markdown may work but still leaves a little space at the top of the page.
Is ther... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-30T08:35:23Z",
"creator": "stiatragul",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1326,
"state": "closed",
"title": "Request: page break for docx ",
"url": "https://github.com/quarto-dev/quarto-... |
### Bug description
When trying to render a document with a Graphviz code block on Windows 10 and error is produced.
This is in the latest build (0.9.629)
possibly related to [#295](https://github.com/quarto-dev/quarto-cli/issues/295#issue-1117132844)
Simple example:
``````
# a header text
some text
```... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-30T05:05:20Z",
"creator": "dan-cloney",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1255,
"state": "closed",
"title": "TypeError: Unsupported scheme when using Graphviz on Windows",
"... |
### Bug description
Great tool, which I'm enjoying a lot!
Using revealjs presentation I have a pattern like this:
````md
## Slide before
Words
## The slide with the code
```{python}
#| echo: true
#| output-location: slide
# code that generates an image
```
## The slide after
Words
````
This caus... | {
"assignee": "cderv",
"comments": 4,
"created_at": "2022-06-30T02:54:19Z",
"creator": "DOSull",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1254,
"state": "closed",
"title": "unexpected output-location: slide behaviour in revealjs",
"url": ... |
### Bug description
Tested with Quarto 0.9.629 (inside RStudio 2022.10.0 Build 9) and 0.9.607 (outside RStudio).
Using an `index.qmd` as a non-project Quarto document:
````markdown
---
title: non-project document with variables
---
Apple cider donuts are {{< var reaction >}}.
````
This document expect... | {
"assignee": "jjallaire",
"comments": 2,
"created_at": "2022-06-29T20:45:53Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1252,
"state": "closed",
"title": "variables only available in projects",
"url": "https:... |
### Bug description
When rendering to HTML, If I include a CSS file using `css: path/to/mycustom.css` in the header YAML, if this CSS file is referenced using a absolute path, it will not be found when running `quarto preview`.
I'm not sure if this is intended or not, but it means that the previewed version in th... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-29T17:55:24Z",
"creator": "postylem",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1251,
"state": "closed",
"title": "CSS with full path not found during `preview`",
"url": "https://gi... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1243
<div type='discussions-op-text'>
<sup>Originally posted by **ihnorton** June 29, 2022</sup>
Is it possible to target a repo other than the `origin` with `quarto publish gh-pages`? I read through the [template](https://github.com/quarto-de... | {
"assignee": "jjallaire",
"comments": 1,
"created_at": "2022-06-29T17:24:11Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1249,
"state": "open",
"title": "Publish gh-pages to non-origin repo?",
"url": "https://github.com/qua... |
When writing complicated extensions, it would be useful to specify
```
template-partials:
# Add here the partials your format is using
- "partials/*.tex"
```
instead of having to add all of them individually. | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-06-29T16:46:16Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.1",
"number": 1248,
"state": "closed",
"title": "format template-partials should support globs",
"url": "https://github.co... |
Would it be possible to support "pauses" in revealjs presentations in slides that have multiple columns? I would like to show first one column, and after a click, the other.
E.g. the following does not work:
```md
---
format:
revealjs:
center: true
---
## The ASIA network {.smaller}
:::: {.column... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-29T16:23:00Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1247,
"state": "open",
"title": "Feature request: support pauses in revealjs presentations in slides with multiple... |
### Bug description
Quarto docs specify to set `output-dir: docs` for gh-pages: https://quarto.org/docs/websites/publishing-websites.html#github-pages -- and set `docs/` as the target directory in the Github Pages config.
However, running `quarto publish gh-pages` appears to ignore the `output-dir` setting.
- inpu... | {
"assignee": "jjallaire",
"comments": 2,
"created_at": "2022-06-29T15:51:57Z",
"creator": "ihnorton",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0 Chores",
"number": 1246,
"state": "closed",
"title": "'quarto publish gh-pages' does not respect output-dir... |
### Bug description
I have a quarto website at https://github.com/jamespeapen/journals and I was building locally on Ubuntu 22.04 with quarto `0.9.489` without issues.
The last github workflow used `0.9.629` and failed with a number of errors like this:
```
ERROR: Project _quarto.yml validation failed.
In f... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-06-29T15:45:10Z",
"creator": "jamespeapen",
"is_pull_request": false,
"labels": [
"bug",
"invalid"
],
"locked": false,
"milestone": "1.0",
"number": 1245,
"state": "closed",
"title": "YAML validation failing with 0.9.498 for sub... |
### System info
quarto-cli git version: `d7a4cf1cc`
```
β― quarto check
[β] Checking Quarto installation......OK
Version: 99.9.9
Path: /home/mroavi/repos/quarto-cli/package/dist/bin
[β] Checking basic markdown render....OK
[β] Checking Python 3 installation....OK
Version: 3.10.4
... | {
"assignee": "cderv",
"comments": 1,
"created_at": "2022-06-29T15:44:22Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1244,
"state": "open",
"title": "Aboslute positioning of images not working as expected",
"url":... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1226
<div type='discussions-op-text'>
<sup>Originally posted by **sciwonder** June 26, 2022</sup>
Love the look and feel of Quatro! I was just wondering, for blogs, is it currently possible to customise the date element so that it includes dat... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-06-29T11:22:06Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.2",
"number": 1241,
"state": "closed",
"title": "Add Date Modified (optional) to Title Block",
"url": "https://git... |
I tried to use Quarto to do data preprocessing in R and then make the created data available in OJS using RStudio, but it seems to me that the ojs_define function is not available. This [article ](https://quarto.org/docs/interactive/ojs/data-sources.html#python-and-r) suggests that it might be possible, but it does not... | {
"assignee": "cscheid",
"comments": 21,
"created_at": "2022-06-29T10:30:20Z",
"creator": "novotny1akub",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": "Future",
"number": 1242,
"state": "open",
"title": "Quarto R ojs_define function a... |
Would it be possible to add an option to change the date title when using `title-block-style: plain`? I'd usually prefer "DATE" or "CREATED" instead of "PUBLISHED". There is already an `abstract-title:` option that allow changing the abstract title. Could a `date-title:` option be added, too?
| {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-06-29T10:29:40Z",
"creator": "fschaffner",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0 Chores",
"number": 1240,
"state": "closed",
"title": "Feature request: Add \"date-title:\" option in YAML",
"url":... |
The current autostretch logic targets stand-alone images created with `{.absolute}`, such that the `width` property specified inside the `{ ... }` is ignored/overriden. This was surprising to me because I expected total control of the image when using `{.absolute}`, including its width. Setting the `height` property wo... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-29T05:40:03Z",
"creator": "yjunechoe",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1238,
"state": "closed",
"title": "[Feature Request] Exclude {.absolute} images from autostretch",
"url": "https:... |
### Bug description
Using Quarto 0.9.607 (contained in a recent RStudio build -- 2022.10.0 Build 9), but have also tested Quarto 0.9.629. The same rendered results occur with both versions, and within and outside the RStudio IDE.
Observed on macOS Monterey - 12.4
Given `index.qmd` defined as:
````markdown
--... | {
"assignee": "cscheid",
"comments": 14,
"created_at": "2022-06-28T19:34:00Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.4",
"number": 1237,
"state": "open",
"title": "include does not inject code into a non-executable block",
... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1228
<div type='discussions-op-text'>
<sup>Originally posted by **ggous** June 27, 2022</sup>
Hi,
If I use highlight style:
```
format:
html:
theme: cosmo
pdf:
include-before-body:
- colors.tex
documentcl... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2022-06-28T17:37:46Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1236,
"state": "open",
"title": "when using double brackets for code , highlight doesn't work",
"url... |
### Bug description
Using a `{.callout}` div with a headline and footnote in HTML results in the expected output of a callout block without an icon,
the provided headline and a footnote at the end of the document.
Rendering the same example to PDF via Latex results in unexpected output (see images).
Minimal examp... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-06-28T11:36:30Z",
"creator": "fitzchivalrik",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 1235,
"state": "closed",
"title": "PDF: `{.callout}` div with heading and footnote diff... |
I'm creating a presentation with Quarto ( to revealjs) and wanted to have one slide with a line of text centered horizontally and vertically. I could not find a way to do this. I figured that I can use the `.r-stack` to center text horizontally like
```
##
:::{.r-stack}
centered text ^[with a footnote for extra ... | {
"assignee": "cscheid",
"comments": 13,
"created_at": "2022-06-27T17:15:38Z",
"creator": "asmaier",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1231,
"state": "open",
"title": "How to center text in Quarto presentations?",
"url": "https://github.com... |
### Bug description
When a figure generated by a code block appears inside a callout, and the code block has a label starting with `fig-`, and `echo: false`, the latex compiler returns the error:
`LaTeX Error: Not in outer par mode.`
A minimal `qmd` document demonstrating this behavior is below. I am working on ... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-06-27T16:20:13Z",
"creator": "dalejbarr",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.4",
"number": 1230,
"state": "open",
"title": "latex fails to compile figure from code block when `echo: ... |
Sometimes (especially with margin layout), it is useful to place the outputs of a code chunk side by side. To accomplish this, the outputs needs to come from the same chunk (e.g. a table of data and a plot of that data). It would be nice to be able to specify the labels for a chunk as an array, allowing something like:... | {
"assignee": null,
"comments": 0,
"created_at": "2022-06-27T13:29:08Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1229,
"state": "open",
"title": "Allow Different Types of Cross Reference-able Outputs from a Single Code Chu... |
Hi,
Please, I am running a quarto file with python chunks. However, when I render the document, I got an error below.
```bash
Starting python3 kernel...Done
Executing 'pytorch_tensor.ipynb'
Cell 1/82...2022-06-26 21:44:59,876 - traitlets - ERROR - Kernel died while waiting for execute reply.
Kernel ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-06-26T20:53:31Z",
"creator": "shmuhammadd",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1327,
"state": "closed",
"title": "Error Running .qmd file with Python chuncks",
"url": "https://github.com/qua... |
### Bug description
Hi, thanks for the great package!
When hovering over tabs (`{.panel-tabset}`), the cursor is not a pointer. See the MRE below:
````
---
title: "Untitled"
format: html
---
::: {.panel-tabset}
## Tab1
Tab 1 text
## Tab2
Tab 2 text
:::
````
 is not a pointer",
"... |
Maybe another option that could be added -- if the GitHub repository is public -- is opening the generated file source on a managed service like RStudio Cloud, Google Colab, Amazon Sagemaker, ...
Potentially, some kind of "click-to-share" component that houses different options? c.f.
<img width="194" alt="Scree... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-26T01:39:52Z",
"creator": "coatless",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1224,
"state": "open",
"title": "[feature-request] Open notebook/chapter in [rscloud, colab, sagemaker, watson s... |
### Bug description
# Problem
I'm trying to customize the category labels in blog posts and on the listings page via a custom theme. This theme is defined via a file `theme.scss` and contains the following content:
```
/*-- scss:defaults --*/
$primary: #06436e !default;
$white: #fff !default;
/*-- scss... | {
"assignee": "dragonstyle",
"comments": 5,
"created_at": "2022-06-25T14:22:58Z",
"creator": "AlbertRapp",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1223,
"state": "closed",
"title": "Bootstrap changes get overwritten in blog posts",
"url... |
### Bug description
Figure captions over a certain length cause consistent rendering failures. Here is a minimal example:
```
---
title: "matplotlib demo"
format:
html:
code-fold: true
jupyter: python3
---
For a demonstration of a line plot on a polar axis, see @fig-polar.
```{python}
#| label... | {
"assignee": null,
"comments": 1,
"created_at": "2022-06-25T14:12:34Z",
"creator": "cjber",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1222,
"state": "closed",
"title": "Long figure captions cause render failure 'None of the known patterns m... |
I've got R v4.2.0 and Quarto downloaded this week. When I run quarto check in the Windows command prompt, I get an error that regdmp cannot fetch the hkey_local_machine... relevant to the R installation. I can open regedit and see that the desired path regdmp is looking for is there, and that it contains the right inst... | {
"assignee": null,
"comments": 26,
"created_at": "2022-06-25T05:45:32Z",
"creator": "ajrgodfrey",
"is_pull_request": false,
"labels": [
"windows"
],
"locked": false,
"milestone": "Future",
"number": 1225,
"state": "open",
"title": "regdmp has access denied",
"url": "https://github.com/qua... |
### Bug description
I am switching between `knitr` and `jupyter` engines for rendering a Matplotlib figure using the following reprex:
````
---
engine: jupyter # knitr
---
```{python}
import matplotlib.pyplot as plt
import numpy as np
x = np.linspace(0, 2 * np.pi, 100) # 100 values from 0 to 2π
fig... | {
"assignee": null,
"comments": 5,
"created_at": "2022-06-24T07:29:18Z",
"creator": "cbrnr",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 1219,
"state": "closed",
"title": "Rendered figure size depends on engine",
"url": "https://github.com/q... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1198
<div type='discussions-op-text'>
<sup>Originally posted by **dfalbel** June 21, 2022</sup>
We have a Quarto website with a `style: "docked"` sidebar which we find too narrow for the items titles.
I have found that the following does wha... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2022-06-23T17:27:27Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.3",
"number": 1212,
"state": "closed",
"title": "How to increase the sidebar width?",
"url": "https://github.com/qua... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1172
<div type='discussions-op-text'>
<sup>Originally posted by **harrelfe** June 17, 2022</sup>
I specify cap-location: margin in my Quarto book yaml. For the few figures that have multiple panels this causes the figures to no longer be rend... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-06-23T17:26:23Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1211,
"state": "closed",
"title": "How to override format: html: cap-location: margin",
"url": "http... |
### Bug description
<img width="1006" alt="image" src="https://user-images.githubusercontent.com/285675/175357986-28a7c787-9ba7-47ed-a79a-c43c3904392e.png">
### Checklist
- [ ] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?
- [ ] included a minim... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-06-23T17:22:27Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1210,
"state": "closed",
"title": "bad yaml validation with jupyter C engine",
"url": "https://g... |
Hi! Thanks for making an awesome tool!!
When I use grid and I don't have an image, the image box comes up as gray. I know I can set a default image, but I don't want to do that. I'd like the grid card to just hide the image portion of the image isn't supplied.
This could be a good _index.qmd specification perhaps?
... | {
"assignee": "dragonstyle",
"comments": 5,
"created_at": "2022-06-23T17:12:22Z",
"creator": "bryanwhiting",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1213,
"state": "open",
"title": "Hide image display if not in front matter on grid display",
"url... |
### Bug description
In the latest version of quarto,when I compile the documentation using Lua scripts as a filter, I get the following error.This is a very important filter in scientific writing (Better Bibtex) that helps us to change plain text literature into literature in Word. You can view this filter below(htt... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-06-23T15:04:00Z",
"creator": "williamlorder",
"is_pull_request": false,
"labels": [
"bug",
"verify-fixed"
],
"locked": false,
"milestone": "1.0",
"number": 1206,
"state": "closed",
"title": "A serious problem with Pandoc's l... |
### Bug description
The code below fails to render with the following error on Quarto v0.9.600:
```
ERROR: TypeError: item.author.join is not a function
```
````
---
format: html
listing:
- id: table
type: table
contents:
title: "My cool report"
subtitle: "It has neat things in i... | {
"assignee": "dragonstyle",
"comments": 6,
"created_at": "2022-06-23T14:57:41Z",
"creator": "jthomasmock",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "1.0",
"number": 1205,
"state": "closed",
"title": "Manually generating listing with author results in erro... |
### Bug description
Trying to generate a listing or custom listing in formats other than a Quarto project: website silently fail and doesn't do anything.
It would be great to be able to leverage listings outside of websites to generate tables, cards, grids, etc for single-page applications/reports without having to... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-06-23T14:54:44Z",
"creator": "jthomasmock",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 1204,
"state": "open",
"title": "Provide error or feature for listings outside of websites"... |
Hi,
I noticed that `ojs_define` is only defined using Python and R, but not Julia.
Is there any particular reason why this is the case?
I coded a quick implementation of it myself and so far it seems to be working fine.
Here is a MWE notebook code:
````
---
title: ojs_define using Julia
---
```{... | {
"assignee": "cscheid",
"comments": 9,
"created_at": "2022-06-23T11:07:57Z",
"creator": "p-gw",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1203,
"state": "closed",
"title": "`ojs_define` in Julia",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
As discussed at the Boston R Users meeting tonight, it would be nice to see quarto gracefully handle setting page breaks in HTML documents. Use case:
- Prepare a well-designed HTML report that can be sent via email and open/read by non-technical users
- Deliver report to users who will:
- view in browser of choi... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-22T01:54:33Z",
"creator": "orderlyquant",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1200,
"state": "open",
"title": "Feature request: Page Breaks for printing HTML output",
"url": "https://g... |
If I create a figure or table in raw latex:
```latex
\begin{figure}[h!]
\begin{center}
\includegraphics[width=\textwidth]{figure/path}
\end{center}
\caption{My caption}
\label{fig-label}
\caption*{\footnotesize Note: A note}
\end{figure}
```
I can't cross-reference `@fig-label`. Is that by design? Is the... | {
"assignee": null,
"comments": 6,
"created_at": "2022-06-21T21:19:03Z",
"creator": "amichuda",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1199,
"state": "open",
"title": "cross-reference labels from raw latex",
"url": "https://github.com/quarto-dev... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.