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", "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
} }

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