Remove the word Obsidian from descriptions

This commit is contained in:
JLDiaz (m) 2026-05-12 23:14:13 +02:00
parent 6cd0a74959
commit 10431fe629
2 changed files with 2 additions and 2 deletions

View file

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

View file

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