Sharing quarto templates, formats, themes and the likes #374
Closed
jmbuhr
started this conversation in
Feature Requests
Replies: 2 comments
-
We are just about to start working on |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as completed, see https://quarto.org/docs/extensions/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Rmarkdown, R packages like
rticles
, which contain templates, are the primary method of sharing. What would or will be the equivalent for quarto? Maybe something like minimal GitHub kickstarter repositories to just fork / clone and get started? Maybe this could even integrate with https://quarto.org/docs/projects/quarto-projects.html#creating-projects. Something likequarto create-project --from quarto-dev/starter-project
andquarto create-document --from quarto-dev/starter-document
, where--from
can either be a git ssh or https link or a shorthand of username/repo for GitHub?Beta Was this translation helpful? Give feedback.
All reactions