joleaf / obsidian-bpmn-plugin

A small BPMN viewer for obsidian notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Disable pan/zoom on embedded diagram

ahumeniy opened this issue · comments

Add an option to disable pan and zoom when embedding a diagram

commented

Implemented in 6.0.0. Thank you for this suggestion.

```bpmn
url: [[diagram_1.bpmn]]
enablepanzoom: False
```

Default value for enablepanzoom can be set in the plugin options.

Wow, thank you for the quick response.

commented

@ahumeniy Does the update work in your vault? My obsidian says Failed to install "BPMN Plugin"

Yeah I had to remove the plugin (Don't remember if it was through the UI or manually deleting the folder) and reinstall again.