vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
815 stars 127 forks source link

Export multiple markdown files to one PDF #646

Open marcusleon opened 6 years ago

marcusleon commented 6 years ago

In my project I have multiple Markdown files which contain cross links between the files. Can I export all these Markdown files as one PDF? I have figured out how to export each MD to a PDF but not how to combine the multiple MD to one PDF.

vsch commented 6 years ago

@marcusleon, at the moment there is no ability to combine multiple markdown files into one PDF.

I will consider how to make it work in a general way so that it becomes useful for combining multiple markdown files.

vsch commented 5 years ago

@marcusleon, took a while but I have flexmark-java library do merge of markdown files with preservation of reference elements so that they don't become duplicates when files are merged.

I will work on the UI for this. IntelliJ puts a high bar on all features so it is hard to produce something simple without it looking out of place.