From 7e18353fd9c6b83d8fa874244cdee2779b68327d Mon Sep 17 00:00:00 2001 From: Nito Date: Fri, 7 Feb 2025 14:07:31 +0100 Subject: [PATCH] update name --- manifest.json | 11 +++++------ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..17109a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "sample-plugin", - "name": "Sample Plugin", + "id": "paste-image-into-property", + "name": "Paste Image Into Property", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "description": "Allows pasting images from the clipboard into frontmatter properties in live preview.", + "author": "Nito", + "authorUrl": "https://github.com/Nitero", "isDesktopOnly": false } diff --git a/package-lock.json b/package-lock.json index 7a62d92..9ccd91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "obsidian-sample-plugin", + "name": "paste-image-into-property", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-sample-plugin", + "name": "paste-image-into-property", "version": "1.0.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 6a00766..96061ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-sample-plugin", + "name": "paste-image-into-property", "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "description": "Allows pasting images from the clipboard into frontmatter properties in live preview.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",