What problem does it solve?
This Skill converts retikz blog MDX articles into cross-platform markdown that can be directly pasted to external publishing platforms, while also extracting each rendered demo into standalone SVGs and rewriting content to match those platforms’ limitations.
Core Features & Use Cases
- ComponentPreview → platform-ready images: Replaces each retikz ComponentPreview with Markdown image links pointing to captured SVG files.
- Automated SVG capture from the browser-rendered DOM: Uses a headless Edge/Chrome CDP flow to reliably export SVGs that depend on browser DOM measurement.
- MDX-to-external formatting compliance: Strips frontmatter, promotes headings, absolutizes internal links for GitHub Pages deployment, rewrites station-specific UI language, and adds a publication metadata block at the end.
Quick Start
Run docs-blog-conventor on your already compliant MDX by starting the docs dev server and then executing grab-svg.mjs with the page URL, output directory, and the ComponentPreview demo names in their on-page appearance order.