Fix plugin ID to comply with Obsidian guidelines

This commit is contained in:
JLDiaz (m) 2026-05-12 23:07:28 +02:00
parent 46fbfd353e
commit 6cd0a74959
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"id": "obsidian-copy-protocol",
"id": "copy-protocol",
"name": "Copy Protocol",
"version": "1.0.0",
"minAppVersion": "0.15.0",

View file

@ -1,5 +1,5 @@
{
"name": "obsidian-copy-protocol-plugin",
"name": "copy-protocol",
"version": "1.0.0",
"description": "An Obsidian plugin that adds support for copying text via an obsidian://copy?text=... protocol.",
"main": "main.js",