mirror of
https://github.com/aldaw/graph-search-sync.git
synced 2026-07-22 08:31:17 +00:00
Syncs the global search query into the graph view filter in real time and highlights the corresponding node when hovering a search result.
16 lines
398 B
JSON
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"
|
|
}
|
|
}
|