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.
This commit is contained in:
parent
7112f01bc6
commit
0084c4fe69
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue