This commit is contained in:
WFH Brian 2024-05-30 09:22:35 -04:00
parent 8bdf7c5290
commit ea02a46e91
2 changed files with 12 additions and 11 deletions

View file

@ -1,11 +1,12 @@
{
"id": "D3",
"name": "D3 Plugin",
"id": "Smart-Connections-Graph-View",
"name": "Smart Connections Graph View",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
"description": "A plugin that allows you to view your Smart Connections in a graph format.",
"author": "Evan Moscoso",
"authorUrl": "https://github.com/mossy426",
"fundingUrl": "https://github.com/mossy426",
"isDesktopOnly": true
}

View file

@ -1,15 +1,15 @@
{
"name": "obsidian-sample-plugin",
"name": "smart-connections-graph-view",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "A plugin that allows you to view your Smart Connections in a graph format.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"keywords": ["Obsidian", "Smart Connections", "Graph", "View"],
"author": "Evan Moscoso",
"license": "MIT",
"devDependencies": {
"@types/d3": "^7.4.3",