quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

Custom defaults for new notebooks created through quarto vscode extension #423

Open BenjaminDoran opened 2 months ago

BenjaminDoran commented 2 months ago

Is it possible to specify some custom default metadata whenever I create a notebook through the quarto vscode extension?

e.g.

the current default is

---
title: "Untitled"
format: html
---

I would prefer to set it to

---
title: ""
author: Benjamin Doran
date: today
<etc. ...>
format: html
engine: julia
---