Wrote Obsidian Plugin
This commit is contained in:
parent
6d09ce3e39
commit
a598ce1d16
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"id": "processor-processor",
|
||||
"name": "Procesor Processor",
|
||||
"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",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Searches for subprocessor information for data processors.",
|
||||
"author": "Tisats",
|
||||
"authorUrl": "https://rightbrain.ai",
|
||||
"fundingUrl": "https://rightbrain.ai/#pricing",
|
||||
"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/parser": "5.29.0",
|
||||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"esbuild": "^0.25.5",
|
||||
"obsidian": "latest",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
|
|
Loading…
Reference in New Issue