From 6c7a01092d3615b0b155f0533dd2a4e1ac261d3a Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Thu, 20 Feb 2025 21:35:28 +0900 Subject: [PATCH] chore: update description in manifest for clarity --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4cda719..630c06d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Automatic Linker", "version": "1.3.1", "minAppVersion": "1.8.0", - "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", + "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", "isDesktopOnly": false }