From 1c572705991adaa19a4fca7c4dd1001a0369b3ef Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Tue, 6 Jan 2026 19:02:47 +0530 Subject: [PATCH] Update README: Rename to MarkdownConverter, add open-source section --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49f336f..e3270d3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -130,13 +130,25 @@ npm run build:linux ## PDF Viewer -Open PDF files directly in PanConverter: +Open PDF files directly in MarkdownConverter: - **File > Open PDF** or **Ctrl+Shift+O** - Navigate pages with arrow buttons or page input - Zoom controls: +/- buttons, Fit Width, Fit Page - Rotate pages left or right - 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 MIT License - see LICENSE file for details.