2023-02-06
New Additions
- Talks and videos
- Create your Data Science Portfolio with Quarto - In this video by Deepsha Menghani, learn how you can easily create a Data Science Portfolio website and deploy it instantly with the help of Quarto (materials: https://deepshamenghani.quarto.pub/portfolio-with-quarto-workshop/#/title-slide).
- Extensions
- stata-facade - A Quarto extension that hides the evidence of faking Stata dynamic content with Python code blocks and Stata cell magic.
- authors-block - This extension brings the capability to add an author-related header block when rendering
docx
documents with Quarto. - line-highlight - Quarto Extension to implement source code line highlighting and output line highlighting for
html
documents. - hedgedoc-slides - A LUA filter to convert
revealjs
presentations to HedgeDoc presentations. - Sverto - Sverto is an extension for Quarto that lets you seamlessly write and include Svelte components, like charts and other visuals, in your Quarto website.
- collapse-social-embeds - Quarto extension to provide collapsible option to social-embeds extension.
- reveal-header - A Quarto extension to add a header to
revealjs
slides as the footer. - downloadthis - This extension shortcode provides support for adding download buttons to download image/pdf/txt/csv files.
- Templates
- Repository templates
- quarto-revealjs-inverse - The goal of this repository is to provide an example of how to create a inverse class to use in
revealjs
slides. - quarto-revealjs-seasons - This is an example of how to create a
revealjs
theme with multiple styles.
- quarto-revealjs-inverse - The goal of this repository is to provide an example of how to create a inverse class to use in
What's Changed
- fix: update letterbox repo name by @mcanouil in #252
- fix: ensure tweet post a "new" item by @mcanouil in #262
- fix: Inverse template Reveal.js for Quarto by @mcanouil in #266
- fix: stata-facade Quarto extension by @mcanouil in #267
- fix: 'seasons' Quarto Reveal.js template by @mcanouil in #268
- fix: Extensions about author block by @mcanouil in #269
- fix: LCARS Quarto HTML template by @mcanouil in #270
- fix: Extensions about line highlighting the source code and code output for HTML format by @mcanouil in #271
- fix: hedgedoc-slides Quarto filter extension by @mcanouil in #272
- fix: Institute of Physics (IOP) Quarto Journal template by @mcanouil in #273
- fix: Sverto: reactive Svelte components in Quarto by @mcanouil in #274
- fix: Extension about Collapsible Callouts with embedded social content by @mcanouil in #275
- fix: Create your Data Science Portfolio with Quarto by @mcanouil in #276
- chore: add new additions to featured section by @mcanouil in #277
Full Changelog: 2022.12.27...2023.02.06