Troubleshooting¶
Common issues and solutions.
Plugin issues¶
Plugin not appearing¶
Symptoms: - Plugin not listed in Community plugins - Commands not available
Solutions:
1. Check all 3 files are in the same folder
2. Verify folder name matches manifest.json
3. Restart Obsidian
4. Check Obsidian console (Ctrl/Cmd + Shift + I)
WASM not loading¶
Symptoms: - Error: "WASM module not loaded" - Plugin crashes on startup
Solutions:
1. Check vlatex_bg.wasm file size (~2.1 MB)
2. Re-download if corrupted
3. Verify file permissions
4. Check Obsidian console for errors
Settings not saving¶
Symptoms: - Settings reset after restart - Changes not applied
Solutions: 1. Check file permissions 2. Verify Obsidian data folder 3. Restart Obsidian
Compilation issues¶
Container not found¶
Error:
Solution:
# Build container
podman build -t mergdown2tex-env -f Dockerfile .
# Or start existing
podman start mergdown2tex-env
Podman not found¶
Error:
Solution: 1. Install Podman: https://podman.io/getting-started/installation 2. Or use Docker instead
Compilation timeout¶
Error:
Solutions: 1. Increase timeout in settings 2. Simplify document 3. Check for infinite loops 4. Verify container is running
Permission denied¶
Error:
Solution:
LaTeX issues¶
Missing package¶
Error:
Solution: 1. Rebuild container with required package 2. Add to custom preamble 3. Use alternative package
Undefined reference¶
Error:
Solution:
1. Run pdflatex multiple times
2. Check label/cite syntax
3. Verify .bib file
Missing $ inserted¶
Error:
Solution:
1. Check math mode
2. Escape special characters: \$, \%, \#
3. Verify LaTeX syntax
Image issues¶
Image not found¶
Error:
Solutions: 1. Check image path 2. Verify file exists 3. Use absolute path 4. Check case sensitivity
Image too large¶
Error:
Solutions:
1. Resize image
2. Use keepaspectratio
3. Convert to PDF
Citation issues¶
Citation not found¶
Error:
Solutions:
1. Check .bib file for key
2. Verify spelling
3. Add entry to .bib file
4. Run bibtex
Bibliography not rendering¶
Error:
Solutions:
1. Check bibliography setting in YAML
2. Verify .bib file path
3. Run pdflatex 3 times
Mermaid issues¶
Diagram not rendering¶
Error:
Solutions: 1. Check Mermaid syntax 2. Verify special characters 3. Try simpler diagram 4. Check write permissions
Image not found¶
Error:
Solutions:
1. Check figures/ folder exists
2. Verify write permissions
3. Check disk space
Performance issues¶
Slow conversion¶
Solutions: 1. Reduce embed depth 2. Simplify document 3. Disable unused features 4. Check system resources
Slow compilation¶
Solutions: 1. Reduce document complexity 2. Optimize images 3. Use faster container 4. Increase timeout
Getting help¶
Collect information¶
- Obsidian version
- MergDown2TeX version
- Error message
- Console logs (
Ctrl/Cmd + Shift + I) - Document content
Report issue¶
- Go to GitHub Issues
- Click "New issue"
- Provide information above
- Attach relevant files