quarto-dev / quarto-dev/quarto
Custom defaults for new notebooks created through quarto vscode extension
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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