From b4e6e53c61568104759695229fb162187ce39a22 Mon Sep 17 00:00:00 2001 From: Dusk Date: Wed, 29 Apr 2026 21:22:47 +0800 Subject: [PATCH] chore: align plugin metadata for review --- manifest.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 28da46e..f40111a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Anki Heading Sync", "version": "1.0.0", "minAppVersion": "1.5.0", - "description": "Focused heading-based Obsidian to Anki sync plugin.", + "description": "Focused heading-based Markdown to Anki sync plugin.", "author": "Dusk", - "authorUrl": "https://github.com/panAtGitHub/AnkiHeadingSync", + "authorUrl": "https://github.com/panAtGitHub", "isDesktopOnly": true -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4e6c298..dd4a004 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-anki-heading-sync", "version": "1.0.0", - "description": "Focused Obsidian to Anki heading-based sync plugin.", + "description": "Focused heading-based Markdown to Anki sync plugin.", "author": "Dusk", "main": "dist/plugin/main.js", "dependencies": {