Diagram Zoom Drag

by ChenPengyuan
favorite
share
Score: 58/100
Description
Category: Data Visualization

The Diagram Zoom Drag plugin allows you to fully interact with large diagrams in Obsidian, whether they're Mermaid, PlantUML, or Graphviz charts. With this plugin, you can zoom in and out, drag the diagram to reposition it, and even use keyboard shortcuts for easy navigation. The plugin also saves your settings separately for each container, so you won't lose your progress. What's more, the plugin is designed to work seamlessly with various types of diagrams, making it a great addition to Obsidian for anyone who works with visual content.

Stats
45
stars
5,891
downloads
5
forks
263
days
0
days
11
days
32
total PRs
0
open PRs
5
closed PRs
27
merged PRs
24
total issues
3
open issues
21
closed issues
325
commits
Latest Version
12 days ago
Changelog

Features

  • Add support for setting diagram units in percentages (thanks to @NINE-J for the idea and great work on initial implementation!). Also #46 mentioned a similar idea.
  • Remove the setting for rendering diagrams at their original size, as it is no longer relevant (just set width and height to 100%). Relative sizes for diagrams are calculated based on their original size during rendering, provided by Obsidian

Bug Fixes

  • Resolve all visual issues with diagram rendering:
    • Live Preview:
    • Sometimes diagrams might not render when opening a note in Live Preview mode if it contains multiple diagrams. Fixed.
    • Sometimes diagrams might not render when opening a note in Preview mode and then switching to Live Preview. Fixed.
    • As a result, issue #48 are likely resolved. If not, please let us know.
    • Preview:
    • In some edge cases, diagrams might not render. Fixed.
README file from