From 9e09a6cf47677d3d173acfbaa8473e51845875cf Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Fri, 29 Nov 2024 00:26:08 -0600 Subject: [PATCH 1/2] Add 3x extensions (cherry picked from commit a61a1b713103626de57af76e4d60362ec9451fe8) --- .../listings/shortcodes-and-filters.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 20108b4ee0..e14a372874 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -521,3 +521,21 @@ path: https://github.com/andrewheiss/quarto-wordcount author: '[Andrew Heiss](https://github.com/andrewheiss/)' description: Quarto extension for calculating accurate word counts + +- name: tabby + path: https://github.com/coatless-quarto/tabby + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Extension for Automatic Language Tabs + +- name: bluesky-comments + path: https://github.com/coatless-quarto/bluesky-comments + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Shortcode Extension to Embed Comments from Bluesky + +- name: colab + path: https://github.com/coatless-quarto/colab + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Extension to Transform Quarto Documents into Google Colaboratory Notebooks From 08262ea26bddff950b528eb039baec9772b9ea37 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sat, 30 Nov 2024 09:27:57 +0000 Subject: [PATCH 2/2] Reorg; drop `bluesky-comments` (cherry picked from commit f29d21439570966045c2aac48915d90808a5ba1e) --- .../listings/shortcodes-and-filters.yml | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index e14a372874..64d921613b 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -104,6 +104,12 @@ description: > Developer extension to parse options from custom code cells. +- name: colab + path: https://github.com/coatless-quarto/colab + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Extension to Transform Quarto Documents into Google Colaboratory Notebooks + - name: collapse-callout path: https://github.com/shafayetShafee/collapse-callout author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' @@ -462,7 +468,14 @@ author: '[Pierre-Amiel Giraud](https://github.com/pagiraud/)' description: > Easily handle your speaker notes when exporting your presentation to other formats (mainly HTML, PDF, ODT and DOCX) to produce a handout. - + +- name: stamp + path: https://github.com/coatless-quarto/stamp + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Extension for Embedding Render Information about the Document + + - name: style-text path: https://github.com/leovan/quarto-style-text author: '[范叶亮 > Leo Van](https://github.com/leovan)' @@ -475,6 +488,12 @@ description: > Render svgbob diagrams in quarto documents. +- name: tabby + path: https://github.com/coatless-quarto/tabby + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Quarto Extension for Automatic Language Tabs + - name: tachyons path: https://github.com/gadenbuie/quarto-tachyons author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' @@ -521,21 +540,3 @@ path: https://github.com/andrewheiss/quarto-wordcount author: '[Andrew Heiss](https://github.com/andrewheiss/)' description: Quarto extension for calculating accurate word counts - -- name: tabby - path: https://github.com/coatless-quarto/tabby - author: '[James Joseph Balamuta](https://github.com/coatless/)' - description: > - Quarto Extension for Automatic Language Tabs - -- name: bluesky-comments - path: https://github.com/coatless-quarto/bluesky-comments - author: '[James Joseph Balamuta](https://github.com/coatless/)' - description: > - Quarto Shortcode Extension to Embed Comments from Bluesky - -- name: colab - path: https://github.com/coatless-quarto/colab - author: '[James Joseph Balamuta](https://github.com/coatless/)' - description: > - Quarto Extension to Transform Quarto Documents into Google Colaboratory Notebooks