From 10431fe629ae6ec55bd7c7128df24eff61485d99 Mon Sep 17 00:00:00 2001 From: "JLDiaz (m)" Date: Tue, 12 May 2026 23:14:13 +0200 Subject: [PATCH] Remove the word Obsidian from descriptions --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f984440..4eac498 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Copy Protocol", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Adds support for copying text to the clipboard using an obsidian://copy?text=... protocol.", + "description": "Adds support for copying text to the clipboard using a custom protocol.", "author": "jldiaz", "authorUrl": "", "isDesktopOnly": false diff --git a/package.json b/package.json index 7142131..5542866 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copy-protocol", "version": "1.0.0", - "description": "An Obsidian plugin that adds support for copying text via an obsidian://copy?text=... protocol.", + "description": "A plugin that adds support for copying text via a custom protocol.", "main": "main.js", "type": "module", "scripts": {