mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Created wordTemplateExporter.js module using docx npm package - Added "DOCX (Enhanced)" option in File → Export menu - Keyboard shortcut: Ctrl+Shift+W - Full markdown support: headings, formatting, code, lists, tables - No external dependencies (Pandoc/Python not required) - Proper numbering configuration for lists - Professional Word document output 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git checkout:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(powershell:*)",
|
|
"Bash(npx electron-builder:*)",
|
|
"Bash(dir dist)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(gh release create:*)",
|
|
"Bash(gh auth:*)",
|
|
"Bash(gh release delete:*)",
|
|
"Bash(gh release list:*)",
|
|
"Bash(gh release upload:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(npm start)",
|
|
"Read(//h/**)",
|
|
"Bash(cd:*)",
|
|
"Bash(npm run build:win-unsigned:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(git merge:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(npm start:*)",
|
|
"Bash(gh release delete-asset:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(gh release view:*)",
|
|
"Bash(npm run build:linux:*)",
|
|
"Bash(git reset:*)",
|
|
"Read(//i/Template_exporter/**)",
|
|
"Bash(copy \"I:\\Template_exporter\\md_to_docx_converter.py\" \"H:\\Development\\pan-converter\\word-template-exporter\"\" && copy \"I:Template_exporterrequirements.txt\" \"H:Developmentpan-converterword-template-exporter\"\")",
|
|
"Bash(copy \"I:\\Template_exporter\\word_template.docx\" \"H:\\Development\\pan-converter\\word-template-exporter\"\")"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|