mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Remove popout preview button (HTML, JS, CSS) - Fix Save/Save As flow for new untitled files - Fix batch conversion menu items (wire show-batch-converter IPC) - Add universal-convert-batch IPC handler for batch file conversion - Lazy-load mermaid, pdfjs-dist, sidebar panels, command palette - Switch highlight.js CSS from CDN to local - Defer CodeMirror language extensions until first use - Add show:false + ready-to-show for faster perceived startup - Install mermaid as local dependency (remove CDN script tag)
37 lines
358 B
Plaintext
37 lines
358 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
.env
|
|
.env.local
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
out/
|
|
.cache/
|
|
.npm/
|
|
.electron/
|
|
package-lock.json
|
|
|
|
# Screenshots and temp files
|
|
*.png.bak
|
|
Screen.png
|
|
dark.png
|
|
light.png
|
|
pdf.png
|
|
uvmodal.png
|
|
nul
|
|
*.tmp
|
|
|
|
# Development screenshots
|
|
pdf\ modal.png
|
|
|
|
# Claude/AI development files
|
|
.claude/
|
|
CLAUDE.md
|
|
agents.mdcoverage/
|