mirror of
https://github.com/ozavodny/obsidian-copy-inline-code-plugin.git
synced 2026-07-22 08:10:25 +00:00
Updated description
This commit is contained in:
parent
1effc1da70
commit
2e03f81fbf
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import {
|
|||
PluginValue,
|
||||
ViewPlugin,
|
||||
ViewUpdate,
|
||||
WidgetType,
|
||||
} from "@codemirror/view";
|
||||
import { CopyWidget } from "./copy-code-widget";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue