# Extension-Mermaid **Repository Path**: ffpy001/Extension-Mermaid ## Basic Information - **Project Name**: Extension-Mermaid - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-15 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mermaid This extension for SillyTavern allows you to draw diagrams using the [Mermaid](https://mermaid.js.org/) library. ## How to use 1. Install with the SillyTavern extension installer, using the URL `https://github.com/SillyTavern/Extension-Mermaid`. 2. Use the `mermaid` code block in any chat to write your diagram. For example:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
Will render as: