import_mermaid_flowchart
Convert Mermaid flowchart syntax into a hand-drawn Excalidraw diagram using Sugiyama layout. Generates an editable .excalidraw file from your Mermaid text.
Instructions
Import a Mermaid flowchart and convert to Excalidraw.
Parses Mermaid flowchart syntax and generates a hand-drawn Excalidraw diagram with Sugiyama layout.
Args: mermaid: Mermaid flowchart text output_path: Optional output file path
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | light | |
| mermaid | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |