page_content
stringlengths
0
46.9k
metadata
dict
Currently, the matplotlib figures are included as `pdf` files in latex, but matplotlib allows to export graphs as `pgf` code with the [`backend_pgf`](https://matplotlib.org/stable/api/backend_pgf_api.html). Using this backend would allow to integrate matplotlib figures using the documents fonts as described in this ...
{ "assignee": null, "comments": 13, "created_at": "2021-12-11T21:11:40Z", "creator": "benabel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 214, "state": "closed", "title": "[Feature request] Include matplotlib figures as pgf code", "url": "https://githu...
In version v0.2.306, and earlier, it was legal, and effective, to give a list for the `bibliography` entry in `_quarto.yml`, e.g.: ``` bibliography: [refs1.bib, refs2.bib] ``` In current main, which is v0.2.346, I get this error on `quarto render`: ``` ERROR: Project _quarto.yml validation failed. (line 12...
{ "assignee": null, "comments": 3, "created_at": "2021-12-11T20:41:20Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 213, "state": "closed", "title": "Quarto now disallows lists for bibliography field.", "url": "https://github...
I suspect it is an option clash of some sort. If I create a presentation and change to the following YAML, slides do not have numbers ```yaml --- title: "test" format: revealjs: multiplex: true self-contained: true hash-type: number slide-number: true controls: auto from: markdo...
{ "assignee": null, "comments": 2, "created_at": "2021-12-10T08:27:55Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 211, "state": "closed", "title": "hash-number not working as expected", "url": "https://github.com/quarto-dev/quarto...
- When using self-contained: false I get ``` DevTools failed to load SourceMap: Could not load content for file:///home/maelle/Documents/blablabla/presentation_files/libs/revealjs/plugin/multiplex/socket.io.js.map: System error: net::ERR_FILE_NOT_FOUND ``` - When setting it to true I get ``` DevTools failed...
{ "assignee": null, "comments": 12, "created_at": "2021-12-09T17:56:31Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 210, "state": "closed", "title": "Multiplex scripts cannot be found", "url": "https://github.com/quarto-dev/quarto-...
1. I create a Quarto presentation from RStudio new file menu. 2. I add ```yaml format: revealjs: multiplex: id: 'ID' secret: 'SECRET' ``` to the YAML. 3. I render. 4. In presentation.html I can see the secret. The [docs](https://quarto.org/docs/presentations/revealjs/presenting...
{ "assignee": null, "comments": 11, "created_at": "2021-12-09T17:42:35Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 209, "state": "closed", "title": "multiplex secret published in presentation.html", "url": "https://github.com/quar...
At the moment the PDF export names the PDF file `The Exact Same Words As The Title.pdf`. Should it be transformed to remove space, special characters etc? (And by the way, the PDF export mode is so useful! :pray: )
{ "assignee": null, "comments": 1, "created_at": "2021-12-09T13:37:15Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 208, "state": "closed", "title": "Should PDF export mode transform the title for the filename?", "url": "https://git...
Running through the "hello world" example for quarto books shows an error message now, whereas it didn't a few weeks ago. Everything still seems to work fine though. ``` quarto create-project mybook --type book cd mybook quarto preview ``` gives output: ``` Creating project at /Users/tomasz/mybook: - Creat...
{ "assignee": null, "comments": 1, "created_at": "2021-12-07T22:06:27Z", "creator": "t-kalinowski", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 206, "state": "closed", "title": "Error message from quarto preview", "url": "https://github.com/quarto-dev/qu...
In https://quarto.org/docs/output-formats/hugo.html, the resulting md file is named differently from the original qmd file?
{ "assignee": null, "comments": 8, "created_at": "2021-12-07T16:38:38Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 207, "state": "closed", "title": "Quarto hugo: why not index.qmd?", "url": "https://github.com/quarto-dev/quarto-cli...
Looks like the version number is hard coded in some places, for example here: https://github.com/quarto-dev/quarto-cli/blob/c0ca049fb47210859048525a19a2f065ece496a1/package/scripts/common/quarto#L33-L36 Should these be the version defined here?: https://github.com/quarto-dev/quarto-cli/blob/de78b925c71f682d53230...
{ "assignee": null, "comments": 2, "created_at": "2021-12-07T15:03:51Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 205, "state": "closed", "title": "quarto always returns version 99.9.9", "url": "https://github.com/quarto-dev/quart...
I admit this might be a bit niche. I like using this theme: https://github.com/dzello/revealjs-themes#sunblind To get the bold border, > 1. Add 4 divs to your HTML page: ```html <div class="line top"></div> <div class="line bottom"></div> <div class="line left"></div> <div class="line r...
{ "assignee": null, "comments": 7, "created_at": "2021-12-07T14:15:27Z", "creator": "maelle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 204, "state": "closed", "title": "How does one edit the HTML for a reveal.js theme?", "url": "https://github.com/qua...
Hi! I am super hyped about this project and I am pretty sure a homebrew formula would make it even more popular and easy to install. This is the macOS mirror of #148. I have never tried making a homebrew formula, but I can dig into that and help, of course!
{ "assignee": "dragonstyle", "comments": 25, "created_at": "2021-12-03T22:46:46Z", "creator": "baggiponte", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 203, "state": "closed", "title": "[feature request] homebrew formula for macOS", "url": "https://githu...
Build fails: ``` Check file:///disk-samsung/freebsd-ports/misc/quarto-cli/work/quarto-cli-0.2.312/src/quarto.ts error: TS2801 [ERROR]: This condition will always return true since this 'Promise<boolean>' is always defined. if (exists(yamlFile)) { ~~~~~~~~~~~~~~~~ at file:///disk-samsung/freebsd-...
{ "assignee": null, "comments": 2, "created_at": "2021-11-25T22:03:46Z", "creator": "yurivict", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 201, "state": "closed", "title": "error: TS2801 [ERROR]: This condition will always return true since this 'Promise<...
I just noticed (from my projects tests) that Quarto no longer writes out the header numbers into the documents that become the inputs to custom filters. Checking with an old version of Quarto (v0.2.183), I see this in the input JSON for one document with a heading: ``` { "t": "...
{ "assignee": null, "comments": 5, "created_at": "2021-11-23T19:27:04Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 200, "state": "closed", "title": "Header numbering no longer in output from quarto filters", "url": "https://...
Hi and first thanks for this awesome project. I have a problem since version [0.2.232](https://github.com/quarto-dev/quarto-cli/commit/fd6d8cd9709c23f38bc76617fab29fc578358033) introduced an error on my metadata parsing: ```markdown --- matter: "NSI" classe: "Terminale" partie: "P1&P4" sectionPrefix: "Partie...
{ "assignee": null, "comments": 3, "created_at": "2021-11-23T14:51:17Z", "creator": "benabel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 198, "state": "closed", "title": "quarto can't parse my metadata since v2.232 ", "url": "https://github.com/quarto-...
Subfigures defined in markdown can be given unique captions/labels while belonging to a larger figure with its own caption and label. Can this be done for subfigures produced through computations, such as in the example explored here in the [documentation](https://quarto.org/docs/authoring/figures-and-layout.html#compu...
{ "assignee": null, "comments": 2, "created_at": "2021-11-23T06:34:33Z", "creator": "githubpsyche", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 197, "state": "closed", "title": "Unique labels for distinct figures produced by executable code blocks", "url...
I use SVG images in my quarto document, like so: ``` ![Electronic overview](overview.svg){layout-align=center} ``` it works fine for HTML, but for PDF it says: ``` LaTeX Error: Unknown graphics extension: .svg. ``` I know that latex do not support svg, and that the usual workflow is to convert svg to PD...
{ "assignee": null, "comments": 9, "created_at": "2021-11-21T17:45:54Z", "creator": "kuon", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 196, "state": "closed", "title": "Automatically convert SVG for PDF output", "url": "https://github.com/quarto-dev/qua...
We are using nested divs, and v0.2.261 seems to have broken our build. With the following page: ``` # A title ::: {.callout-note} ::: {.another-div} Some text ::: ::: ``` https://github.com/matthew-brett/mysite `quarto render` gives me: ``` Error running filter /Volumes/zorg/mb312/dev_trees...
{ "assignee": null, "comments": 9, "created_at": "2021-11-19T21:44:15Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 193, "state": "closed", "title": "v0.2.261 seems to have broken nested divs", "url": "https://github.com/quar...
``` $ tar xf ../quarto-0.2.291-linux-amd64.tar $ ls bin COPYING.md COPYRIGHT share ``` It is good practice for an archive to start with a folder, otherwise people may run into errors like this one: ``` $ tar xf quarto-0.2.291-linux-amd64.tar tar: .: Cannot utime: Operation not permitted tar: .: Cannot ...
{ "assignee": null, "comments": 3, "created_at": "2021-11-19T20:05:03Z", "creator": "stefanv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 192, "state": "closed", "title": "Release archive does not start with a directory", "url": "https://github.com/quar...
Could you please consider supporting armv7l and arm64 architectures?, even a script for manual installation on those architectures would be great (or at least one that doesn't use a download of Deno if it is already present, letting us compile it with Cargo ourselves). Just to clarify, my goal with this is to be abl...
{ "assignee": "dragonstyle", "comments": 17, "created_at": "2021-11-18T20:03:43Z", "creator": "andresrcs", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 190, "state": "closed", "title": "[Feature request] Support for ARM architectures", "url": "https://g...
Commit https://github.com/quarto-dev/quarto-cli/commit/b055f78d7d6bf78f88428534b6637a8bfcd5d59c introduced a regression for me (first time using `git bisect`, this is pretty cool!). I am serving a website project with `quarto preview` and when I change a file I get the following output / error: ``` ERROR: Error: D...
{ "assignee": null, "comments": 10, "created_at": "2021-11-17T11:59:03Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 188, "state": "closed", "title": "[regression] file permission error with `quarto preview`", "url": "https://github...
I recently encountered a peculiar situation where cached execution in qmd causes error during render. Example: ```` --- title: Test toc: false --- ```{python} print("HELLO") ``` ```` Running quarto render produces the following error: The execution_count just keeps incrementing. ![image](https://...
{ "assignee": null, "comments": 3, "created_at": "2021-11-16T08:09:44Z", "creator": "ludwigHoon", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 185, "state": "closed", "title": "Bug: qmd and jupyter cache", "url": "https://github.com/quarto-dev/quarto-cli/...
When whe try to generate a pdf from quatro's default we get error on generating because the Blue color is not definined. This is due to the hypersetup's option in which the `citecolor` and the `urlcolor` are `Blue`, because LaTeX can be case sensitive on some systems `blue` must be used.
{ "assignee": null, "comments": 8, "created_at": "2021-11-14T18:04:49Z", "creator": "epabion", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 184, "state": "closed", "title": "Problem in PDF generation if we use url and callout", "url": "https://github.com/...
Use of callout's type `tip` is not possible in PDF. The `\faLightbulbO` command which is used in the `tcolorbox` defintion is a fontawesome's package command but with the fontawesome5 package the `\faLightbulb[regular]` command must be used.
{ "assignee": null, "comments": 3, "created_at": "2021-11-14T17:21:47Z", "creator": "epabion", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 183, "state": "closed", "title": "Rendering Tip style callout in PDF", "url": "https://github.com/quarto-dev/quarto...
From @cscheid: I think I just ran into a bug with quarto preview, the python daemon, and an admittedly funky python chunk. If you have a python cell that runs a long-running subprocess.call , and you ctrl-c the preview while it’s running, the subprocess keeps going. I don’t know if there’s a not-horrible way to f...
{ "assignee": null, "comments": 2, "created_at": "2021-11-11T23:37:57Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 181, "state": "closed", "title": "terminate jupyter daemon on ctrl+c (in preview or render)", "url": "https://git...
Not sure if this is intentional: doing some tests for https://github.com/quarto-dev/quarto-cli/issues/175 I saw the value of `lang` as seen by a Lua filter is inconsistent with vanilla pandoc (the same happens for other metadata variables). The examples below use the following `index.qmd`: ```markdown --- lang: fr...
{ "assignee": null, "comments": 2, "created_at": "2021-11-10T15:37:20Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 177, "state": "closed", "title": "Metadata block stores values differently from vanilla pandoc", "url": "https://gi...
With quarto 0.2.232 I could set the `lang` metadata by calling `quarto render -M lang=fr` (see https://github.com/quarto-dev/quarto-cli/issues/146#issue-1033671251 for a description of the use case). This doesn't work anymore in 0.2.258. For example with ``` # File _quarto.yml project: type: book book: ...
{ "assignee": null, "comments": 5, "created_at": "2021-11-09T15:56:11Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 175, "state": "closed", "title": "Cannot set lang from command-line", "url": "https://github.com/quarto-dev/quarto-...
I see we can use and render R codes or Python codes in separeate qmd files. Can we use R and Python codes in a single qmd file? Will we need to use 'reticulate' in qmd file?
{ "assignee": null, "comments": 1, "created_at": "2021-11-06T03:21:19Z", "creator": "zawkzaw", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 171, "state": "closed", "title": "Can we use R and Python codes in a single qmd file?", "url": "https://github.com/...
It will benefit the academic community if you can elaborate on how to produce academic articles and theses using quarto book project like templates included in 'rticles', 'papaja' and 'thesisdown' . It is also very useful if we can adapt these templates in quarto because quarto is more userfriendky and versatile ...
{ "assignee": "dragonstyle", "comments": 9, "created_at": "2021-11-06T02:46:00Z", "creator": "zawkzaw", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Formats", "number": 170, "state": "closed", "title": "lack of quarto templates for academic articles and theses", "ur...
Let's say I want to create this presentation ````markdown --- title: Speaker Note format: revealjs --- # Content --- Slide without title # Another --- Slide without title ```` This should create a presentation with 1 title slide two section title slides which each section using one slide. ...
{ "assignee": null, "comments": 3, "created_at": "2021-11-05T14:38:22Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 169, "state": "closed", "title": "YAML error when using hrule markdown syntax ---", "url": "https://github.com/quarto...
Web outputs include navigational elements that are always in English, for example the title "On this page" of the right margin menu, the "Footnotes" header at the bottom of pages, and various strings in the search bar GUI. It would be great to have these translated according to the `lang` variable (as already done by b...
{ "assignee": null, "comments": 3, "created_at": "2021-11-05T13:17:07Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 168, "state": "closed", "title": "Localization for non-English projects", "url": "https://github.com/quarto-dev/qua...
If I were to use the Julia or R IPython kernels in Jupyter Notebooks, would that work or is notebook support specific to Python?
{ "assignee": null, "comments": 2, "created_at": "2021-11-04T16:27:04Z", "creator": "githubpsyche", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 165, "state": "closed", "title": "Does quarto work with Jupyter Notebooks regardless of the kernel?", "url": "...
I love building my workflow above quarto,I used it to write my paper,.convert my markdown to pdf,word or anything need when submitting.It is a great work. However,I am now thinking use quarto to build my own Academic blog website(just like https://hugo-blog-theme.netlify.app/ ).I have known that quarto can also buil...
{ "assignee": null, "comments": 1, "created_at": "2021-11-03T19:25:09Z", "creator": "luzelai", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 163, "state": "closed", "title": "Great work and what about blog?", "url": "https://github.com/quarto-dev/quarto-cl...
Tested with 0.2.222. Some of my testing has had me temporarily creating Quarto project directories within the directory structure of a large Git repository. Quarto can run `git status` when attempting to determine if it should write a `.gitignore` file. This happens any time a project is rendered and does not alr...
{ "assignee": null, "comments": 1, "created_at": "2021-11-03T16:55:27Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 162, "state": "closed", "title": "git status can be slow", "url": "https://github.com/quarto-dev/quarto-cli/issu...
Documentation indicates you can use quarto preview for both HTML and PDF output of both books and individual documents. But how do you choose which, particularly when your YAML includes options for either format? Hard to find this guidance.
{ "assignee": null, "comments": 9, "created_at": "2021-10-30T00:03:36Z", "creator": "githubpsyche", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 159, "state": "closed", "title": "Choose preview format?", "url": "https://github.com/quarto-dev/quarto-cli/is...
After pulling the updates yesterday, the background images from a local directory for slides are no longer copied into the user specified output directory for a project. The images were rendered after manually copying the images into the output directory. Local background image are rendered well for non-project ...
{ "assignee": null, "comments": 1, "created_at": "2021-10-29T05:44:15Z", "creator": "juliantao", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 158, "state": "closed", "title": "Revealjs: local background images are not copied into project output directory", ...
In the latest Quarto (v0.2.232), `Pandoc` v2.14.2 is bundled. Users may want to render through different versions of `Pandoc` on system at their risk. Do you have any options like `rmarkdown::find_pandoc()`?
{ "assignee": null, "comments": 1, "created_at": "2021-10-27T19:00:27Z", "creator": "jooyoungseo", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 154, "state": "closed", "title": "Use a Pandoc version not bundled with Quarto", "url": "https://github.com/qua...
As of 0.2.222, providing either `-h` or `--help` to the `render` command ends up passing that option to pandoc and then presenting the pandoc help. If the document contains Shiny components or other executable code, that code is run before calling pandoc. For comparison, Git and Go take different approaches to t...
{ "assignee": null, "comments": 3, "created_at": "2021-10-26T17:16:37Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 150, "state": "closed", "title": "quarto render -h / --help should suggest quarto help render", "url": "https://...
Do you have any plans to develop VSCode extension tailored for Quarto? Please correct me if I am wrong, but currently, users have to manually type required commands in terminal within VSCode. Another idea is to support qmd files via [REditorSupport/vscode-R](https://github.com/REditorSupport/vscode-R).
{ "assignee": null, "comments": 8, "created_at": "2021-10-26T12:47:45Z", "creator": "jooyoungseo", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 149, "state": "closed", "title": "[Feature request] VSCode extension for Quarto", "url": "https://github.com/qu...
For terminal users on Windows, could you please consider supporting [Chocolatey](https://chocolatey.org/) installation? This would help streamline the cli installation on Windows.
{ "assignee": "cderv", "comments": 17, "created_at": "2021-10-25T15:36:07Z", "creator": "jooyoungseo", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Chores", "number": 148, "state": "closed", "title": "[Feature request] Support for Chocolatey installation on Windows", ...
Is there a way to set `output-dir` from the command line? I tried with `-M output-dir=...` but it doesn't seem to work. The reason I'm asking is that I have a book in two languages, with both languages sharing the same source files (so they can share non-text elements). For example a source can look like this: ``...
{ "assignee": null, "comments": 3, "created_at": "2021-10-22T14:52:28Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 146, "state": "closed", "title": "Specifying output-dir on the command-line", "url": "https://github.com/quarto-dev...
I spent ages today trying to get quarto to produce a PDF with A4 paper. The documentation was all very clear, but it didn't work and it took me a long time to realise there was a formatting error in the yaml. With the error in the yaml text, the whole yaml block was silently ignored, so I didn't know there was an err...
{ "assignee": null, "comments": 3, "created_at": "2021-10-20T11:51:40Z", "creator": "abudden", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 142, "state": "closed", "title": "Feature request: show error message for invalid yaml", "url": "https://github.com...
The python library sympy uses latex as one of its output formats. It would be lovely if there was a way to integrate this with Quarto such that sympy spits out raw latex and Quarto passes it onto pandoc as latex. For example, consider this `.qmd` document: ````markdown --- title: "Test Document" author: "Me" ...
{ "assignee": null, "comments": 3, "created_at": "2021-10-20T11:39:26Z", "creator": "abudden", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 141, "state": "closed", "title": "Feature request: sympy output support", "url": "https://github.com/quarto-dev/qua...
Currently this type of document will output resulting text without comment ````markdown --- title: "Title" format: html: default --- ```{r} 1 + 1 ``` ```` ![image](https://user-images.githubusercontent.com/6791940/138082612-e4053019-216d-488f-b0f3-a57b23a9e730.png) This is different than with R Mar...
{ "assignee": null, "comments": 1, "created_at": "2021-10-20T11:18:33Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 140, "state": "closed", "title": "Document with knitr engine and collapse = FALSE should probably have comment before t...
First of all, thank you for the remarkable work around quarto and for your responsiveness. It is really an extremely useful tool. I am setting up a scientific journal that relies on quarto for the final production of documents (working with NelleV by the way, so thank a lot for the ipynb output from Issue #133, this he...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2021-10-20T08:16:36Z", "creator": "jchiquet", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Formats", "number": 139, "state": "closed", "title": "Using yaml metadata in HTML files included by include-before-bod...
This is probably a bit more of an RStudio integration issue, but I wasn't sure of a better place to open this. I've been playing around with Quarto a bit, and it has been absolutely fantastic. For the most part, the experience moving from `.Rmd` has been pretty smooth. However, one thing that I really miss is the ab...
{ "assignee": null, "comments": 2, "created_at": "2021-10-19T18:01:45Z", "creator": "MCMaurer", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 138, "state": "closed", "title": "Feature request: tab-complete on chunk options", "url": "https://github.com/quar...
For example given the following `test.md`: ``` # Test a $$x$$ b. ``` calling `quarto render test.md` generates an html page without content (just the title). Using pandoc directly with `pandoc test.md -s -o test.html` gives a correct output.
{ "assignee": null, "comments": 3, "created_at": "2021-10-15T15:23:31Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 136, "state": "closed", "title": "Bad output for display math followed by text on same line", "url": "https://githu...
It would be nice to support executing several languages in the same file. My use case is that I'm using "panel-tabsets" to show solutions implemented in different languages (e.g. Octave and Python). Currently only one of the tabs can show the result of running of the code.
{ "assignee": null, "comments": 4, "created_at": "2021-10-13T14:29:05Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 135, "state": "closed", "title": "Multiple kernels in same file", "url": "https://github.com/quarto-dev/quarto-cli/...
Our book needs a small suite of R code executed at the beginning of each page, in our case called `_common.R`. At the moment we are doing this by putting this chunk at the top of each page, as suggested in #38: ~~~ ```{r setup, include=FALSE} source("_common.R") ``` ~~~ This issue is to ask for a way to sp...
{ "assignee": null, "comments": 3, "created_at": "2021-10-12T16:10:07Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 134, "state": "open", "title": "Way of specifying code file to be sourced for each page?", "url": "https:...
Hello, Collaborators and I are using quarto for reproducible scientific publication purposes. As part of our pipeline, we would like not only to compile to HTML/PDF, but also to have a jupyter-notebook version (in order to then link to binder). I believe execution of the code is already performed using the jupyter...
{ "assignee": "jjallaire", "comments": 7, "created_at": "2021-10-12T13:16:50Z", "creator": "NelleV", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 133, "state": "closed", "title": "Feature request: compiling to jupyter-notebook", "url": "https://github.co...
Is there an easy way to update my quarto client? Now I have to reinstall it when it is updated.
{ "assignee": null, "comments": 2, "created_at": "2021-10-11T11:25:08Z", "creator": "Terriaknight", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 132, "state": "closed", "title": "How update quarto client?", "url": "https://github.com/quarto-dev/quarto-cli...
Curious if there is likely to be some support/documentation for emacs [polymode](https://polymode.github.io/) at some point? (That's my current workflow for Rmarkdown files: see also [here](https://www.thetopsites.net/article/59750668.shtml) Or maybe it already works with the right definitions ... ? (I am *not* an Ema...
{ "assignee": null, "comments": 2, "created_at": "2021-10-10T00:47:27Z", "creator": "bbolker", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 131, "state": "closed", "title": "emacs polymode?", "url": "https://github.com/quarto-dev/quarto-cli/issues/131" }
I have run into a strange error rendering in Quarto that appears to be a scope problem. I do not see the same error when rendering in `rmarkdown::render`. Consider the following document (also at <https://github.com/matthew-brett/quarto-test-book/blob/main/intro.Rmd>): ~~~ ```{r} source('setup.R') # Contains ...
{ "assignee": null, "comments": 6, "created_at": "2021-10-10T00:05:53Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 130, "state": "closed", "title": "Odd scope error rendering in Quarto but not for `rmarkdown::render`", "url"...
Quarto looks very neat. Is it possible to contract the experts to do a half-day(?) workshop?
{ "assignee": null, "comments": 2, "created_at": "2021-10-08T15:27:56Z", "creator": "paulmenzel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 129, "state": "closed", "title": "Schedule (online) workshop", "url": "https://github.com/quarto-dev/quarto-cli/...
The help for `quarto render` mentions that extra arguments can be given to forward to pandoc. And for `quarto preview` it says > You can also include arbitrary command line arguments to be forwarded to quarto render. This made me hope the following would work: ``` quarto preview --default-image-extension=...
{ "assignee": null, "comments": 4, "created_at": "2021-10-08T13:45:57Z", "creator": "knuesel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 128, "state": "closed", "title": "Extra arguments are not always passed to pandoc", "url": "https://github.com/quar...
Use case: I needed to uninstall tinytex install by Quarto and I wondered how to do that. + So I ran ```sh $ quarto help tools Usage: quarto tools [command:string] [name:string] Version: 0.2.188 Description: Manages quarto tools. Tools that can be installed include: tinytex ...
{ "assignee": null, "comments": 4, "created_at": "2021-10-06T08:47:21Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 126, "state": "closed", "title": "quarto help tools should document available commands", "url": "https://github.com/q...
Currently Quarto is distributed as a binary, packaged for Debian, Windows and Mac systems. Since the releases are updated very often, would it be possible to offer delta updates that do not neccessarily couple the runtime, in case it's not updated? This is natively implemented in RPM and AppImage, and could speed...
{ "assignee": null, "comments": 2, "created_at": "2021-10-03T14:50:01Z", "creator": "almereyda", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 124, "state": "closed", "title": "Delta updates", "url": "https://github.com/quarto-dev/quarto-cli/issues/124" }
Quarto is a pretty exciting project with many new features that greatly enhance the scientific writing of markdown. However, the amount of templates(especially in journal) much smaller Rmarkdown. I would like to ask if it is possible to migrate Rmarkdown templates to it, and if you have any idea to increase the number ...
{ "assignee": null, "comments": 2, "created_at": "2021-10-02T18:29:09Z", "creator": "luzelai", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 123, "state": "closed", "title": "More exciting templates?", "url": "https://github.com/quarto-dev/quarto-cli/issue...
The search index contains page JavaScript. ![Bildschirmfoto von 2021-10-02 04-37-12](https://user-images.githubusercontent.com/1645308/135710197-06d01e96-5217-49c7-8233-be865b1ffc52.png) ![Bildschirmfoto von 2021-10-02 04-38-13](https://user-images.githubusercontent.com/1645308/135710308-0da7adfd-6ed6-4665-9694-e...
{ "assignee": null, "comments": 1, "created_at": "2021-10-02T09:11:06Z", "creator": "almereyda", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 122, "state": "closed", "title": "Search index contains page JavaScript", "url": "https://github.com/quarto-dev/q...
Building `qmd` files through Quarto does not work here, as modules are looked up in the wrong location. We see an error that reads: ```shell # yala @ pons in ~/src/lab.libreho.st/libernetes/documentation on git:main x [10:36:34] C:1 $ quarto check [✓] Checking Quarto installation......OK Version: 0.2....
{ "assignee": null, "comments": 3, "created_at": "2021-10-02T09:04:13Z", "creator": "almereyda", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 121, "state": "closed", "title": "Jupyter engine renderer cannot find pydoc_data/topics.py, but reports OK", "url...
I have a shortcode `myvar` defined as "my variable" in `_variables.yml`. This works as I would expect for the top-level index file, and in sub-headings, but not in the top-level heading for a not-top-level file, where the shortcode results in the page title being truncated to the part before the shortcode - "Before sh...
{ "assignee": null, "comments": 2, "created_at": "2021-10-01T12:03:54Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 120, "state": "closed", "title": "Any way to use shortcode in page heading?", "url": "https://github.com/quar...
There's a peculiar behaviour with `quarto render` where repeated use of the command create another output directory (for resources) inside the pre-existing output directory. E.g., 1st round of using `quarto render`: Inside `docs/`(output-dir): index.html about.html subdirectory/index.html subdirectory/another.h...
{ "assignee": null, "comments": 1, "created_at": "2021-09-30T13:24:56Z", "creator": "ludwigHoon", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 119, "state": "closed", "title": "[Bug] Rendering", "url": "https://github.com/quarto-dev/quarto-cli/issues/119"...
Hello, there's possibly a bug in the sitemap generation. (or perhaps I configured the _quarto.yml incorrectly). One of the slash after the `http://` seem to have been removed. Sitemap result: ```xml <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> ...
{ "assignee": null, "comments": 1, "created_at": "2021-09-30T02:42:49Z", "creator": "ludwigHoon", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 118, "state": "closed", "title": "Bug in sitemap generation", "url": "https://github.com/quarto-dev/quarto-cli/i...
In the `render targets` yaml it is possible to specify targets using wild cards (https://quarto.org/docs/projects/quarto-projects.html#render-targets). This would also be very handy for specifying content layouts in the sidebar, e.g. ``` sidebar: - id: hello style: floating title: Hello ...
{ "assignee": null, "comments": 23, "created_at": "2021-09-29T13:23:14Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 117, "state": "closed", "title": "[Feature Request] Wildcards in navigation content lists", "url": "https://git...
As Vscode is gaining so much popularity (for obvious reasons) is it planned to enhance vscode's support as it is for Rstudio ? The work done with Rstudio looks very nice, quarto could grow its user base with equivalent features for vscode. Anyway, you've made a very good work with quarto. Thanks !
{ "assignee": null, "comments": 3, "created_at": "2021-09-23T13:38:31Z", "creator": "fbob", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 114, "state": "closed", "title": "Vscode support equivalent to Rstudio", "url": "https://github.com/quarto-dev/quarto-...
The default pandoc html template can take an abstract text from the metadata, but for quarto this currently only works for pdf and docx output, and there it omits the "abstract" heading. This would be key for things like research papers (see https://github.com/quarto-dev/quarto-cli/issues/111).
{ "assignee": null, "comments": 5, "created_at": "2021-09-21T11:47:45Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 112, "state": "closed", "title": "Add abstract / summary to html template", "url": "https://github.com/quarto-dev/qu...
I have just found out the updated version of the Quarto website, nice effort. This is only a small suggestion - the "Projectys" tab could contain one more entry - the very basic use case why this project is of interest - a simple equivalent of a quarto paper. By that I mean the set up of a project equivalent of a La...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2021-09-21T05:47:19Z", "creator": "tomkom", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Formats", "number": 111, "state": "closed", "title": "Quarto website - add \"simple publication ready article how-to\"",...
Hi there and thank you for your amazing work! My issue might be out of scope but I would be over the moon if it worked. I am using quarto to build an internal wiki for my research group. We have a shared file system with multiple (linux) users from which I am serving the site through quarto preview as a systemd serv...
{ "assignee": null, "comments": 5, "created_at": "2021-09-16T14:05:04Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 109, "state": "closed", "title": "watch file modifications by different users", "url": "https://github.com/quarto-de...
On frameworks like mdBook, the user can toggle the table of contents menu and view the reading material out in wide if they wish to. Here's an example of that from the Rust language's book: ![animated](https://user-images.githubusercontent.com/29057155/133244458-46eb7b26-5bdd-4e34-9742-d0faa5ed933c.gif) One can ...
{ "assignee": null, "comments": 11, "created_at": "2021-09-14T10:49:15Z", "creator": "officialcjunior", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 110, "state": "closed", "title": "Feature request: Add support for toggling table of contents", "url": "ht...
cc @dragonstyle as discussed. Here is what I have tried ````powershell # gh auth must be setup gh release download --repo quarto-dev/quarto-cli --pattern '*.msi' v0.2.144 # will install interactively with user interaction msiexec /i "quarto-0.2.144-win.msi" # will suppress the interaction but some wind...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2021-09-09T14:21:29Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 108, "state": "open", "title": "Install Quarto Windows MSI file at command line silently (for scripting)",...
When I use `quarto render test.qmd -t pdf` on the test document in `tests/docs/` I get a `missing \begin{document}` error because the intermediate `.tex` file created looks like this: ``` %PDF-1.5 %ÐÔÅØ 5 0 obj << /Length 131 /Filter /FlateDecode >> stream xڅΫ1P߯ي^zo_[Kx$›àê‚@A±ü=…•Ԍ™“q...
{ "assignee": null, "comments": 13, "created_at": "2021-09-09T08:12:19Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 107, "state": "closed", "title": "broken pdf / tex output", "url": "https://github.com/quarto-dev/quarto-cli/issues...
The corresponding jupyter notebook option is called `--no-browser`, matching it might help some users not to get confused. `ERROR: Error: Unknown option "--no-browser". Did you mean option "--no-browse"?`
{ "assignee": null, "comments": 1, "created_at": "2021-09-06T13:20:47Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 106, "state": "closed", "title": "Potential typo in `--no-browse(r)` flag", "url": "https://github.com/quarto-dev/qu...
Hi, I have started to use Quarto with RStudio and really like its functionalities. I am currently creating a Quarto file to show the analysis of some data and I have noticed that if I use a Windows 10 Desktop, when rendering the "intermediate files" (PNG files in this case from the R figures), those files can be access...
{ "assignee": null, "comments": 19, "created_at": "2021-09-03T17:46:48Z", "creator": "aimundo", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 105, "state": "closed", "title": "Files created when rendering are deleted", "url": "https://github.com/quarto-dev...
When including shiny components with `server: shiny`, `quarto run` (and maybe other deployment options, I didn't test them) doesn't serve the root directory. So when including images in the rest of the document: ``` ![](dog.jpg) ![](img/dog.jpg) ``` doesn't work, but moving the image to a `www` folder ``` ![...
{ "assignee": null, "comments": 1, "created_at": "2021-09-03T11:18:35Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 104, "state": "closed", "title": "adding shiny components breaks inclusion of local images", "url": "https://github....
I'm currently working on a re-working of The Carpentries lesson infrastructure to be [more portable and easier to work with](https://carpentries.org/blog/2020/08/lesson-template-design/) by separating the components for building, styling, and validation so that the tools could be updated independently of the lesson con...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2021-09-02T18:03:24Z", "creator": "zkamvar", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Formats", "number": 103, "state": "closed", "title": "Are remote themes possible?", "url": "https://github.com/quarto...
With `quarto render` working both on quarto projects as well as with a file argument on individual files I wonder if the same could be achieved to make `serve` and `preview` the same (or one) command as well i.e. so that both work on projects and single documents.
{ "assignee": null, "comments": 2, "created_at": "2021-09-02T12:53:07Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 101, "state": "closed", "title": "`quarto serve` vs `quarto preview`", "url": "https://github.com/quarto-dev/quarto-...
**tldr**: Regression from Rmd to qmd. `results='asis'` doesn't work in some cases. I was attempting something similar to what is described in https://quarto.org/docs/computations/running-code.html#jupyter: generating markdown from code cells. Say we have a folder with pictures and want to generate a revealjs slides...
{ "assignee": null, "comments": 2, "created_at": "2021-09-02T10:01:03Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 100, "state": "closed", "title": "Programatically generate markdown from code cells | [FR]: add results: asis", "url...
Looking at the [quarto.org](https://quarto.org) site we see that the left sidebar has a scrollbar (both x and y), even though it should not need on: ![image](https://user-images.githubusercontent.com/17450586/131641580-48a25169-7c84-42ed-95bc-c1b1c7ad3753.png) I tried adding: ``` /*-- scss:rules --*/ .overflo...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2021-09-01T08:49:13Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 99, "state": "closed", "title": "left sidebar has scrollbar even though content is not overflowing", "url":...
Hello, I noticed the following behaviour: starting with `document_02.ipynb` only : ![image](https://user-images.githubusercontent.com/3612473/131385451-d6a56082-fa6b-439b-bcfc-f3802fc4c3f2.png) `document_02.ipynb` is converted to `qmd` ![image](https://user-images.githubusercontent.com/3612473/131385680-91d412b...
{ "assignee": null, "comments": 1, "created_at": "2021-08-30T18:21:41Z", "creator": "statquant", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 98, "state": "closed", "title": "xxx.ipynb file gets deleted when quarto render xxx.qmd gets called", "url": "htt...
Hello, I was trying `quarto` on the following example: ```` --- title: document_01 author: statquant toc: true toc-depth: 2 format: html: max-width: 800px fontsize: 18...
{ "assignee": null, "comments": 3, "created_at": "2021-08-30T15:58:06Z", "creator": "statquant", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 97, "state": "closed", "title": "Conversion from qmd (specifying ir kernel) to ipynb create only markdown cells", ...
Any plan to also add to quatro a distill theme that makes it possible to write distill type articles and blogs using formats besides rmarkdown.
{ "assignee": "dragonstyle", "comments": 19, "created_at": "2021-08-20T06:59:50Z", "creator": "shoibalc", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 95, "state": "closed", "title": "distill version of quarto", "url": "https://github.com/quarto-dev/quart...
Using Quarto v0.2.94 Given a `_quarto.yml` file that declares a site but without a `site` block: ```yaml project: type: site ``` Quarto will err when `quarto render`: ``` ERROR: TypeError: Cannot read property 'title' of undefined at title (file:///Users/aron/dev/rstudio/quarto-cli/src/project/ty...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2021-08-19T21:01:29Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 94, "state": "closed", "title": "site without site block errs", "url": "https://github.com/quarto-dev/q...
Feature request: It would be amazing if quarto could include native collaborative writing tools, with the capabilities of {trackdown} https://github.com/claudiozandonella/trackdown
{ "assignee": null, "comments": 1, "created_at": "2021-08-18T14:04:16Z", "creator": "higgi13425", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 93, "state": "closed", "title": "Collaborative documents", "url": "https://github.com/quarto-dev/quarto-cli/issu...
The documentation talks about "website", yet the CLI only supports "site". Should the CLI support "website" as equivalent to "site"? ``` quarto create-project --type website ERROR: Error: Project type must be one of default, site, book, but got "website". at Object.value (file:///Users/aron/dev/rstudio/quarto...
{ "assignee": null, "comments": 1, "created_at": "2021-08-17T13:51:20Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 92, "state": "closed", "title": "--type: alias \"website\" as an alias for \"site\"", "url": "https://github.com...
Hello, I just discovered Quarto by accident and think it can be a perfect tool for academic writing, reporting and publishing. Thanks for the great idea! The support for subfigures and cross-references seems better comparing to R Markdown. While playing with it, I notice several aspects could potentially be made mo...
{ "assignee": null, "comments": 1, "created_at": "2021-08-13T22:48:55Z", "creator": "juliantao", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 90, "state": "open", "title": "Captions related to subfigures and sub-tables & Automatic adjustment of subfigur...
I am curious if there is any way to enable using for-loops within tabsets in a user-friendly manner for Quarto. There is a convoluted workaround for doing it in RMarkdown using R code and exploiting calls to the console via `cat()`, but I don't know of a means of accomplishing the same result in Python. I also don't kn...
{ "assignee": null, "comments": 2, "created_at": "2021-08-13T20:52:15Z", "creator": "schuyler-smith", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 89, "state": "closed", "title": "generate tabset elements using for-loops", "url": "https://github.com/quart...
I would've expected empty Shiny server contexts to be allowed: ```{r} #| context: server ``` But if the server context is empty (or contains only whitespace), you get this error: ``` Error in shiny_prerendered_app(target_file, render_args = render_args) : No server contexts or server.R availa...
{ "assignee": null, "comments": 2, "created_at": "2021-08-11T16:16:21Z", "creator": "jcheng5", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 88, "state": "closed", "title": "With `server: shiny`, server context cannot be empty", "url": "https://github.com/...
After using the new docs layout a bit, the streamlined navbar is quite nice but it can be hard to know what is inside each item. I know you can currently do a manual dropdown item in the navbar, but would it be possible to have a smart navbar dropdown that shows you the exact same menu as shown on the section's left ta...
{ "assignee": null, "comments": 1, "created_at": "2021-08-06T16:22:46Z", "creator": "apreshill", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 86, "state": "closed", "title": "[FR] Allow smart navbar dropdowns", "url": "https://github.com/quarto-dev/quarto...
I want to be able to configure the outputs of my R code in an Rmd file, according to the settings in the project `_quarto.yml` or `_variables.yml`. I could, I guess, just find these and parse them again in my R code, but is there some more idiomatic way of reading the settings in these files?
{ "assignee": null, "comments": 4, "created_at": "2021-08-06T11:38:41Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 85, "state": "open", "title": "Any way to read / use Quarto metadata or variables in R code?", "url": "ht...
We just ran into a notebook that uses some libraries that generate some widget-based visualizations, they render OK in nbviewer but Quarto seems to have some issues with it. We wonder if the underlying issue here is related to javascript or styling files used by these libraries. i.e. Holoviews. The notebook in quest...
{ "assignee": null, "comments": 4, "created_at": "2021-08-05T17:19:52Z", "creator": "betolink", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 84, "state": "closed", "title": "Rendering rich jupyter outputs", "url": "https://github.com/quarto-dev/quarto-cli...
After having now spent quite a lot of time on this issue, the answer seems to involve a lot of heavy lifting with CSS and Java Script. Wondering about the possibility of adding the Bootstrap external link icon (https://icons.getbootstrap.com/icons/box-arrow-up-right/) and `target="_blank" rel="noopener"` (<https://web....
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2021-08-04T23:48:32Z", "creator": "apreshill", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 82, "state": "closed", "title": "[FR] Add way to configure external links with an icon that matches links"...
Please do tell me to stop if you've had enough of these, but, on current `main` branch ... ``` quarto create-project quarto-project cd quarto-project quarto render . --to gfm ``` gives: ``` ERROR: NotFound: No such file or directory (os error 2) at deno:core/01_core.js:106:46 at unwrapOpResult ...
{ "assignee": null, "comments": 2, "created_at": "2021-08-04T16:45:34Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 81, "state": "closed", "title": "Error rendering GFM", "url": "https://github.com/quarto-dev/quarto-cli/issue...
Shortcodes for values in `_variables.yml` are not rendering properly in navbars: ![image](https://user-images.githubusercontent.com/6981612/128214170-70a7321a-10c7-477f-b942-22dbe19b5155.png) They work in the titles of individual documents, though: ``` --- title: "RStudio Workbench {{< var version >}}" dat...
{ "assignee": "pommevilla", "comments": 6, "created_at": "2021-08-04T16:02:48Z", "creator": "pommevilla", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 80, "state": "closed", "title": "Navbar not rendering shortcodes", "url": "https://github.com/quarto-dev...
I noticed that Quarto seems to ignore my list of documents to render: ``` # _quarto.yml project: render: - index.qmd - about.qmd ``` I also have a document `another.qmd` in the same directory, and I get the following output from `quarto render .`: ``` [1/3] index.qmd [2/3] another.qmd [3/3] ...
{ "assignee": null, "comments": 3, "created_at": "2021-08-04T14:42:07Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 79, "state": "closed", "title": "`render` list not respected in project", "url": "https://github.com/quarto-d...
Please forgive my endless questions, but Is there a way of specifying the configuration that is usually in `_quarto.yml` - on the command line? As in: ``` quarto render . --config=alternative_quarto.yml ``` Our use-case is that we want to build the site as GFM, in order to resolve things like citations and ...
{ "assignee": null, "comments": 2, "created_at": "2021-08-04T12:32:29Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 78, "state": "closed", "title": "Is there a way of specifying another `_quarto.yml` file on command line?", "...
This is just to tell you about a use-case that we have, that might be of interest. ## Summary We want to separate the idea of a 'page' and a 'notebook', so that a page can *contain* one or more notebooks. ## Detail We (@stefanv and I) are writing a new edition of a book on probability and statistics. Fo...
{ "assignee": null, "comments": 11, "created_at": "2021-08-04T09:47:34Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 77, "state": "open", "title": "One or more notebooks embedded in page", "url": "https://github.com/quart...
This is related to a Workbench request, something like this: https://docs.rstudio.com/ A few other footer examples: https://rstudio.github.io/distill/website.html#site-footer https://hugo-apero-docs.netlify.app/ https://www.tidyverse.org/packages/ https://www.tidymodels.org/start/
{ "assignee": "apreshill", "comments": 2, "created_at": "2021-08-03T21:14:21Z", "creator": "apreshill", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 76, "state": "closed", "title": "[FR] Enable site-wide footer", "url": "https://github.com/quarto-dev/quar...
Can I ask for advice about how to replicate some formatting we developed in Bookdown? We were using the `kableExtra` package to tweak the formatting of tables, so it differed in HTML and PDF output. Specifically, we were using a custom table output function like this: ``` ketable <- function(df, caption) { ...
{ "assignee": null, "comments": 11, "created_at": "2021-08-03T09:41:13Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 75, "state": "closed", "title": "Advice for formatting according to output", "url": "https://github.com/quar...
When porting a project from Bookdown, I found the following behavior surprising. We are embedding code chunks in list items, for example: ``` #. First item: ```{python} print("First item code") ``` ``` When using `rmarkdown::render()`, this executes and renders as I would expect with the r...
{ "assignee": null, "comments": 7, "created_at": "2021-08-02T21:25:25Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 74, "state": "closed", "title": "Puzzling difference in behavior of code chunks in lists", "url": "https://gi...
I am test-driving quarto by converting my old diploma thesis originally done in LaTeX to it. I have found that math content in headings is sometimes not correctly displayed, e.g. https://rstub.github.io/diploma-thesis/period_efa.html: * In the main text the math content is correctly shown in both the chapter and th...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2021-07-31T15:09:09Z", "creator": "rstub", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 73, "state": "closed", "title": "Mathematical content in chapter headings not always recognized", "url": "ht...
In looking through the existing docs (cc @pommevilla @rich-iannone), I realized I never see an example of what goes inside a `.qmd`, `.Rmd`, etc. file within a chapter. I know the option to have a shared YAML, but I assumed that meant an individual item's YAML would override that. In an existing Quarto book project...
{ "assignee": null, "comments": 3, "created_at": "2021-07-30T18:56:27Z", "creator": "apreshill", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 72, "state": "closed", "title": "What should a file within a project look like?", "url": "https://github.com/quar...