Update to new SC compatibility

This commit is contained in:
Mossy426 2024-08-21 09:54:19 -04:00
parent bacc0811b7
commit ab992acf75
3 changed files with 3 additions and 3 deletions

View file

@ -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() {

View file

@ -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",

View file

@ -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": {