This plugin extends the export functionality of Inkdrop by integrating Pandoc for file conversion.
Pandoc supports a wide range of different filetypes and the plugin aims to support all the ones that Pandoc can convert to from markdown.
The plugin currently supports basic conversion functionality for all available filetypes, assuming all requirements for the individual Pandoc conversions are met.
Install the plugin using one of the two options:
ipm install pandoc
- Search for
Pandoc
in the plugin browser UI and then click install.
The plugin adds new export options in the file-, note context- and notebook context-menus.
- Make sure you have Pandoc installed and all requirements are met for the filetype you want to convert to
- Use the file-, note context-, or notebook context-menu
- Select
Export using Pandoc
- Select your desired output filetype from the list
- Select the file destination using the dialog
Export using the file menu | Export using the note context menu | Export using the notebook context menu |
---|---|---|
The compatibility with different systems and Pandoc versions may vary, see the compatibility matrix below for all the known/tested configuration combinations.
- 🔥 Full functionality found
- 🚧 Partial functionality found
- 🚨 No functionality found
- ❓ Compatibility untested
Pandoc version | Linux | Windows | macOS |
---|---|---|---|
3.1.11 | 🚧 Manjaro 23 Broken: slide formats, .pdf |
🚧 Windows 11 23H2 Broken: .pdf , .epub , .docx , .odt , .pptx |
❓ |
2.19.2 | 🔥 Manjaro 22 | 🚧 Windows 11 21H2 Broken: .pdf , .epub , .docx , .odt , .pptx , .ipynb |
❓ |
See the GitHub releases page for an overview of changes.