aldaw_graph-search-sync/package.json
aldaw a2c7db15e1 Initial release of Graph Search Sync plugin
Syncs the global search query into the graph view filter in real time
and highlights the corresponding node when hovering a search result.
2026-07-06 18:12:31 +02:00

16 lines
398 B
JSON

{
"name": "graph-search-sync",
"version": "1.0.0",
"description": "Sync the global search query into the graph view filter",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"devDependencies": {
"esbuild": "^0.21.0",
"obsidian": "latest",
"typescript": "^5.4.0",
"@types/node": "^20.0.0"
}
}