mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
Update README: Rename to MarkdownConverter, add open-source section
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user