Graph-Link-Types
Graph-Link-Types copied to clipboard
Dataview isn't found if enabled after Graph Link Types
steps to reproduce:
- use a fresh Obsidian installation
- install the "Graph Link Types" addon from the community store
- install the "Dataview" addon from the community store
- reload Obsidian
or
- disable "Dataview"
- reload
- enable "Dataview"
- reload
see that
- plugin doesn't work
- in the developer tools console Graph Link Types reports it doesn't find Dataview
to fix:
- make sure "Dataview" is enabled
- disable "Graph Link Types"
- reload Obsidian
- enable "Graph Link Types"
- reload Obsidian
It happens to me too. The fix proposed works fine, thanks!