From 04b83845a2a9f7f9c33e7b6dccec57455dfd67f3 Mon Sep 17 00:00:00 2001 From: miguelrk Date: Wed, 16 Sep 2026 16:01:31 -0600 Subject: [PATCH 1/3] Add new plugins comark-arrow, comark-fetch, comark-flint, and comark-vega --- docs/content/9.ecosystem.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/content/9.ecosystem.md b/docs/content/9.ecosystem.md index 821b986a..35ebb371 100644 --- a/docs/content/9.ecosystem.md +++ b/docs/content/9.ecosystem.md @@ -59,13 +59,41 @@ packages: category: Plugins icon: i-lucide-sigma color: "#0ea5e9" + - name: comark-arrow + description: Render arrow-js components on-demand + author: miguelrk + repo: miguelrk/comark-arrow + category: Plugins + icon: i-lucide-bow-arrow + color: "#b59a00" - name: comark-etiket description: Barcode and QR directives as inline SVG or PNG author: miguelrk repo: miguelrk/comark-etiket category: Plugins icon: i-lucide-qr-code - color: "#f0db4f" + color: "#b59a00" + - name: comark-fetch + description: Resolve frontmatter fetch entries into meta at parse time + author: miguelrk + repo: miguelrk/comark-fetch + category: Plugins + icon: i-lucide-chevrons-left-right-ellipsis + color: "#b59a00" + - name: comark-flint + description: Render flint charts + author: miguelrk + repo: miguelrk/comark-flint + category: Plugins + icon: i-lucide-pie-chart + color: "#b59a00" + - name: comark-vega + description: Render vega and/or vega-lite charts + author: miguelrk + repo: miguelrk/comark-vega + category: Plugins + icon: i-lucide-pie-chart + color: "#b59a00" - name: "@red-glare/astro" description: Astro integration for USWDS documentation sites author: IHIutch From f7639ff6c550d9b614b31798654dda43ba300463 Mon Sep 17 00:00:00 2001 From: miguelrk Date: Thu, 17 Sep 2026 17:09:52 -0600 Subject: [PATCH 2/3] Change plugin repository references to comark-packages Updated repository references for several plugins to point to 'comark-packages'. --- docs/content/9.ecosystem.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/9.ecosystem.md b/docs/content/9.ecosystem.md index 35ebb371..4e8b7bcf 100644 --- a/docs/content/9.ecosystem.md +++ b/docs/content/9.ecosystem.md @@ -62,35 +62,35 @@ packages: - name: comark-arrow description: Render arrow-js components on-demand author: miguelrk - repo: miguelrk/comark-arrow + repo: miguelrk/comark-packages category: Plugins icon: i-lucide-bow-arrow color: "#b59a00" - name: comark-etiket description: Barcode and QR directives as inline SVG or PNG author: miguelrk - repo: miguelrk/comark-etiket + repo: miguelrk/comark-packages category: Plugins icon: i-lucide-qr-code color: "#b59a00" - name: comark-fetch description: Resolve frontmatter fetch entries into meta at parse time author: miguelrk - repo: miguelrk/comark-fetch + repo: miguelrk/comark-packages category: Plugins icon: i-lucide-chevrons-left-right-ellipsis color: "#b59a00" - name: comark-flint description: Render flint charts author: miguelrk - repo: miguelrk/comark-flint + repo: miguelrk/comark-packages category: Plugins icon: i-lucide-pie-chart color: "#b59a00" - name: comark-vega description: Render vega and/or vega-lite charts author: miguelrk - repo: miguelrk/comark-vega + repo: miguelrk/comark-packages category: Plugins icon: i-lucide-pie-chart color: "#b59a00" From ae49bc3aa74bbe7017478fa137134845398b6b55 Mon Sep 17 00:00:00 2001 From: miguelrk Date: Thu, 17 Sep 2026 17:11:40 -0600 Subject: [PATCH 3/3] Add comark-pdf and comark-email plugins Added new plugins for PDF and email rendering. --- docs/content/9.ecosystem.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/content/9.ecosystem.md b/docs/content/9.ecosystem.md index 4e8b7bcf..ba985460 100644 --- a/docs/content/9.ecosystem.md +++ b/docs/content/9.ecosystem.md @@ -59,6 +59,20 @@ packages: category: Plugins icon: i-lucide-sigma color: "#0ea5e9" + - name: comark-pdf + description: Render PDFs via jasy + author: miguelrk + repo: miguelrk/comark-packages + category: Plugins + icon: i-lucide-pdf + color: "#b59a00" + - name: comark-email + description: Render emails HTML via MJML + author: miguelrk + repo: miguelrk/comark-packages + category: Plugins + icon: i-lucide-email + color: "#b59a00" - name: comark-arrow description: Render arrow-js components on-demand author: miguelrk