change wang58 downloadsZoom, pan, resize, and fullscreen rendered Mermaid diagrams.
Mermaid Flow Zoom improves rendered Mermaid diagrams in Obsidian with zooming, panning, resizing, and fullscreen viewing.
Shift + wheel, or wheel near the left/right edge pans horizontally.After the plugin is accepted into the Obsidian community plugin directory:
Mermaid Flow Zoom.main.js, manifest.json, and styles.css from the latest release.<vault>/.obsidian/plugins/mermaid-flow-zoom/
Mermaid Flow Zoom in Community plugins.Open a note containing a Mermaid diagram, for example:
```mermaid
flowchart TD
A[Start] --> B{Decision}
B -->|Yes| C[Do work]
B -->|No| D[Stop]
```
After Obsidian renders the diagram, use the mouse, touchpad, toolbar, or touch gestures to inspect the flowchart.
For each GitHub release, attach these files as release assets:
main.jsmanifest.jsonstyles.cssThe release tag must exactly match the version in manifest.json, for example 1.0.0.
MIT