ras0q / obsidian-graph-banner

An Obsidian plugin to display a relation graph view on the note header.
MIT License
49 stars 0 forks source link

Control graph worker directly #50

Closed ras0q closed 2 months ago

ras0q commented 4 months ago

Inside Obsidian, the sim.js worker is created and run by executing "Open local graph". Currently, this is stupidly performed and an extra window is opened, but it would be much faster if a worker could be created directly from the plugin.