mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
- Normalize pandoc command parsing with path.basename() to support bundled binary paths - Use bundled pandoc binary in convertWithPandoc instead of relying on PATH - Forward includeSubfolders checkbox state from renderer to main process - Add pandoc availability check before batch conversion - Re-enable Start button when batch conversion completes - Clean up obsolete dist build artifact causing test snapshot warning - Bump version to 4.4.4
12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
"id": "_sample",
|
|
"name": "Sample Plugin",
|
|
"version": "1.0.0",
|
|
"description": "Demonstrates the plugin system. Safe to delete.",
|
|
"icon": "puzzle",
|
|
"extensionPoints": {
|
|
"commands": [{ "id": "hello", "label": "Sample: Hello World", "shortcut": "" }]
|
|
},
|
|
"settings": []
|
|
}
|