update name

This commit is contained in:
Nito 2025-02-07 14:07:31 +01:00
parent db8b12322b
commit 7e18353fd9
3 changed files with 9 additions and 10 deletions

View file

@ -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
}

4
package-lock.json generated
View file

@ -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": {

View file

@ -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",