Releases: mcanouil/awesome-quarto
Releases · mcanouil/awesome-quarto
2022-10-22
New Additions
- Blog posts
- Six Productivity Hacks for Quarto - A blog post showing six tips from the re-use content across documents, the insertion of Pandoc divs and spans to continuous deployment with GitHub Actions.
- Let's make maps with
bertin.js
in Quarto - A HTML document showing how to draw maps with bertin.js in Quarto. - How to add some personality to your Quarto Blog - A blog post sharing some of the added features and tweaks users can make on top of the standard blog templates to inject some personality into their blog.
- Extensions
- bsicons - This extension provides shortcodes to Bootstrap icons library (HTML-based format only).
- collapse-callout - A filter that provides global options to make the Callout Blocks collapsible (HTML-based format only).
- Templates
- Computo - Template for Computo journal.
- simple-article - This is a Quarto template that assists you in creating a simple, journal article-like document.
- insper - A "insper" template for Quarto
revealjs
presentation.
- Repository templates
- NOAA Quarto Simple Website - NOAA simple is a repository template for a simple Quarto website that looks like a "book".
What's Changed
- fix: 6 Productivity Hacks for Quarto by @mcanouil in #170
- fix: Bertin.js and Quarto to draw maps by @mcanouil in #171
- fix: Computo Quarto extension by @mcanouil in #172
- fix: NOAA simple Quarto format by @mcanouil in #173
- fix: Simple Article Template for Quarto by @mcanouil in #174
- fix: insper Quarto template for Reveal.js by @mcanouil in #175
- fix: Tips to add some personality to your Quarto Blog by @mcanouil in #178
- chore: prepare new release by @mcanouil in #179
Full Changelog: 2022.10.16...2022.10.22
2022-10-16
New Additions
- Tutorials & workshops
- Tutorial: Creating your personal website using Quarto - A step-by-step guide for setting up a personal website using Quarto by Samantha Csik.
- Tutorial: Customizing Quarto Websites - Make your website stand out using SASS & CSS - Slides by Samantha Csik about using SASS and CSS to customise HTM Quarto website (materials: https://github.com/UCSB-MEDS/customizing-quarto-websites)
- Blog posts
- A beginner's guide to using Observable JavaScript, R, and Python with Quarto - This article shows you how to set up a Quarto document to use Observable JavaScript, including how to pass data from R or Python to an Observable code chunk.
- Libraries/Packages/Scripts
- matrix BOT - A little bot for the matrix-network that listens for some Quarto files and returns the PDF into the matrix channel.
- Extensions
- attribution - A Quarto extension that brings Reveal.js plugin for displaying attribution text sideways along the right edge of the viewport.
- shinylive - This extension lets you embed Shinylive (Shiny for Python) applications in a Quarto document.
- pointer - A Quarto extension that brings a very simple Reveal.js plugin that adds support for switching the cursor to a 'pointer' style element while presenting.
- social-embeds - A Quarto extension that provides shortcodes to embed content from across the web into HTML-based documents.
What's Changed
- fix: Cleanup Quarto extensions by @mcanouil in #143
- fix: Creating your personal website using Quarto by @mcanouil in #144
- Fix-issue134 by @mcanouil in #145
- fix: Quarto Extension Attribution by @mcanouil in #146
- fix: Qhinylive Quarto extension by @mcanouil in #147
- fix: Pointer Quarto extension by @mcanouil in #148
- fix: Social embeds extension by @mcanouil in #149
- fix: Customising Quarto Website by @mcanouil in #150
- fix: a simple matrix-quarto-bot for pdf-files by @mcanouil in #151
Full Changelog: 2022.10.05...2022.10.16
2022-10-05
New Additions
- Blog posts
- Making Slides in Quarto with Reveal.js - A blog post about making slides in Quarto with Reveal.js and how to use emojis or customise the slides by Meghan Hall.
- Talks and videos
- Beautiful Reports and Presentations with Quarto - RStudio Meetup: Beautiful Reports and Presentations with Quarto by Tom Mock (materials: https://github.com/jthomasmock/quarto-reporting).
- Continuous integration / Continuous deployment
- Quarto Devcontainer Feature - Add Quarto CLI to your Development Containers as a feature.
- Real Life Examples
- AffCom Lab Website - A research lab Quarto Blog/website using custom listing pages for people and publications.
What's Changed
- fix: Quarto CLI Devcontainer Feature (#124) by @mcanouil in #128
- fix: Research lab website example by @mcanouil in #129
- fix: Making Slides in Quarto with reveal.js (#126) by @mcanouil in #130
- fix: Beautiful reports and presentations with Quarto | Led by Tom Mock, RStudio (#125) by @mcanouil in #131
Full Changelog: 2022.09.18...2022.10.05
2022-09-18
New Additions
- Tutorials & workshops
- Workshop: Quarto, a library to run them all? - Workshop at RSECon'22, led by Carlos Cámara, James Tripp and Cagatay Turkay (materials: https://github.com/WarwickCIM/quarto-workshop).
- Supported editors
- Extensions
- roughnotation - An extension that uses the roughnotation JavaScript library to add animated annotations to
revealjs
documents. - code-visibility - This extension implements some directives for filtering code and stream output included within a document.
- elevator - This extension provides support and shortcode to Elevator.js.
- roughnotation - An extension that uses the roughnotation JavaScript library to add animated annotations to
What's Changed
- ci: improve tweeting "random" process by @mcanouil in #112
- fix: Add Scrivener to supported editors by @mcanouil in #117
- fix: roughnotation extension by @mcanouil in #118
- fix: "code-visibility" extension by @mcanouil in #119
- fix: Elevator.js extension by @mcanouil in #120
- Add link to RSE Con 22 workshop by @ccamara in #116
New Contributors
Full Changelog: 2022.09.10...2022.09.18
2022-09-10
New Additions
- Extensions
- animate - This extension provides support and shortcode to animate.css (HTML-based format only).
- Templates
What's Changed
- fix: typo in template name by @mcanouil in #105
- fix: tweak tweet post content to avoid over 280 char by @mcanouil in #106
- fix: issue #101 by @mcanouil in #107
- fix: Custom title page for LaTeX documents/books by @mcanouil in #108
- fix: Quarto templates for INRAE by @mcanouil in #109
- chore: set featured items by @mcanouil in #110
Full Changelog: 2022.09.03...2022.09.10
2022-09-03
New Additions
- Talks and videos
- Building a Blog with Quarto - RStudio Meetup: Building a Blog with Quarto by Isabella Velásquez (materials: https://ivelasq.quarto.pub/building-a-blog-with-quarto/).
- Extensions
- Templates
- Real Life Examples
- Python for Data Analysis, 3E - "Python for Data Analysis" book thrid edition (see https://wesmckinney.com/book/).
What's Changed
- ci: update code and add test for manual trigger by @mcanouil in #78
- fix: abstract-section extension moved to pandoc-ext org by @mcanouil in #79
- fix: Add new PDF template example by @mcanouil in #81
- ci: tweet random item GHA by @mcanouil in #82
- Fix hard wrapping by @mcanouil in #83
- ci: tweet new additions in release thread by @mcanouil in #84
- ci: exclude quarto-journals and set seed by @mcanouil in #86
- ci: fix quarto-journals kept and not excluded by @mcanouil in #87
- ci: add robot icon to show ci tweets by @mcanouil in #91
- ci: rm html comments from tweet by @mcanouil in #93
- ci: rm hashtags to shorten tweet (mostly) by @mcanouil in #95
- feat: add quarto-qrcode shortcode extension by @jmbuhr in #94
- feat: SportRxiv Article Template by @mcanouil in #96
- feat: Reveal.js Nes template by @mcanouil in #97
- feat: RStudio Meetup by @mcanouil in #98
- feat: Python for Data Analysis, 3E by @mcanouil in #99
Full Changelog: 2022.08.25...2022.09.03
2022-08-25
New Additions
- Blog posts
- Heads up! Quarto is here to stay - A post providing an overview of Quarto, focussing on weaving together R and Python. Also provides help for Apple Silicon Mac users that run into trouble.
- Slidecraft 101: Colors and Fonts - A blog post about "The art of putting together slides that are functional and aesthetically pleasing" using Quarto presentation format by Emil Hvitfeldt.
- Libraries/Packages/Scripts
- ohq2quarto - A Rust-based command line utility to turn any ObservableHQ notebook into a Quarto project.
- Quartize - A Chrome extension to transform any ObservableHQ notebook into a list of downloadable
FileAttachment
s and an in-page Quarto source document. - RStudio & VSCode snippets - RStudio & VSCode snippets to ease typesetting with Quarto.
- Continuous integration / Continuous deployment
- Quarto Website with GitHub Actions - Publih a Quarto website automatically every time it is updated via GitHub Actions.
- Extensions
- nutshell - This extension provides a filter to embed Nutshell in HTM-based documents.
- section-bibliographies - This extension provides a filter to create a separate bibliography for each section or chapter.
- video - This extension provides shortcodes to embed videos in HTML-based documents.
- Templates
- letter - A template for Quarto to create letter PDF documents.
- Real Life Examples
- Introduction to Data Analysis with R - Introductory course with videos and lecture scripts as a quarto book format.
- Follow
- Tom Mock (@jthomasmock) - Customer Enablement & Quarto Product Manager (twitter: @thomas_mock).
- Mickaël Canouil (@mcanouil) - Maintainer of Awesome Quarto list (twitter: @MickaelCanouil).
What's Changed
- feat: add nutshell extension by @mcanouil in #43
- feat: add twitter accounts by @mcanouil in #44
- add my R course as a book example by @jmbuhr in #45
- fix: typos by @mcanouil in #46
- Update README.md by @hrbrmstr in #47
- Blog: Heads up! Quarto is here to stay. by @finnoh in #48
- Update README.md by @hrbrmstr in #49
- fix: add letter format by @mcanouil in #51
- ci: add dependabot config file by @mcanouil in #54
- fix: section-bibliographies by @mcanouil in #65
- fix: Video shortcode by @mcanouil in #66
- fix: Snippets for VSCode and RStudio by @mcanouil in #67
- fix: Quarto Website with GitHub Actions by @mcanouil in #68
- RStudio::conf(2022) by @mcanouil in #69
- fix: Slidecraft 101: Colors and Fonts by @mcanouil in #71
- ci: add tweet on release by @mcanouil in #72
- fix: video was transferred to quarto-ext by @mcanouil in #73
- Prepare for release by @mcanouil in #74
New Contributors
- @jmbuhr made their first contribution in #45
- @hrbrmstr made their first contribution in #47
- @finnoh made their first contribution in #48
Full Changelog: 2022.08.18...2022.08.25
2022-08-18
New Additions
- iconify - This extension provides shortcodes to Iconify icons library (HTML-based format only).
- twitter - This extension provides shortcodes to embed tweets in HTM-based documents.
- social-share - This extension allows to add buttons to share HTM-based documents on various social media platforms.
- Interactive Molecular Content - A blog post showing how to embed interactive content (i.e., molecular visualisation) in webpages with Quarto using Bokeh, 3DMol.js and NGL.
- quarto-tandf - Template for Taylor and Francis.
- R for Social Scientists workshop - A Quarto website for a workshop which includes Quarto Reveal JS presentations embedded in it.
What's Changed
Full Changelog: 2022.08.11...2022.08.18
2022-08-11
New Additions
- Program Evaluation for Public Service (course) - Website for graduate-level course on program evaluation and causal inference using R, built with Quarto.
- Sketchy HTML - A template for quarto to create sketchy looking html documents.
- Bioconductor Community Blog - A Quarto Blog for Bioconductor community.
- youtube - This extension provides shortcodes to embed YouTube videos.
- Welcome to Quarto 2-hour Workshop - Getting Started with Quarto in a 2-hour workshop led by Tom Mock, RStudio (slides: https://jthomasmock.github.io/quarto-2hr-webinar/).
Full Changelog: 2022.08.07...2022.08.11
2022-08-07
What's Changed
- Add arXiv template to list of journal templates by @mikemahoney218 in #8
- New-items by @mcanouil in #20
- Add reveal-auto-agenda by @mcanouil in #22
New Contributors
- @mikemahoney218 made their first contribution in #8
Full Changelog: https://github.com/mcanouil/awesome-quarto/commits/2022.08.07