From 0084c4fe693c17218716d415cefff851378265b5 Mon Sep 17 00:00:00 2001 From: Aleksey Rowan <79934725+aleksey-rowan@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:54:52 -0500 Subject: [PATCH] Update manifest description "Avoid starting your description with "This is a plugin", because it'll be obvious to users in the context of the Community Plugins directory." (from https://docs.obsidian.md/Plugins/Releasing/Submission+requirements+for+plugins) Changing the default description will help people avoid using "This is a plugin" since it won't be in the sample anymore. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 624001a..dfa940e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Sample Plugin", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", + "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Obsidian", "authorUrl": "https://obsidian.md", "fundingUrl": "https://obsidian.md/pricing",