Wrote Obsidian Plugin
This commit is contained in:
parent
6d09ce3e39
commit
a598ce1d16
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "sample-plugin",
|
"id": "processor-processor",
|
||||||
"name": "Sample Plugin",
|
"name": "Procesor Processor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "1.0.0",
|
||||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
"description": "Searches for subprocessor information for data processors.",
|
||||||
"author": "Obsidian",
|
"author": "Tisats",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://rightbrain.ai",
|
||||||
"fundingUrl": "https://obsidian.md/pricing",
|
"fundingUrl": "https://rightbrain.ai/#pricing",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,7 @@
|
||||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||||
"@typescript-eslint/parser": "5.29.0",
|
"@typescript-eslint/parser": "5.29.0",
|
||||||
"builtin-modules": "3.3.0",
|
"builtin-modules": "3.3.0",
|
||||||
"esbuild": "0.17.3",
|
"esbuild": "^0.25.5",
|
||||||
"obsidian": "latest",
|
"obsidian": "latest",
|
||||||
"tslib": "2.4.0",
|
"tslib": "2.4.0",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
|
|
Loading…
Reference in New Issue