Wrote Obsidian Plugin

This commit is contained in:
Tisats 2025-06-05 11:33:02 +01:00
parent 6d09ce3e39
commit a598ce1d16
4 changed files with 4362 additions and 131 deletions

1931
main.ts

File diff suppressed because it is too large Load Diff

View File

@ -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
}

2460
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"