Skip to content

silverbulletmd/silverbullet-mermaid

Repository files navigation

Silver Bullet plug for Mermaid diagrams

This plug adds basic Mermaid support to Silver Bullet.

Note: The Mermaid library itself is not bundled with this plug, it pulls the JavaScript from the JSDelivr CDN. This means this plug will not work without an Internet connection. The reason for this is primarily plug size (bundling the library would amount to 1.1MB). This way Mermaid is only loaded on pages with actual Mermaid diagrams rather than on every SB load.

Installation

Run the {[Plugs: Add]} command and paste in: github:silverbulletmd/silverbullet-mermaid/mermaid.plug.js

That's all!

Use

Put a mermaid block in your markdown:

```mermaid
flowchart TD
    Start --> Stop
```

And move your cursor outside of the block to live preview it!