From dfca492044fa201c045671698a76e734cbf92efd Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Fri, 7 Feb 2025 18:56:21 +0900 Subject: [PATCH] chore: update manifest.json description --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0c61079..6bbfb61 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Automatic Linker", "version": "0.6.0", "minAppVersion": "0.18.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", + "description": "automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", "isDesktopOnly": false } \ No newline at end of file