mirror of
https://github.com/jldiaz/copy-protocol-plugin.git
synced 2026-07-22 06:56:55 +00:00
Fix plugin ID to comply with Obsidian guidelines
This commit is contained in:
parent
46fbfd353e
commit
6cd0a74959
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "obsidian-copy-protocol",
|
||||
"id": "copy-protocol",
|
||||
"name": "Copy Protocol",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue