mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 10:20:27 +00:00
Update to new SC compatibility
This commit is contained in:
parent
bacc0811b7
commit
ab992acf75
3 changed files with 3 additions and 3 deletions
2
main.ts
2
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() {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue