I create a Markdown Output plugin. This is nothing new, just the function of TXT Output plugin with txt_output_formatting=markdown, and keep_links=True, keep_image_references=True in default. keep_color have been removed for it is a function in textile. I create this, so that I don't need to set them and rename .txt to .md everytime.
I think this can work, but I still have some questions.
- How to set opts in function convert? I use setattr, am I right?
- How to create output gui that can be uesd in Calibre?