What’s your ebook download automation pipeline? And what do you use for library management — calibre, calibre-web, something else?
What’s your ebook download automation pipeline? And what do you use for library management — calibre, calibre-web, something else?
Mostly pandoc (for epub to text) and a few stupid python scripts. I’m a luddite and prefer reading text files. I don’t use any particular collection management beyond filenames and grep.
To something like Markdown, or do you just throw away formatting?
Epub is html with some crap wrapping it. Converting it to text follows the html formatting, like using the lynx browser.