This extension for SillyTavern allows you to draw diagrams using the Mermaid library.
- Install with the SillyTavern extension installer, using the URL
https://github.com/SillyTavern/Extension-Mermaid. - Use the
mermaidcode block in any chat to write your diagram.
For example:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```Will render as:
The extension is licensed under the AGPL-3.0 license.
Mermaid library is licensed under the MIT license.