quarto-dev / quarto-dev/quarto

Custom defaults for new notebooks created through quarto vscode extension

Open
#423 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
645
Forks
62
Avg merge
17h 42m
Merged PRs (30d)
13

Description

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
---

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Quarto VS Code extension entry point that creates new notebooks and the code producing the default front matter. Check how extension settings are defined and tested, if present. Done means users can configure default notebook metadata, including fields such as author, date, format, and engine, and newly created notebooks use those defaults.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.