From 98b7c6ec690cced0f33cc2bc36e6699379557922 Mon Sep 17 00:00:00 2001 From: francisco Date: Sat, 1 Nov 2025 12:47:08 -0300 Subject: [PATCH] docs: add Mermaid diagram support documentation to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5bcaa73..b6ebf19 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,13 @@ Both local and Docker setups are **fully working** and production-ready! - **Strict Type Checking**: Enhanced development experience and compile-time error detection - **Type-Safe React Components**: TSX components with proper props typing +### **🎨 Mermaid Diagram Support (NEW!)** +- **Mermaid to Excalidraw**: Convert Mermaid diagrams directly to Excalidraw elements +- **MCP Tool Integration**: Use `create_from_mermaid` tool from Claude +- **Browser-based Conversion**: Leverages DOM access in the frontend for accurate rendering +- **Multiple Diagram Types**: Supports flowcharts, sequence diagrams, class diagrams, and more +- **Test Button**: Quick test functionality directly from the canvas UI + ### **Real-time Canvas Integration** - Elements created via MCP appear instantly on the live canvas - WebSocket-based real-time synchronization