Updated description

This commit is contained in:
Ondřej Závodný 2023-08-16 15:39:39 +02:00
parent 1effc1da70
commit 2e03f81fbf
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"name": "Copy Inline Code",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Adds an icon inside each inline code, which when clicked, copies the content of the code into the clipboard.",
"description": "Easily copy the contents of an inline code element with a single click.",
"author": "Ondrej Zavodny",
"authorUrl": "https://github.com/Alddar",
"fundingUrl": "https://ko-fi.com/alddar",

View file

@ -8,7 +8,6 @@ import {
PluginValue,
ViewPlugin,
ViewUpdate,
WidgetType,
} from "@codemirror/view";
import { CopyWidget } from "./copy-code-widget";