From 2a12bd745303afb2239502eba7b5ccb81ba79ae7 Mon Sep 17 00:00:00 2001 From: naive231 Date: Thu, 14 Nov 2024 19:53:39 +0800 Subject: [PATCH] [change] Fill plugin manifest info. --- .gitignore | 2 ++ manifest.json | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e09a007..e7d1eef 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ data.json # Exclude macOS Finder (System Explorer) View States .DS_Store +package-lock.json +.cl diff --git a/manifest.json b/manifest.json index dfa940e..844c73a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "obsidian-md-to-line-message", + "name": "Obsidian Markdown to LINE Message", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", + "description": "Convert selected texts to LINE-flavor messages.", + "author": "Zhou Naihong", + "authorUrl": "https://github.com/naive231/obsidian-md-to-line-message", "fundingUrl": "https://obsidian.md/pricing", "isDesktopOnly": false }