https://www.dendron.so/ logo
a

AshSimmonds

05/17/2022, 8:03 PM
Is it possible to enable/enforce "smooth scrolling" for zooming on the Graph View? When I use a laptop touchpad scroll the zoom is smooth and looks great, using a mouse wheel jumps by 50%/200%. Can't see a setting in VS Code.
j

Joshi

05/18/2022, 10:06 AM
Hey @AshSimmonds , I believe the setting you are looking for is
zoomSpeed
. https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC/#zoomspeed You can update this in your dendron.yml by running
Dendron: Configure (yaml)
and update the workspace config:
Copy code
workspace:
  graph:
    zoomSpeed: 1
It has a default value of 1. This configuration updates the wheel sensitivity of cytoscape(the library we use to build a graph). More info here: https://js.cytoscape.org/#init-opts/wheelSensitivity
a

AshSimmonds

05/18/2022, 10:41 AM
Cool thanks, will give it a shot.
2 Views