You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: warn against bare mermaid pre tags without diagram-shell pattern
Added explicit warning to SKILL.md that bare <pre class="mermaid"> tags
render but produce tiny unusable diagrams. Users must use the full
diagram-shell pattern from templates/mermaid-flowchart.html which
includes zoom/pan controls.
fix: fullscreen diagram export background color mismatch
Use the same isDark value from Mermaid render time instead of
re-checking CSS variables. Fixes white-on-white text when
exporting dark-mode diagrams.
feat: multi-diagram support with vector-based zoom/pan engine
Replace CSS zoom with direct SVG sizing. Closure-based initDiagram() pattern
supports unlimited diagrams per page with no ID collisions. Includes adaptive
viewport height, smart fit algorithm, touch pinch-to-zoom, and double-click
to fit.
Co-authored-by: David Abraham <dave@springbasemedia.com>
chore: bump version to 0.5.1
- Update CHANGELOG with marketplace structure and Pi manual install changes
- Fix misleading 'marketplace' descriptions in plugin metadata
- Bump version in package.json and all plugin.json files
feat: hybrid architecture pattern for complex diagrams
- New pattern for 15+ elements: simple Mermaid overview + CSS Grid cards
- Reduced max Mermaid nodes from 15-20 to 10-12
- Updated scaling guidance to recommend hybrid over scaling tricks