obsidian-sample-plugin/manifest.json

11 lines
331 B
JSON

{
"id": "code-block-plugin",
"name": "Code Block Plugin",
"version": "1.0.0",
"minAppVersion": "0.12.0",
"description": "This plugin converts selected text to code blocks with automatic language detection.",
"author": "Patrik Lindefors",
"authorUrl": "https://github.com/paddan/code-block-plugin",
"isDesktopOnly": false
}