page_content stringlengths 0 46.9k | metadata dict |
|---|---|
This error happens in https://github.com/mwouts/jupytext/issues/949
````
E jupytext.quarto.QuartoError: quarto convert --log-level warning /tmp/tmplcv1q4a2.qmd exited with return code 1
E ERROR: Internal Error: getYamlIntelligenceResource called with missing resource pandoc/formats.yml
````
... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2022-04-20T12:36:26Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug",
"yaml-validation"
],
"locked": false,
"milestone": null,
"number": 699,
"state": "closed",
"title": "getYamlIntelligenceResource called with miss... |
Related to #687.
With R gt table objects:
html:
1. works fine when code creates and shows table object
2. if code saves but does NOT display table object, it renders nonetheless, albeit differently than in number 1 -- rendered as if retrieved from file (larger - not sure there are other differences)
3. if c... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-20T11:42:35Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 698,
"state": "closed",
"title": "Surprising html, pdf, and docx rendering behavior with R gt table objects",
"url... |
When rendering the following three different qmd files, only the first example has a title.
````qmd
---
title: test
format: commonmark
---
```r
1 + 1
```
````
````qmd
---
title: test
format: commonmark
---
```{r}
1 + 1
```
````
````qmd
---
title: test
format: commonmark
---
```{pytho... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-20T10:18:33Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 697,
"state": "closed",
"title": "Rendered markdown file has no title when qmd include executable code block",
"url... |
It would be useful to have something like [knitr's comment code block](https://github.com/yihui/knitr/releases/tag/v1.37) to leave comments that are not included in the output.
input
````qmd
---
title: test
format: commonmark
engine: knitr
---
<!-- comment (to be output) -->
```{comment}
not to be out... | {
"assignee": "cscheid",
"comments": 11,
"created_at": "2022-04-20T10:05:09Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "v1.2",
"number": 696,
"state": "closed",
"title": "[Feature Request] Special code blocks for comments",
... |
I started to work on `quarto` with the following file: https://github.com/linogaliana/ensae-reproductibilite-projet-1/blob/b1c9f93aa937745c9e268707787040cb7ea825ca/report.qmd.
It works like a charm on html (local and github action). You can see the output [deployed here](https://625ed99d4eece82778e81385--spiffy-flor... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-20T08:47:55Z",
"creator": "linogaliana",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 694,
"state": "closed",
"title": "pandoc error on linux",
"url": "https://github.com/quarto-dev/quarto-cli/issu... |
My _quarto.yml file has a line that starts with a comment. The relevant part looks like this (https://github.com/rstudio/pyshiny-site/blob/935c2707/_quarto.yml#L5):
```yml
project:
type: website
output-dir: docs
render:
# List index.qmd first so that / redirects to it instead of components.html.
... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-04-20T00:55:53Z",
"creator": "wch",
"is_pull_request": false,
"labels": [
"bug",
"yaml-validation"
],
"locked": false,
"milestone": null,
"number": 693,
"state": "closed",
"title": "Comment line in _quarto.yml causes error",
"... |
Quarto version 0.9.271 installed on Ubuntu from .deb release package
When I create and preview a new book project, the rendered index.qmd page has a table of contents on the right. None of the other pages has a table of contents.
If I add a second header to e.g. the intro.qmd page, the page is re-rendered with a... | {
"assignee": null,
"comments": 14,
"created_at": "2022-04-19T18:58:03Z",
"creator": "blacksqr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 691,
"state": "closed",
"title": "No TOC or github links unless more than one header in page",
"url": "https:... |
Ideally, `--output` wouldn't change just the filename, but would also control the directories that get created.
This isn't trivial, though, because it involves some code in `freeze` infrastructure and some `rmarkdown` interactions as well.
Related: should `--output -` imply `self-contained: true`? | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-04-19T18:35:14Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "Future",
"number": 690,
"state": "open",
"title": "improvement: make `--output` option generate directorie... |
We're generating some stray whitespace after the merging of the `cell-language-handler` branch. See [this](https://github.com/quarto-dev/quarto-web/commit/a80db52e7b9bb07f441f4d663edc3a3b38322783). | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-04-19T18:22:41Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": null,
"number": 689,
"state": "closed",
"title": "stray whitespace",
"url": "https://github.com/quarto-de... |
The difference between the "inline" and the "file" versions of our include options could be improved, I think.
https://quarto.org/docs/output-formats/html-basics.html#includes
In order to do this with backward compatibility, I think we could create a schema like this:
```
anyOf:
- string # retain current b... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-04-19T17:59:36Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": null,
"number": 688,
"state": "closed",
"title": "improve behavior (or description) of `include-*` metadata... |
The output of R's `gt` table-creating package will not render to docx but does render to html and pdf (with certain imperfections discussed in #685).
A workaround for now may be to save the output to a file with `gtsave`, and include it as an image.
---------------------------- minimal reproducible example ------... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-19T16:09:30Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 687,
"state": "closed",
"title": "output of R's gt table-creating package will not render to docx but does render to... |
**quarto-version: 0.9.279**
I am having an issue creating a shiny runtime document.
There seems to be an issue with attaching packages.
In the example below, with `#| context: server` included in the first chunk, rendering fails with the error
```
Quitting from lines 19-20 (test.qmd)
Error in mutate(., wa... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-19T15:45:45Z",
"creator": "jmcvw",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 686,
"state": "closed",
"title": "Problem loading packages with server: shiny",
"url": "https://github.com/quarto-dev... |
I discovered by trial and error that when using R's `gt` package (for creating tables), labels wrapped in the `gt::html()` function that have special characters such as the $ sign -- common when producing a table with dollar amounts -- must have the special character escaped, or the table will not render in pdf even th... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-19T15:18:51Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 685,
"state": "open",
"title": "rendering to pdf when using the html function from the gt package in R requires ... |
```
---
title: "Extract data from many tables"
subtitle: "Test data"
author: "Jacek Kotowski"
date: "`r Sys.Date()`"
format:
html:
theme: simplex
self-contained: true
toc: true
toc-location: right
toc-title: Contents
number-sections: true
code-fold: show
code-summary: ... | {
"assignee": "dragonstyle",
"comments": 12,
"created_at": "2022-04-19T12:23:33Z",
"creator": "jacekkotowski",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 682,
"state": "closed",
"title": "html output self contained, css links in toc and anchors not workin... |
Apologies for not knowing where to fix what appears to be a simple typo. In Quarto books (and I'm guessing websites as well) the `div`s for a tabset looks something like:
``` html
<div id="tabset-1-1" class="tab-pane active" role="tabpanel" aria-labeledby="tabset-1-1-tab">
...
<div id="tabset-2-1" class="tab-pane a... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-19T10:44:51Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 681,
"state": "closed",
"title": "Invalid ARIA attribute for tabsets (due to typo)",
"url": "https://github.com... |
If `tinytex` is installed through CRAN, render to PDF won't work due to `scrreprt.cls` not being found.
Error:
```
updating tlmgr
updating existing packages
finding package for scrreprt.cls
compilation failed- no matching packages
LaTeX Error: File `scrreprt.cls' not found.
Type X to quit or <RETURN> to... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-04-18T13:45:06Z",
"creator": "guslipkin",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 679,
"state": "closed",
"title": "PDF Render fails if tinytex is installed through CRAN",
"url": "https:... |
Both the collapsed and expanded search features (the button, and then the input field) currently have `aria-labelledby` properties set that reference an element that doesn't exist (and, thus, they have no label)
``` html
<div class="aa-Autocomplete" role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-l... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-04-18T12:59:03Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [
"bug",
"accessibility"
],
"locked": false,
"milestone": "v1.4",
"number": 678,
"state": "open",
"title": "Add valid labels for search button a... |
Don't really know how to do PRs or I would do one.
However, FYI, in lines 16 and 17 of [_language.yml](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml), "Affilliation" and "Affilliations" should have only one "l". | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-04-18T12:12:38Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 677,
"state": "closed",
"title": "typos, sorry",
"url": "https://github.com/quarto-dev/quarto-cli/issues/... |
After rendering a flatly themed (i.e., switchable between light and dark mode) website containing Python code blocks, I noticed that the Python code blocks were hard to see.
Is this change intentional?
It would be easier to read if they were color coded as before.
quarto 0.9.272
 Syntax highliting was broken?",
"url": "https://github.com/quar... |
While testing the translation function, I noticed that "callout-caution" is not a target for translation.
I also noticed that "callout-danger" is not listed in the reference and [no image is provided](https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/formats/docx).
https://github.com/quarto-dev/quart... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-04-18T10:03:45Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 673,
"state": "closed",
"title": "missing callout label (`caution` and `danger`)",
"url": "https://github.... |
Rendering a quarto document with format HTML / article fails at the yaml validation stage, at least since last Sunday (everything was working until then).
Have you tightened these validation rules recently?
The error message is the following (see [there for details](https://github.com/computorg/template-computo-q... | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-04-18T09:04:57Z",
"creator": "jchiquet",
"is_pull_request": false,
"labels": [
"bug",
"yaml-validation"
],
"locked": false,
"milestone": null,
"number": 672,
"state": "closed",
"title": "YAML project validation fails with recent... |
{
"assignee": "dragonstyle",
"comments": 7,
"created_at": "2022-04-17T16:58:20Z",
"creator": "shalom-lab",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 671,
"state": "closed",
"title": "The categories tab under the title is unclickable in the lates release.... | |
{
"assignee": null,
"comments": 0,
"created_at": "2022-04-17T16:48:47Z",
"creator": "shalom-lab",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 670,
"state": "closed",
"title": "category is unclickable in the latest releases",
"url": "https://github.com/qu... | |
Currently the only "success indicator" when the code-copy button is pressed is that the icon changes to a check.
Unpressed:
``` html
<button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button>
```
Becomes the below for a short duration after being pressed:
``` html
<button title="... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2022-04-17T11:46:42Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 667,
"state": "closed",
"title": "Code-copy button needs text or programmatically-determinable success i... |
When the AUTHOR only includes one word,such as "Shalom", the following erros arise, render fail. The error will disappear when AUTHOR includes not less than two words. If I want to use a one-word nickname as author,what should I do?
Error running filter D:/Program Files/Quarto/share/filters/authors/authors.lua:
D... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-17T10:42:04Z",
"creator": "shalom-lab",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 666,
"state": "closed",
"title": "Author error in Quqrto Blog",
"url": "https://github.com/quarto-dev/quarto-cli... |
In RStudio I select File > New > Quarto Presentation... and fill the fields. Once the template qmd appears, I click on Render. I get this error in RStudio's Jobs tab: `ERROR: Expected front matter to end with '---'`. However, there is clearly a `---` at the end of the YAML header. I also tried replacing the hyphens and... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-17T00:53:37Z",
"creator": "dojobo",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 665,
"state": "closed",
"title": "`ERROR: Expected front matter to end with '---'` when trying to Render RStudio's qmd... |
A common pedagogical tool is providing code and the resulting output _side-by-side_ ([simple example](https://raw.githack.com/edrubin/EC607S21/master/notes-lecture/04-inference/04-inference.html#37)). While not as important for long-form document formats, this is especially nice for presentation formats that usually ta... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-16T23:31:05Z",
"creator": "grantmcdermott",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 664,
"state": "closed",
"title": "FR: Code output to the side",
"url": "https://github.com/quarto-dev/quarto... |
Started using quarto and love it!
I use custom server to host intranet website. While deploying website using `quarto render` followed rsync to `server:/var/www/html/`, website returns error 404 for files, bootstrap.min.css and bootstrap-dark.min.css and thus, fails to render website theme.
I have local umask set... | {
"assignee": "dragonstyle",
"comments": 8,
"created_at": "2022-04-16T16:26:01Z",
"creator": "sbamin",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 660,
"state": "closed",
"title": "error 404 for bootstrap.min.css as it is read-only by an owner",
"url": "... |
I'm trying to include a figure into a .qmd file file as
`)
(`here` library makes sures that the path is an absolute path)
But in the html file that is created, the resulting path looks like
`<p><img src="./Users/onurcanbektas/junction/projects/a... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-16T14:25:31Z",
"creator": "onurcanbektas",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 659,
"state": "closed",
"title": "Absolute path is treated as a relative path",
"url": "https://github.com/qu... |
Using the dev version, LaTex refuses to compile if a custom section format is defined in the header.
The following won't compile:
```markdown
---
title: RedeclareSectionCommand
format: pdf
header-includes: |
\RedeclareSectionCommand[
beforeskip=-6pt plus 1pt minus 1pt,
afterski... | {
"assignee": null,
"comments": 4,
"created_at": "2022-04-16T05:40:32Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 657,
"state": "closed",
"title": "[pdf]: undefined sequence for `RedeclareSectionCommand`",
"url": "https://githu... |
I added the `lang: ja` setting to the following document and noticed that the inline code and code block fonts are no longer monospaced fonts.
https://github.com/eitsupi/tokyorslide/blob/c094cae5e4dce8ddd140c4e9236c6297689091c0/tokyor_97/index.qmd
no `lang` setting
, which just use the last output from the chunks (In Rstudio ... | {
"assignee": null,
"comments": 5,
"created_at": "2022-04-15T15:48:43Z",
"creator": "ailich",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 650,
"state": "open",
"title": "Feature Request: Support for R Notebook equivalent",
"url": "https://github.com/... |
I am using the vscode Quarto extension and I have a local .jpg file named `Cabin.jpg` and was hoping to attach it as shown in this [Observable example](https://observablehq.com/@observablehq/file-attachments).
I tried both this `image = FileAttachment("Cabin.jpg").image()` within an OJS cell.
And I tried `${await... | {
"assignee": "cscheid",
"comments": 6,
"created_at": "2022-04-15T15:32:48Z",
"creator": "scottfranz",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 649,
"state": "closed",
"title": "Unable to Attach Image with Observab... |
I have noticed that slides previously rendered (quarto 0.9.120) cannot be displayed when rendered again with the latest version (quarto 0.9.256).
The HTML file contains links to `index_files` that does not exist with the `self-contained: true` option.
| {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-04-15T15:23:15Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 648,
"state": "closed",
"title": "self-contained revealjs slide cannot be displayed",
"url": "https://gith... |
Right now the links to download Quarto from the quarto website return a 404. | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-15T15:05:08Z",
"creator": "lahvak",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 647,
"state": "closed",
"title": "Broken download link on Quarto website",
"url": "https://github.com/quarto-dev/qua... |
Would likely want to support our format aliasing shortcuts as seen here: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/schema/format-aliases.yml | {
"assignee": "cscheid",
"comments": 4,
"created_at": "2022-04-15T13:13:49Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 646,
"state": "closed",
"title": "div syntax for content that is included for only certain formats",
"url": ... |
For example:

| {
"assignee": null,
"comments": 5,
"created_at": "2022-04-15T13:08:34Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 645,
"state": "open",
"title": "enable captions to have a heading and text part",
"url": "https://github.com/... |
e.g. for something like this: http://bytesizebio.net/2013/03/11/adding-supplementary-tables-and-figures-in-latex/
See also this discussion: https://github.com/quarto-dev/quarto-cli/discussions/609 | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-04-15T13:05:29Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 644,
"state": "open",
"title": "support creating special counter scopes for crossrefs",
... |
Hello everyone :nerd_face: , recently I am using **quarto** in my workflow, however I find a bug with use some libraries for processing spatial data, specially with leafmap or ipyleaflet (leaflet backend) , this happen when I use the .ipynb format, because when I use the qmd format in VisualCode , the output is excelle... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-15T03:46:53Z",
"creator": "ambarja",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 643,
"state": "closed",
"title": "Does not render the leaflet map in a .ipynb format ",
"url": "https://github.com/... |
We should find a way to make these values stable (as they currently generate a diff for every re-render of the site):
<img width="998" alt="Screen Shot 2022-04-14 at 8 32 23 AM" src="https://user-images.githubusercontent.com/261654/163391917-423f9583-ea79-4596-814f-33aef15a6c0b.png">
| {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-04-14T12:37:24Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 641,
"state": "closed",
"title": "Make fig-anonymous figures stable",
"url": "https://github.com/quart... |
It would be great to be able to include tables from separate files (Markdown and eventually even CSV) in a similar way to figures. It almost works using the `include` lua filter, but the table is not recognized as a table to be cross-referenced, see example here:
- https://gitlab.com/alping/quarto-test
- https://al... | {
"assignee": null,
"comments": 10,
"created_at": "2022-04-14T08:40:46Z",
"creator": "alping",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 639,
"state": "closed",
"title": "Include Table from Separate Markdown File - Similar to Figures",
"url": "https://... |
Hello hello,
I am trying to use the blog template as a dashboard for a collection of Quarto books. However, if I type `posts/*/index.qmd` under contents, each blog post only displays the index page for the given book. If I render the books and type `posts/*/_book/index.html`, the blog does not display any of the boo... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-14T05:49:24Z",
"creator": "candemircan",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 638,
"state": "closed",
"title": " having books under a blog website",
"url": "https://github.com/quarto-dev/qu... |
I'm using quarto to write an academic article and the default is have
```
execute:
echo: false
output: false
```
in my executable cell.
I can add this defaults to my document/file YAML header, for example
```
---
title: "My Document"
execute:
echo: false
jupyter: python3
---
```
but I wa... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-14T03:19:05Z",
"creator": "rgaiacs",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 637,
"state": "closed",
"title": "Add Execution Options to Project Options",
"url": "https://github.com/quarto-dev... |
I have the following `.qmd` file in my project:
```
---
jupyter:
jupytext:
text_representation:
extension: .qmd
format_name: quarto
format_version: '1.0'
jupytext_version: 1.13.8
kernelspec:
display_name: 'Python [conda env:first-carpal]'
language: python
name:... | {
"assignee": null,
"comments": 7,
"created_at": "2022-04-14T02:29:04Z",
"creator": "rgaiacs",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 636,
"state": "closed",
"title": "Use nb_conda_kernels to resolve \"No such kernel\"",
"url": "https://github.com/q... |
I think what's happening is that we're assuming these are actual files, and `Deno.readTextFileSync()` hangs (I can't even `ctrl-c` my way out of the deno process.) If I `rm` the named pipe, then the next `ctrl-c` yields an error deep inside the html postprocessors:
```
NotFound: No such file or directory (os error... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-13T21:58:04Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 635,
"state": "open",
"title": "`quarto render` to a named pipe hangs",
"url": "https://github.com/quarto-dev/q... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/622
<div type='discussions-op-text'>
<sup>Originally posted by **WillemSleegers** April 12, 2022</sup>
Is it possible to limit the number of items that are listed in a listing, without using pagination? I want to list only the 3 or 4 most rece... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2022-04-13T19:06:27Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 634,
"state": "closed",
"title": "How to limit the number of listing items?",
"url": "https://github.com... |
After updating quarto-cli from the terminal in my Mac, I got the following error and cannot longer render anything.
Preparing to preview
ERROR: SyntaxError: Unexpected number in JSON at position 1
SyntaxError: Unexpected number in JSON at position 1
at JSON.parse (<anonymous>)
at markdownFromNotebook... | {
"assignee": "jjallaire",
"comments": 5,
"created_at": "2022-04-13T18:08:43Z",
"creator": "ManuelSpinola",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 632,
"state": "closed",
"title": "Error after updating quarto-cli from the terminal in my Mac",
"url":... |
It's not uncommon that conferences/journals ask for an abstract as a submission, so treating it as a single child document of a paper can be quite helpful. This can be achieved by using two Lua filters: `include-files.lua` and `abstract-to-meta.lua`. I believe work is already under way to support child documents native... | {
"assignee": null,
"comments": 5,
"created_at": "2022-04-13T10:33:17Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 627,
"state": "open",
"title": "Feature request: native support for `abstract-to-meta.lua` filter?",
"url": "ht... |
Currently there seems to only be the option to manually control the subfigure widths, which resize the figures per line as in the [documentation](https://quarto.org/docs/authoring/figures.html#custom-layout). For plot output from knitr or jupyter, that can be resized (unlike images that are embedded without distortion)... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-13T08:03:26Z",
"creator": "BradyAJohnston",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 626,
"state": "open",
"title": "Ability to Set Subfigure Heights",
"url": "https://github.com/quarto-dev... |
Hi there,
I'm trying to use the ACM class for typesetting as follows:
```YAML
format:
pdf:
documentclass: acmart
```
When trying to render I get the following error:
```shell
compilation failed- error
LaTeX Error: Command `\Bbbk' already defined.
```
According to the [docs](https://quarto... | {
"assignee": null,
"comments": 4,
"created_at": "2022-04-12T15:12:38Z",
"creator": "pat-alt",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 617,
"state": "open",
"title": "`LaTeX Error` when specifying non-standard `documentclass`",
"url": "https://gi... |
I might have missed this after going over the code, but is there a way to change Pandoc's --data-dir and --config options in *arguments* `quarto.cmd render {arguments}`? | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-12T14:26:53Z",
"creator": "ZeroCommits",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 616,
"state": "closed",
"title": "Input flags to quarto.cmd to change Pandoc's --data-dir and --config options?",... |
```yaml
---
date: today
date-format: long #"MMMM DD, YYYY" # "`r format(Sys.Date(), '%B %d, %Y')`"
---
```
Does not seem to work for `format: pdf`. How does dynamic date work in pdf output?
> quarto version: quarto-0.9.228-macos.pkg (Pkg)
_Originally posted by @Eyayaw in https://github.com/quarto-dev/quar... | {
"assignee": "dragonstyle",
"comments": 8,
"created_at": "2022-04-12T13:15:49Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 615,
"state": "closed",
"title": "`date` keywords and formatting does not work in PDF",
"url": "https://git... |
Opening this issue to discuss how `--metadata-files` is supposed to work.
This short example is working
````markdown
---
author: "me"
format: html
metadata-files:
- meta.yml
---
# Hello
World
````
where `meta.yml` is
````yaml
title: My Document
````
I would have expected the equivalent ... | {
"assignee": "cscheid",
"comments": 4,
"created_at": "2022-04-12T09:36:28Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 613,
"state": "closed",
"title": "Using --metadata-file to set metadata does not seem to work properly",
"url": ... |
Is there any way that quarto can take docstrings from python files and create docs with those docstrings such as in Sphinx or mkdocs? | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-12T01:00:30Z",
"creator": "amichuda",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 611,
"state": "open",
"title": "Any way to create api docs like sphinx or mkdocs?",
"url": "https://github.com... |
In https://quarto.org/docs/reference/projects/websites.html#meta-project-type-upper, we learn that cookies can be allowed or blocked by default.
It would be amazing if we could get the visitors' preferences by following the 'Do Not Track' browser setting. If 'Do Not Track' is set, then cookies are blocked. If not, c... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-11T14:29:58Z",
"creator": "Bisaloo",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 610,
"state": "closed",
"title": "Add 'do-not-track' / 'dnt' option for the 'cookie-consent' config",
"url": "https... |
See https://github.com/quarto-dev/quarto-cli/discussions/607 | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-11T01:02:21Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.1",
"number": 1318,
"state": "closed",
"title": "Reference omits `code-block-bg-left` for PDFs",
"url": "https://github.com... |
User should be able to specify `code-block-bg` and we should respect that in LaTeX / PDF output. Currently we either accept the already defined shadecolor or define it as:
`"\\@ifundefined{shadecolor}{\\definecolor{shadecolor}{rgb}{.97, .97, .97}}"`
### Discussed in https://github.com/quarto-dev/quarto-cli/dis... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-04-11T01:00:08Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [
"verify-fixed"
],
"locked": false,
"milestone": "1.0",
"number": 608,
"state": "closed",
"title": "Code Block background in PDFs / LaTeX",
"url"... |
On rstudio server, the viewer pane url is like /p/f425e0d9/
But the render job cannot find the html to serve
```
Watching files for changes
quarto.html
GET: / (404: Not Found)
```
Html exists and can be opened manually.
ps: I am running this with jupyterhub + server proxy. Shiny app and rmarkdown with knitr... | {
"assignee": null,
"comments": 24,
"created_at": "2022-04-09T23:08:55Z",
"creator": "alexdeng",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 602,
"state": "closed",
"title": "rstudio server: quarto render cannot view (404 error) but html generated",
"url... |
e.g. for `--port 3000` `--no-browser` this should work:
```yaml
preview:
port: 3000
browser: false
```
| {
"assignee": null,
"comments": 1,
"created_at": "2022-04-09T11:48:46Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 599,
"state": "closed",
"title": "allow quarto preview options to be set in _quarto.yml",
"url": "https://github.... |
The comment below tells me the existence of a subcommand `quarto pandoc`, but it doesn't appear in the help (that is, users has no way of knowing the existence of this command).
https://github.com/quarto-dev/quarto-cli/discussions/510#discussioncomment-2494487
```shell
$ quarto --help
Usage: quarto
Vers... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-09T06:34:57Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 596,
"state": "closed",
"title": "Subcommands that doesn't exist in the help?",
"url": "https://github.com/quarto-d... |
Currently the Quarto CLI has many subcommands.
It would be nice to have a comprehensive reference page for subcommands.
```shell
$ quarto --help
Usage: quarto
Version: 0.9.215
Description:
Quarto CLI
Options:
-h, --help - Show this help. ... | {
"assignee": "cwickham",
"comments": 2,
"created_at": "2022-04-09T06:28:05Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [
"documentation",
"epic"
],
"locked": false,
"milestone": "Future",
"number": 598,
"state": "open",
"title": "Reference for CLI subcommands?",
"url"... |
In Rmarkdown it is possible to create templates, is it already possible to do this for Quarto texts?? | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-09T01:02:36Z",
"creator": "AlissonRP",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 595,
"state": "closed",
"title": "Custom Templates",
"url": "https://github.com/quarto-dev/quarto-cli/issues/595"... |
Hi,
I cannot render documents that have an error in a Python code block when using `error: true`.
````
$ cat Untitled.qmd
---
title: "Untitled"
format: html
jupyter: python3
---
```{python}
#| error: true
1 + 'a'
```
$ quarto -V
0.9.215
$ quarto render Untitled.qmd
Starting Jupyter kernel.... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-08T23:20:37Z",
"creator": "stephan-koenig",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 594,
"state": "closed",
"title": "Code block option `error: true` not working in Python",
"url": "https://gi... |
This relates to https://github.com/hughjonesd/huxtable/issues/223. Huxtable produces TeX tables programmatically from within R. The table starts like
```
\begin{table}[ht]
...
```
In a Quarto code block with a label and/or caption set via a chunk option, a TeX caption is produced:
```
\begin{table}
\ca... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-08T21:24:15Z",
"creator": "hughjonesd",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 593,
"state": "closed",
"title": "In TeX, table caption is inserted between \\begin{table} and [placement options]... |
`quarto convert` can convert between qmd and ipynb documents. Is it also planned to integrate this with formats such as a plain R files with special comments via `knitr::purl` (https://bookdown.org/yihui/rmarkdown-cookbook/purl.html) or a plain python script such as the ones created by VSCode when converted from a note... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-08T10:48:09Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 588,
"state": "open",
"title": "Quarto convert for script files (R, py)",
"url": "https://github.com/quarto-dev/... |
If I use any capital letters in the chunk label, it breaks all cross-references to that chunk.
In the example below, both of the references to fig-TESTING (figure 1) break, and in the final output they are both lowercase `?fig-testing`.
Both of the references to the second figure however succeed, with both the ... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-08T06:37:42Z",
"creator": "BradyAJohnston",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 587,
"state": "closed",
"title": "Capitalisation in chunk label breaks cross-references.",
"url": "https://g... |
First, thank you for creating this amazing tool.
I'm having trouble rendering Quarto documents that include a Python cell with both cell magic *and* code block options. Cells with cell magic and no options execute just fine. However, cells with both cell magic and options do not execute. (Line magic works fine whet... | {
"assignee": null,
"comments": 8,
"created_at": "2022-04-07T19:28:51Z",
"creator": "c-zippel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 578,
"state": "closed",
"title": "Issue executing Python cells with cell magic plus code block options ",
"url": "... |
I am having trouble rendering quarto docs using R, where the R code uses a package that calls out to a python method via reticulate.
I created a minimal example using a very simple R package (`botor`) wrapping python's `boto3` library.
---
title: "Test R package with reticulate"
format: html
--... | {
"assignee": null,
"comments": 4,
"created_at": "2022-04-07T18:17:37Z",
"creator": "jburos",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 577,
"state": "closed",
"title": "Quarto documents using R fail when using reticulate from within an R package",
"ur... |
I *know* I'm getting picky, here :)
I suspect part of the problem here is that Observable itself has [stepped back from supporting dark mode](https://talk.observablehq.com/t/feature-unannouncement-dark-mode/1440).
When I invoke dark-mode, some inputs stay partially in light-mode:
<img width="403" alt="image" s... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-04-07T13:21:44Z",
"creator": "ijlyttle",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": "Future",
"number": 572,
"state": "closed",
"title": "Observable inputs in dark mode",
... |
I know I'm getting picky with this one.
I realize it's tricky because there are competing styles from Observable and Bootstrap, but I'm wondering if there's a way to apply Bootstrap styling here:
```js
viewof clicks = Inputs.button("OK", {label: "Click me"})
```
<img width="246" alt="image" src="https://user-i... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-04-07T13:15:34Z",
"creator": "ijlyttle",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 571,
"state": "closed",
"title": "Observable buttons formatting",
"url... |
When a table input renders, it seems to cut off the left edge (the selection check-boxes):
<img width="788" alt="image" src="https://user-images.githubusercontent.com/2800934/162205538-b87602b2-16be-488d-8afa-259c4826fc5b.png">
| {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-04-07T13:06:13Z",
"creator": "ijlyttle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 570,
"state": "closed",
"title": "Observable `Inputs.table()` formatting",
"url": "https://github.com/quarto-... |
For example, in an {ojs} block:
```js
// comments disappear here
f = function (x) {
// but they appear here
return x + 1;
}
``` | {
"assignee": "cscheid",
"comments": 7,
"created_at": "2022-04-07T12:47:32Z",
"creator": "ijlyttle",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 569,
"state": "closed",
"title": "Observable rendering suppresses commen... |
First of all, really digging Quarto - glad to use it "for real" now!
I've got a bunch of things that have come-up with Observable, I'll post issues in order of importance :)
I'm afraid the most important thing is not really reproducible, but it does happen very often.
Here's a project I'm working on, it has a... | {
"assignee": "cscheid",
"comments": 11,
"created_at": "2022-04-07T12:42:05Z",
"creator": "ijlyttle",
"is_pull_request": false,
"labels": [
"bug",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 568,
"state": "closed",
"title": "Observable inputs fail to render, non-reprodu... |
If I render first to `epub` then to `html`, the links in the HTML document are broken.
I have been able to replicate this with the beginner book project from "Create New Project" -> "Quarto Book" through the RStudio IDE, and making some minor changes to the `_quarto.yml` as below:
```yaml
project:
type: book... | {
"assignee": null,
"comments": 7,
"created_at": "2022-04-07T07:50:13Z",
"creator": "BradyAJohnston",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 564,
"state": "closed",
"title": "Rendering to ePUB then HTML breaks page links.",
"url": "https://github.co... |
When checking quarto version, `--version` succeeds and `-v` fails.
```
❯ quarto --version
0.9.155
```
```
❯ quarto -v
ERROR: Unknown option "-v". Did you mean option "-h"?
```
I have tested on both mac and windows builds. | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-07T01:32:18Z",
"creator": "BradyAJohnston",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 562,
"state": "closed",
"title": "`-v` flag isn't recognised",
"url": "https://github.com/quarto-dev/quarto-... |
As far as I can see, shell blocks are not supported yet, are they?
In RStudio, I can execute
``````
```{bash}
echo foo
```
``````
and it returns `foo`. However, the rendered document doesn't contain the result of the evaluation, just the source code `echo foo`.
Are you planning to support shell blocks ... | {
"assignee": null,
"comments": 5,
"created_at": "2022-04-06T21:42:18Z",
"creator": "wuqui",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 558,
"state": "closed",
"title": "Shell blocks (and literate programming)",
"url": "https://github.com/quarto-dev/qua... |
Hi folks!
First of all, thank you for this great system! I've been testing Quadro and I'd like to suggest 2 modifications to the **Callouts** options, to enable better control when generating a custom **dark mode** (both HTML and PDF):
1. Add an option to customize the background color opacity for the entire call... | {
"assignee": null,
"comments": 4,
"created_at": "2022-04-06T21:00:56Z",
"creator": "sjardim",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 556,
"state": "open",
"title": "Is it possible to set the callouts background opacity and text color?",
"url": ... |
I am using Quarto 0.9.180 with Pandoc 2.5
Here is a sample qmd file
````markdown
---
title: "Test"
format: html
---
```{r}
data <- data.frame(X1 = c(1,2,3,4),
X2 = c(5,6,7,8),
X3 = c(9,10,11,12),
Y = c('R', 'R','G', 'R'),
... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-06T20:57:12Z",
"creator": "meghanto",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 555,
"state": "open",
"title": "Math formatting does not work in styled KableExtra tables",
"url": "https://gi... |
Hi,
How not evaluate code cell in Jupter cell. The attached example does not work.

Best | {
"assignee": null,
"comments": 5,
"created_at": "2022-04-06T17:45:48Z",
"creator": "shmuhammadd",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 554,
"state": "closed",
"title": "Setting Jupter Cell eval: false not working.",
"url": "https://github.com/qua... |
This works for [bookdown](https://bookdown.org/yihui/rmarkdown-cookbook/update-date.html):
```
"`r format(Sys.time(), '%d %B, %Y')`"
```
But shows "invalid date" in quarto yaml
```
book:
title: "My book"
author: "Me"
date: "`r format(Sys.time(), '%d %B, %Y')`"
```
```
> sessionInfo()
R version ... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-06T16:49:56Z",
"creator": "ericpgreen",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 553,
"state": "closed",
"title": "automatic date in YAML",
"url": "https://github.com/quarto-dev/quarto-cli/issu... |
I'm really enjoying Quarto and excited to shift from Rmd to Qmd in my writing and teaching. I use these Lua filters frequently: [scholarly-metadata.lua](https://github.com/pandoc/lua-filters/tree/master/scholarly-metadata) and [author-info-blocks.lua](https://github.com/pandoc/lua-filters/tree/master/author-info-blocks... | {
"assignee": "dragonstyle",
"comments": 12,
"created_at": "2022-04-06T16:12:39Z",
"creator": "benmarwick",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 552,
"state": "closed",
"title": "scholarly-metadata Lua filter gives invalid YAML error",
"url": ... |
Hi,
Thank you for the good work.
Please, I am using JupyterNotebook in VScode and I cannot render Quatro.
Here is the error:
`compilation failed- error Text line contains an invalid character. l.613 ^^[ [0;31mDocstring:^^[[0m `
VScode provides line number for each cell, and I cannot see how to find li... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-06T15:56:25Z",
"creator": "shmuhammadd",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 551,
"state": "closed",
"title": "compilation failed- error Text line contains an invalid character : ",
"url":... |
First of all: I love Quarto, thank you! :partying_face:
I work on a Quarto website which contains text mostly written in German. There are some headers in articles that contain an _umlaut_ (e.g. __ü__). The TOC does not seem to work properly for those articles, it does not collapse when a graphic is scaled to the p... | {
"assignee": "dragonstyle",
"comments": 10,
"created_at": "2022-04-06T15:55:05Z",
"creator": "robfuscator",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 550,
"state": "closed",
"title": "CSS selectors for TOC items break when markdown header contains an um... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/540
<div type='discussions-op-text'>
<sup>Originally posted by **AlexMcClung** April 5, 2022</sup>
Hello,
What is the best way to add a clickable URL or mailto link in the author field in YAML in an html doc? Probably kludgey, but with Rmd... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-04-06T14:34:39Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 548,
"state": "closed",
"title": "Don't add authors to markdown pipeline since Pandoc renders them",
"... |
I'm trying to test out using the `!expr` in the chunk YAML to include calculated results for figure legends. In the documentation it says it is [possible:](https://quarto.org/docs/tools/rstudio.html#knitr-engine)
```
#| fig-cap: !expr paste("Air", "Quality")
```
But when in attempting to use it, I am so far met w... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-06T11:41:33Z",
"creator": "BradyAJohnston",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 547,
"state": "closed",
"title": "using !expr in chunk YAML",
"url": "https://github.com/quarto-dev/quarto-c... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/542
<div type='discussions-op-text'>
<sup>Originally posted by **shabbychef** April 5, 2022</sup>
I am building an HTML doc, and am using caching to speed up computation. It seems that when I tweak some of the text and rebuild the document, t... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-06T00:58:38Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 544,
"state": "closed",
"title": "figures and caching",
"url": "https://github.com/quarto-dev/quarto-cli/issues/5... |
I've started out writing out a book and swap relatively frequently between the source and visual editors. However, currently the citations don't seem to be processing correctly in visual editor. Here is my workflow:
Image 1 is what I have currently written in source:

I am making an HTML doc. I have the following i... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-05T18:13:31Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 535,
"state": "closed",
"title": "cache-path seems to be ignored",
"url": "https://github.com/quarto-dev/quarto-c... |
(cf. https://github.com/quarto-dev/quarto-cli/discussions/528)
IDE modes should have a shortcut that adds a comment-pipe to a code cell. In general, the IDE will have to know about comment syntax for a number of different languages, but I think it should be possible for us to do the right thing in RStudio, in the VS... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-04-05T14:58:42Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement",
"editors"
],
"locked": false,
"milestone": "Future",
"number": 533,
"state": "open",
"title": "Add comment-pipe shortcuts to IDE editor... |
Is it possible to use the bootstrap icons that quarto uses for e.g. the github icon of a quarto website (https://quarto.org/docs/websites/website-navigation.html#sidebar-tools) in other places such as inline in a quarto document or a presentation? | {
"assignee": "dragonstyle",
"comments": 4,
"created_at": "2022-04-05T14:30:29Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 532,
"state": "closed",
"title": "using bootstrap icons",
"url": "https://github.com/quarto-dev/quarto-cli/... |
## Reprex
First install some softwares.
```bash
brew install --cask homebrew/cask/docker
docker pull rocker/geospatial
docker run -itd -p 8282:8787 --rm --name=demo \
--privileged=true -v "/${PWD}:/home/rstudio" \
-e USER=YourName -e PASSWORD=YourPWD rocker/geospatial:latest
```
Then visit <http://lo... | {
"assignee": null,
"comments": 2,
"created_at": "2022-04-05T10:43:28Z",
"creator": "XiangyunHuang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 531,
"state": "closed",
"title": "Fail to Preview Quarto Book in RStudio Server's View Window",
"url": "https... |
Is there a way to add my affiliation on the title slide?
Many thanks! | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-04-05T08:29:31Z",
"creator": "dataandcrowd",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.2",
"number": 1317,
"state": "closed",
"title": "Adding Affiliation on the First Slide",
"url": "https://github.c... |
Thanks for the great tool. I'm currently trying to implement custom slide numbering (the title page and overview should not count and horizontal and vertical slides should be displayed specifically). With the option to set a custom generator, it works great (as mentioned in https://revealjs.com/slide-numbers/). Unfortu... | {
"assignee": null,
"comments": 3,
"created_at": "2022-04-05T07:30:06Z",
"creator": "inventionate",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 530,
"state": "open",
"title": "Curstom slide numbers",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
Using RStudio 2022.02.1 Build 461 and Quarto 0.9.183 on Windows, with Enable Quarto preview checked in the R Markdown menu of Global Options in RStudio.
When I create a new document with the example Observable JS template, and run any of the {ojs} chunks, I get the error `'ojs' is not recognized as an internal or ex... | {
"assignee": "cscheid",
"comments": 10,
"created_at": "2022-04-05T03:30:55Z",
"creator": "jonspring",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": "Future",
"number": 529,
"state": "open",
"title": "Feature: run `ojs` cells on RStudi... |
Both html and pdf format are`eq-prefix: " "` in `_quarto.yml`, HTML output is expected.
```yml
format:
html:
theme: cosmo
crossref:
chapters: true
eq-prefix: " "
pdf:
documentclass: book
crossref:
chapters: true
eq-prefix: " "
```
`(@eq-black-scholes)` in P... | {
"assignee": null,
"comments": 6,
"created_at": "2022-04-05T01:50:36Z",
"creator": "XiangyunHuang",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 526,
"state": "closed",
"title": "eq-prefix behaves different between PDF and HTML document",
"url": "https:/... |
Hello lovely people !
I am reading your website building [guide](https://quarto.org/docs/websites/website-navigation.html) and clicked on the Twitter icon on the top right hand corner but it says the Twitter account does not exist.
![Screen Shot 2022-04-04 at 6 01 21 PM](https://user-images.githubusercontent.com/... | {
"assignee": null,
"comments": 1,
"created_at": "2022-04-05T00:04:58Z",
"creator": "PythonCoderUnicorn",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 525,
"state": "closed",
"title": "Twitter link & account broken",
"url": "https://github.com/quarto-dev/... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/523
<div type='discussions-op-text'>
<sup>Originally posted by **WillemSleegers** April 4, 2022</sup>
Hi all,
I have a question about how to work with multiple listings. I'm working on converting my personal website from `blogdown` to `qua... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-04-04T20:41:11Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 524,
"state": "closed",
"title": "Working with multiple listings across multiple pages",
"url": "https... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.