Hall179 downloadsApplies your global search query to the graph view filter in real time and highlights hovered search results in the graph.
An Obsidian plugin that connects the global search with the graph view: whatever you type into the search is applied to the graph filter in real time, so the graph always shows the same results as the search list. Hovering a search result highlights the corresponding node in the graph.

tag:, path:, or file: work the same way in both.There is also a command Apply search query to graph now that pushes the current query to the graph once, even while sync is disabled.
Once the plugin is accepted into the community plugin directory: Settings → Community plugins → Browse, search for "Graph Search Sync", install and enable it.
Copy main.js and manifest.json from the latest release into your vault at:
<vault>/.obsidian/plugins/graph-search-sync/
Then enable the plugin under Settings → Community plugins.
Add aldaw/graph-search-sync in the BRAT plugin.
The graph view has no public plugin API. This plugin uses the same internal code paths that Obsidian itself uses:
If a future Obsidian update renames these internals, the plugin degrades gracefully: the graph simply stops following the search until the plugin is updated. Nothing breaks and no data is touched.
npm install
npm run build # produces main.js
npm run dev # watch mode