[change] Fill plugin manifest info.
This commit is contained in:
parent
ee04e2f81f
commit
2a12bd7453
|
@ -20,3 +20,5 @@ data.json
|
||||||
|
|
||||||
# Exclude macOS Finder (System Explorer) View States
|
# Exclude macOS Finder (System Explorer) View States
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
package-lock.json
|
||||||
|
.cl
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "sample-plugin",
|
"id": "obsidian-md-to-line-message",
|
||||||
"name": "Sample Plugin",
|
"name": "Obsidian Markdown to LINE Message",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
"description": "Convert selected texts to LINE-flavor messages.",
|
||||||
"author": "Obsidian",
|
"author": "Zhou Naihong",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://github.com/naive231/obsidian-md-to-line-message",
|
||||||
"fundingUrl": "https://obsidian.md/pricing",
|
"fundingUrl": "https://obsidian.md/pricing",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue