From bb543c3f7840f2a3fa1b7a1fb32245fa87a30f7b Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 24 Mar 2026 13:18:50 +0900 Subject: initial prototype --- manifest.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index dfa940e..9ba100f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "ai-organizer", + "name": "AI Organizer", "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", + "description": "Organize notes via AI powered by Ollama.", + "author": "Adam Malczewski", + "authorUrl": "https://malcz.com", "isDesktopOnly": false } -- cgit v1.2.3