When you want to convert text between Markdown, TeX/LaTeX and HTML format (as well as Lyx, and OPML), what do you use? Fortunately, that’s always been easy, thanks to the excellent command-line tool, Pandoc – which is written in Haskell and extremely reliable. However, not everyone is content to use command-line tools. Fortunately, PanConvert has arrived for such users and supplies a GUI front end to Pandoc, written in Python, with Qt5 widgets.
Other Pandoc formats, from ePub to MediaWiki, are also supported and an extra click away, but the default options keep the interface simple. Installation of the binary is also through a GUI of sorts, with setup wizard and a click-through agreement for the GNU GPL. You will need Pandoc already installed on your computer – which should…