Table of Contents generated with DocToc
PanDocElectron is a Graphical User Interface (GUI) for calling the PanDoc Document Converter on the Command Shell on Linux, Mac or Windows. Or in simple words:
- converting documents is performed by PanDoc
- PanDocElectron frees the user from knowing and setting the parameters from the command line.
- List of other GUIs and PanDoc Wrappers are available at GitHub jgm
PanDocElectron is mainly developed to support the multiformat use of Open Educational Resources
- (2018-01-14)
wtf_wikipedia.js
added to js-repository for browserified version of PanDocElectron. Integration is a ToDo. - (2018-01-04) New Version 0.9.8 - Download Media from Wikiversity - MathJax path updated due to shutdown MathJax CDN 0
- (2017-06-25) Bugfix added
- (2016-10-15) Wikipedia Download added to PanDocElectron
- (2016-06-30) Create New Projects - correted Pathnames
- (2016-06-29) Calling pandoc on windows changed, create BAT and SH files from PanDocElectron.
- (2016-06-28) imagemagick folder added, due to inkonsistent filename for convert by Windows (instead of fat2ntfs.exe)
Electron is more or less a brower, that has full access to your filesystem. So Electron/Atom allows to write multiplattform application just with HTML and Javascript, than runs on:
- Linux (see section 2.3)
- MacOSX (see section 2.4)
- Windows (see section 2.5)