2023-06-02
New Additions
- Blog posts
- How to publish your Quarto document/book/website as a Docker container? - A blog post describing how to publish your Quarto document/book/website as a Docker container by Mickaël Canouil.
- How to have images for both light and dark theme? - A blog post describing how to have images for both light and dark theme by Mickaël Canouil.
- Talks and videos
- A Coffee with Quarto and Neovim - A YouTube playlist showing you how to use Quarto in Neovim by Jannik Buhr.
- How to style your Quarto blog without knowing a lot of HTML/CSS? - This is a video tutorial on styling your Quarto blog even if you lack a strong foundation of HTML/CSS by Albert Rapp.
- Quarto for Academics - This video highlights some of Quarto's features that are especially useful for academics, as educators and as researchers by Mine Çetinkaya-Rundel.
- Extensions
- webr - This extension enables the webR code cell in a Quarto
html
-based formats. - black-formatter - A Quarto filter to format Python code using black formatter.
- embedpdf - This extension provides shortcode to embed PDF files in
html
-based formats. - custom-numbered-blocks - This extension provides support for user defined blocks (div classes / latex environments) that can be numbered and cross-referenced.
- interactive-sql - This extension provides shortcode to embed interactive SQL queries in
html
-based formats.
- webr - This extension enables the webR code cell in a Quarto
- Templates
- Repository templates
- quarto-template-for-university-courses - A quarto-based GitHub repository template for designing university course websites.
What's Changed
- fix: remove duplicated start of item by @mcanouil in #293
- fix: grammar/typos by @mcanouil in #297
- add "A Coffee with Quarto and Neovim on YT" by @jmbuhr in #298
- fix: update domain in item URI by @mcanouil in #301
- style: improve readme header styling by @mcanouil in #302
- fix: higher quality logo by @mcanouil in #305
- fix: Update: 360-info/sverto → jimjam-slam/sverto by @mcanouil in #310
- Add revealjs ‘clean’ theme by @grantmcdermott in #306
- fix: Quarto webR by @mcanouil in #311
- fix: Quarto-based template for uni course websites by @mcanouil in #312
- fix: A Quarto filter to format the python codes using black code formatter by @mcanouil in #313
- fix: embedpdf shortcode Extension by @mcanouil in #314
- fix: quarto-cv by @mcanouil in #315
- fix: Custom numbered blocks by @mcanouil in #316
- fix: A Quarto filter to run sql queries interactively in html documents by @mcanouil in #317
- feat: add blog posts on Docker and light/dark images by @mcanouil in #318
- chore: prepare release by @mcanouil in #300
New Contributors
- @grantmcdermott made their first contribution in #306
Full Changelog: 2023.03.11...2023.06.02