From d75f7412497d4e1a0064f6cf360567c34c05e183 Mon Sep 17 00:00:00 2001 From: Lutu-gl <74654393+Lutu-gl@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:40:32 +0100 Subject: [PATCH] removed obsidian from manifest and package name key --- manifest.json | 4 ++-- package.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c4310dc..f18dcd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "obsidian-minimalquiz", - "name": "Obsidian MinimalQuiz", + "id": "minimal-quiz", + "name": "Minimal Quiz", "version": "1.0.0", "minAppVersion": "1.0.0", "description": "A minimalistic quiz plugin for Obsidian. Questions are defined in Markdown files with simple formatting.", diff --git a/package.json b/package.json index 622e881..2a77658 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-minimalquiz", + "name": "minimal-quiz", "version": "1.0.0", "description": "A minimalistic quiz plugin for Obsidian. Questions are defined in Markdown files with simple formatting.", "main": "main.js", @@ -12,7 +12,8 @@ "obsidian", "quiz", "markdown", - "plugin" + "plugin", + "anki" ], "author": "Lutu-gl", "authorUrl": "https://github.com/Lutu-gl",