diff --git a/main.ts b/main.ts index ec4659a..9110fcb 100644 --- a/main.ts +++ b/main.ts @@ -327,7 +327,7 @@ class ScGraphItemView extends ItemView { } get env() { return window.SmartSearch?.main?.env; } - get smartNotes() { return window.SmartSearch?.main?.env?.smart_notes?.items; } + get smartNotes() { return window.SmartSearch?.main?.env?.smart_sources?.items; } async onOpen() { diff --git a/manifest.json b/manifest.json index bb369e3..dcef6f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-connections-visualizer", "name": "Smart Connections Visualizer", - "version": "1.0.13", + "version": "1.0.14", "minAppVersion": "0.15.0", "description": "View your Smart Connections in a visualized format.", "author": "Evan Moscoso", diff --git a/package.json b/package.json index e4f4237..98bc343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-connections-visualizer", - "version": "1.0.13", + "version": "1.0.14", "description": "A plugin that allows you to view your Smart Connections in a visualized format.", "main": "main.js", "scripts": {