mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 10:20:27 +00:00
details
This commit is contained in:
parent
8bdf7c5290
commit
ea02a46e91
2 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue