mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
4ea771b757cbd09bbfe4850d52f7bad1c5495c2f
- Added Excel (XLS/XLSX) and ODS export functionality - Updated author to Amit Haridas (amit.wh@gmail.com) - Renamed app from 'Pan Converter' to 'PanConverter' - Version bump to 1.1.0
Pan Converter
A cross-platform Markdown editor and converter powered by Pandoc.
Features
- 📝 Rich Markdown Editor - Full-featured editor with syntax highlighting
- 👁️ Live Preview - See your markdown rendered in real-time
- 🎨 Multiple Themes - Choose from Light, Dark, Solarized, Monokai, or GitHub themes
- 📤 Export to Multiple Formats - Convert to HTML, PDF, DOCX, LaTeX, RTF, ODT, and EPUB
- 💾 Auto-Save - Never lose your work with automatic saving
- 🖥️ Cross-Platform - Works on Windows, macOS, and Linux
Installation
Prerequisites
- Pandoc must be installed for export functionality
Download
Download the latest release for your platform from the Releases page.
Install from Source
git clone https://github.com/yourusername/pan-converter.git
cd pan-converter
npm install
npm start
Usage
- Write - Use the editor to write your Markdown content
- Preview - Toggle the preview pane to see rendered output
- Theme - Choose your preferred theme from the View menu
- Export - Export your document to various formats via File > Export
Keyboard Shortcuts
Ctrl/Cmd + N- New fileCtrl/Cmd + O- Open fileCtrl/Cmd + S- Save fileCtrl/Cmd + Shift + S- Save asCtrl/Cmd + P- Toggle previewCtrl/Cmd + Enter- Toggle preview (alternative)
Building
# Build for current platform
npm run build
# Build for specific platform
npm run build:win
npm run build:mac
npm run build:linux
# Build for all platforms
npm run dist:all
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details
Acknowledgments
Languages
JavaScript
62.6%
CSS
19.9%
HTML
15.6%
NSIS
0.8%
PowerShell
0.5%
Other
0.6%