obsidian-sample-plugin/manifest.json

11 lines
317 B
JSON

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