Skip to content

render targets in _quarto.yml not used #15

@iusgit

Description

@iusgit

Hi,

I wrote an extension and I'am using it with a special format notion in the _quarto.yml file:

project:
  type: book
  # output-dir: rendered_docs

lang: de-DE

book:
  title: "Title"
  author: "Author"
  date-format: DD.MM.YYYY
  chapters:
    - index.qmd
    - content/Chapter_01.qmd
    - content/References.qmd
  appendices: 
    - content/Appendix_01.qmd

bibliography: resources/literature/references.bib

format:
  extension-html: default
  extension-docx: default
  extension-pdf: default

editor: 
  render-on-save: true

When I either save one of the chapter documents or use the render shortcuts

Bildschirmfoto 2022-11-04 um 10 09 57

the definition in the _quarto.yml isn't used but the default --to docx,html,pdf targets.

Is this by design?
Can I configure quarto-vscode to use by default the targets in the _quarto.yml file?

Thanks,
Maarten

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions