Comment on What's Your Ebook Automation Pipeline
solrize@lemmy.ml 1 day ago
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.
everett@lemmy.ml 1 day ago
To something like Markdown, or do you just throw away formatting?
solrize@lemmy.ml 1 day ago
Epub is html with some crap wrapping it. Converting it to text follows the html formatting, like using the lynx browser.