mirror of
https://github.com/ozavodny/obsidian-copy-inline-code-plugin.git
synced 2026-07-22 08:10:25 +00:00
11 lines
339 B
JSON
11 lines
339 B
JSON
{
|
|
"id": "copy-inline-code",
|
|
"name": "Copy Inline Code",
|
|
"version": "2.0.0",
|
|
"minAppVersion": "0.15.0",
|
|
"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",
|
|
"isDesktopOnly": false
|
|
}
|