Quote:
Originally Posted by JSWolf
What is a .md file? If it's just a text file, then nobody is going to write these plugins because there's not need as Calibre already converts text files.
|
I use ebook-convert cli to convert books. So when I want to get a markdwon from an epub, I need to set --txt-output-formatting=markdown everytime and rename the file from .txt to .md everytime. I think to use ebook-convert xxx.epub .md is not a bad idea.
By the way, I find this post after post another post with the same content. I'm sorry for this action, and as that post have been closed, I can only thank jhowell here for the suggestion to look at the implementation of the TXTZ Output plugin in
txt_output.py. It seems helpful to me.