Update README: Rename to MarkdownConverter, add open-source section

This commit is contained in:
2026-01-06 19:02:47 +05:30
parent 9727a7fc2d
commit 7d655e2939
+15 -3
View File
@@ -1,6 +1,6 @@
# PanConverter # MarkdownConverter
A powerful cross-platform Markdown editor and document converter powered by Pandoc, built with Electron. A powerful cross-platform Markdown editor and document converter powered by Pandoc, built with Electron. 100% open-source with no proprietary dependencies.
## Features ## Features
@@ -130,13 +130,25 @@ npm run build:linux
## PDF Viewer ## PDF Viewer
Open PDF files directly in PanConverter: Open PDF files directly in MarkdownConverter:
- **File > Open PDF** or **Ctrl+Shift+O** - **File > Open PDF** or **Ctrl+Shift+O**
- Navigate pages with arrow buttons or page input - Navigate pages with arrow buttons or page input
- Zoom controls: +/- buttons, Fit Width, Fit Page - Zoom controls: +/- buttons, Fit Width, Fit Page
- Rotate pages left or right - Rotate pages left or right
- Close PDF to return to editor - Close PDF to return to editor
## Open Source
MarkdownConverter is 100% open-source. All dependencies are permissively licensed:
- **Electron** - MIT License
- **pdf-lib** - MIT License
- **pdfjs-dist** - Apache 2.0 License
- **marked** - MIT License
- **highlight.js** - BSD 3-Clause License
- **dompurify** - Apache 2.0/MIT License
- **docx** - MIT License
- **xlsx** - Apache 2.0 License (SheetJS Community Edition)
## License ## License
MIT License - see LICENSE file for details. MIT License - see LICENSE file for details.