v1.0.2 - AppImage fixes and app ID rename
tx2z
released this
Changes
- Renamed app ID from
com.github.tx2z.XtoMarkdowntoio.github.tx2z.XtoMarkdownfor Flathub compliance - Fixed AppImage missing
libxkbcommon-x11library - Bundled all required Qt platform plugins
- Bundled Pandoc binary and Magika models
Downloads
- AppImage (Linux):
XtoMarkdown-1.0.2-x86_64.AppImage
Checksums
Run sha256sum XtoMarkdown-1.0.2-x86_64.AppImage to verify.
XtoMarkdown v1.0.1
tx2z
released this
XtoMarkdown v1.0.1
Changes
- Fixed AppImage compatibility with older Linux distributions (Ubuntu 22.04+)
- AppImage is now built on Ubuntu 22.04 for GLIBC 2.35 compatibility
- AppImage is now GPG signed for authenticity
Downloads
- Linux AppImage:
XtoMarkdown-1.0.1-x86_64.AppImage(portable, works on most distributions) - Signature:
XtoMarkdown-1.0.1-x86_64.AppImage.asc(GPG signature for verification) - Linux Flatpak: Pending on Flathub
Verify signature
gpg --verify XtoMarkdown-1.0.1-x86_64.AppImage.asc XtoMarkdown-1.0.0-x86_64.AppImage
XtoMarkdown v1.0.0
tx2z
released this
XtoMarkdown v1.0.0
First public release of XtoMarkdown - a cross-platform GUI application for converting documents to Markdown.
Features
- Convert DOCX, PDF, PPTX, HTML, RTF, ODT, EPUB and more to Markdown
- Two conversion engines: Pandoc and MarkItDown
- Drag & drop interface
- Batch conversion support
- Per-format engine selection in preferences
Downloads
- Linux AppImage:
XtoMarkdown-1.0.0-x86_64.AppImage(portable, works on most distributions) - Linux Flatpak: Coming soon on Flathub
Requirements
- Linux x86_64
Note
If the AppImage doesn't run, you may need to install FUSE:
sudo apt install libfuse2 # Ubuntu/Debian