mirror of
https://github.com/ozavodny/obsidian-copy-inline-code-plugin.git
synced 2026-07-22 08:10:25 +00:00
11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"id": "copy-inline-code-plugin",
|
|
"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.",
|
|
"author": "Ondrej Zavodny",
|
|
"authorUrl": "https://github.com/Alddar",
|
|
"fundingUrl": "https://ko-fi.com/alddar",
|
|
"isDesktopOnly": false
|
|
}
|